lima-vm / alpine-lima

Create an alpine based ISO image for lima
Apache License 2.0
42 stars 28 forks source link

Make sure the boot ISO is mounted to `/media/cdrom` #67

Open jandubois opened 2 years ago

jandubois commented 2 years ago

Right now for the x86_64 image it is mounted under /media/sr0 and for the aarch64 image under /media/vda. There is nothing mounted at /media/cdrom at all.

This would help pixie to locate the /boot/config-virt file: https://github.com/pixie-io/pixie/issues/447