mkosi icon indicating copy to clipboard operation
mkosi copied to clipboard

Added support for generating an XFS UsrOnly root

Open mcassaniti opened this issue 2 years ago • 0 comments

When the options UsrOnly = yes and Format = gpt_xfs are combined, mkosi throws an exception because the FS image is never created or populated. There is no error beforehand that this combination of options is invalid.

The only issue I can see with the code I've added is that XFS doesn't seem to support a minimize option similar to ext4 after the FS is populated.

mcassaniti avatar Jul 18 '22 04:07 mcassaniti

Anything else holding this one up?

mcassaniti avatar Aug 18 '22 10:08 mcassaniti

I wrote these comments ages ago but forgot to submit, apologies

DaanDeMeyer avatar Aug 18 '22 11:08 DaanDeMeyer

Thanks for all the effort @DaanDeMeyer

mcassaniti avatar Aug 18 '22 22:08 mcassaniti