preseed.cfg: be consistent with spacing (no tabs)
This commit is contained in:
parent
e853d313ca
commit
df20e1dc40
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ d-i mirror/http/proxy string
|
||||||
### Partitioning
|
### Partitioning
|
||||||
# We use the largest free space available and the simple "all in one" recipe
|
# We use the largest free space available and the simple "all in one" recipe
|
||||||
# for BabelBox
|
# for BabelBox
|
||||||
d-i partman-auto/init_automatically_partition select biggest_free
|
d-i partman-auto/init_automatically_partition select biggest_free
|
||||||
d-i partman-auto/choose_recipe select atomic
|
d-i partman-auto/choose_recipe select atomic
|
||||||
|
|
||||||
# This makes partman automatically partition without confirmation.
|
# This makes partman automatically partition without confirmation.
|
||||||
d-i partman/choose_partition select finish
|
d-i partman/choose_partition select finish
|
||||||
|
|
Loading…
Add table
Reference in a new issue