gardenlinux / builder

Builder used to construct Garden Linux. Re-usable for other OS-projects.
Apache License 2.0
8 stars 1 forks source link

Why is tune2fs mandatory? #67

Open fwilhe opened 6 months ago

fwilhe commented 6 months ago

Observation: I'm building images with a large root-fs (20 gig) because I really need disk space in my image. When building the image, tune2fs takes forever.

Here it is already running for half an hour:

Screenshot 2024-02-20 at 12 54 07

tune2fs is called in make_reproducible_ext4 if the 'quota' option is enabled, but in makepart this option is always set, so I don't seem to have a way to disable it without making my own custom 'makepart' script.

Is this intended? Should there be an option to disable that?