alpinelinux / alpine-make-vm-image

Make customized Alpine Linux disk image for virtual machines
MIT License
300 stars 101 forks source link

Image with xfs does not work #2

Closed BernhardGruen closed 2 years ago

BernhardGruen commented 6 years ago

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 patch ready. But it creates a partition. It is unfortunately needed as it seems. That would maybe also help with #1.

zacksiri commented 6 years ago

Looking forward to a PR

jirutka commented 2 years ago

If the problem was caused by a conflict between the extlinux and XFS headers due to a lack of the partition table, then e0feeb445ee4349546a8835b20b29e22de02dfa6 resolves this issue.