Increase filesystem size for desktop-minimal

I'm locally running out of disk space when installing. This may be
because I disabled LTO for the kernel and drivers, but if so that means
the current filesystem size is already on the edge of being too small.
This commit is contained in:
bjorn3 2024-07-12 15:50:06 +02:00
parent 3aab1d2ee8
commit 03a1e3fcf5

View file

@ -5,7 +5,7 @@ include = ["minimal-net.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 128
filesystem_size = 256
# Package settings
[packages]