Move filesystem size to installer config
This commit is contained in:
parent
f64ca1e155
commit
e21f066628
13 changed files with 25 additions and 6 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 128
|
||||
# Do not prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 256
|
||||
# Do not prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
# General settings
|
||||
[general]
|
||||
# Filesystem size in MiB
|
||||
filesystem_size = 64
|
||||
# Do not prompt if settings are not defined
|
||||
prompt = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue