Changed partition recipe for Debian installer

This commit is contained in:
Gregory Ballantine 2024-04-19 09:39:58 -04:00
parent 1b3a73bf20
commit ca7969baf3

View File

@ -70,24 +70,24 @@ d-i partman-lvm/confirm boolean true
# atomic: all files in one partition # atomic: all files in one partition
# home: separate /home partition # home: separate /home partition
# multi: separate /home, /usr, /var, and /tmp partitions # 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 \ #d-i partman-auto/expert_recipe string \
boot-root :: \ # boot-root :: \
1000 1000 1000 ext3 \ # 1000 1000 1000 ext3 \
$primary{ } $bootable{ } \ # $primary{ } $bootable{ } \
method{ format } format{ } \ # method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \ # use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \ # mountpoint{ /boot } \
. \ # . \
256 512 768 linux-swap \ # 256 512 768 linux-swap \
method{ swap } format{ } \ # method{ swap } format{ } \
. \ # . \
5000 10000 1000000000 xfs \ # 5000 10000 1000000000 xfs \
method{ format } format{ } \ # method{ format } format{ } \
use_filesystem{ } filesystem{ xfs } \ # use_filesystem{ } filesystem{ xfs } \
mountpoint{ / } \ # mountpoint{ / } \
. # .
d-i partman-partitioning/confirm_write_new_label boolean true d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish d-i partman/choose_partition select finish