diff --git a/http/debian.cfg b/http/debian.cfg index 4a44211..9c98cd0 100644 --- a/http/debian.cfg +++ b/http/debian.cfg @@ -70,24 +70,24 @@ d-i partman-lvm/confirm boolean true # atomic: all files in one partition # home: separate /home partition # multi: separate /home, /usr, /var, and /tmp partitions -#d-i partman-auto/choose_recipe select atomic +d-i partman-auto/choose_recipe select atomic -d-i partman-auto/expert_recipe string \ - boot-root :: \ - 1000 1000 1000 ext3 \ - $primary{ } $bootable{ } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext3 } \ - mountpoint{ /boot } \ - . \ - 256 512 768 linux-swap \ - method{ swap } format{ } \ - . \ - 5000 10000 1000000000 xfs \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ xfs } \ - mountpoint{ / } \ - . +#d-i partman-auto/expert_recipe string \ +# boot-root :: \ +# 1000 1000 1000 ext3 \ +# $primary{ } $bootable{ } \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ ext3 } \ +# mountpoint{ /boot } \ +# . \ +# 256 512 768 linux-swap \ +# method{ swap } format{ } \ +# . \ +# 5000 10000 1000000000 xfs \ +# method{ format } format{ } \ +# use_filesystem{ } filesystem{ xfs } \ +# mountpoint{ / } \ +# . d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish