preseed.cfg: be consistent with spacing (no tabs)

This commit is contained in:
Luca Capello 2012-11-07 16:17:11 +01:00
parent e853d313ca
commit df20e1dc40

View file

@ -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