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