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:
parent
3aab1d2ee8
commit
03a1e3fcf5
|
@ -5,7 +5,7 @@ include = ["minimal-net.toml"]
|
|||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 128
|
||||
filesystem_size = 256
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
|
|
Loading…
Reference in a new issue