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 /etc/fstab is empty #121

Closed jandubois closed 9 months ago

jandubois commented 9 months ago

Otherwise we can get into a race condition between /media/cdrom and /media/sr0 both tryin to mount /dev/sr0.

See https://github.com/lima-vm/lima/pull/2143#issuecomment-1893062016. Hopefully this change will make that Lima PR redundant.