mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
[fix] Better default partition choice
This commit is contained in:
parent
f748ca3369
commit
6095400396
1 changed files with 12 additions and 17 deletions
|
@ -22,26 +22,21 @@ d-i clock-setup/ntp-server string 0.fr.pool.ntp.org
|
||||||
### Partitioning
|
### Partitioning
|
||||||
d-i partman-auto/method string regular
|
d-i partman-auto/method string regular
|
||||||
d-i partman-auto/choose_recipe select multi
|
d-i partman-auto/choose_recipe select multi
|
||||||
#d-i partman-auto/expert_recipe string \
|
d-i partman-auto/expert_recipe string \
|
||||||
# condpart :: \
|
condpart :: \
|
||||||
# 300 4000 7000 ext3 \
|
300 4000 7000 ext4 \
|
||||||
# $primary{ } $bootable{ } \
|
$primary{ } $bootable{ } \
|
||||||
# method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
# use_filesystem{ } filesystem{ ext3 } \
|
use_filesystem{ } filesystem{ ext4 } \
|
||||||
# mountpoint{ / } \
|
mountpoint{ / } \
|
||||||
# . \
|
. \
|
||||||
# 64 512 300% linux-swap \
|
512 1024 1024 linux-swap \
|
||||||
# method{ swap } format{ } \
|
method{ swap } format{ } \
|
||||||
# . \
|
. \
|
||||||
# 100 10000 1000000000 ext3 \
|
|
||||||
# method{ keep } format{ } \
|
|
||||||
# use_filesystem{ } filesystem{ ext3 } \
|
|
||||||
# mountpoint{ /var } \
|
|
||||||
# .
|
|
||||||
d-i partman/confirm_write_new_label boolean true
|
d-i partman/confirm_write_new_label boolean true
|
||||||
d-i partman/choose_partition select finish
|
d-i partman/choose_partition select finish
|
||||||
d-i partman/confirm boolean false
|
d-i partman/confirm boolean false
|
||||||
d-i partman/confirm_nooverwrite boolean true
|
d-i partman/confirm_nooverwrite boolean false
|
||||||
|
|
||||||
### Account setup
|
### Account setup
|
||||||
d-i passwd/root-password-crypted password $1$6xBdkGvE$8nLCNRxwABespdFJniEiX0
|
d-i passwd/root-password-crypted password $1$6xBdkGvE$8nLCNRxwABespdFJniEiX0
|
||||||
|
|
Loading…
Add table
Reference in a new issue