alpine-make-vm-image icon indicating copy to clipboard operation
alpine-make-vm-image copied to clipboard

Make customized Alpine Linux disk image for virtual machines

Results 17 alpine-make-vm-image issues
Sort by recently updated
recently updated
newest added

This will allow a user to specify a block device, like an LVM volume or ZFS zvol, as target.

I use the following command to create a image. ```bash sudo -E ./alpine-make-vm-image -f qcow2 -s 512M --mirror-uri http://mirrors.ustc.edu.cn/alpine -k lts -p "e2fsprogs-extra parted" -t -- alpinelinux.qcow2 ``` I use...

I tried to build a KVM qemu image, but it's not booting. Most probably, I did something wrong, but I'm unable to find it. My environment: ``` [root@lab2 ~]# virsh...

I am trying to achieve unattended Alpine Linux installation. I went through the Alpine [automatic installation guide](https://docs.alpinelinux.org/user-handbook/0.1a/Installing/setup_alpine.html) but when I follow this guide there are many manual interventions are needed...

Hey as the title says, some cloud providers require that grub be setup with the disk image.

When building an image with the `lts` kernel-flavor, the resulting image isn't able to find the root fs to mount. ![image](https://user-images.githubusercontent.com/20391440/117529206-1dc9a000-af8b-11eb-869b-183decdd4b25.png) I'm using `sudo ./alpine-make-vm-image --image-format qcow2 --kernel-flavor lts alpine-test.qcow2`...

See #15 Works fine in github... unless you try to use it inside docker, where it fails with ``` modprobe: can't change directory to '/lib/modules': No such file or directory...

The script I'd been happily using was broken by the Docker for Mac 2.4.0.0 update that was pushed out today. The symptom was: ``` mkfs.ext4: I/O error while writing out...

I have found a bug. I tried to create an image with xfs file system. But the system does not boot when I chose xfs. I also have a possible...