Fixed LVM and Language Support questions in preseed file.
This commit is contained in:
parent
0bc421e3d0
commit
be947c5678
1 changed files with 6 additions and 4 deletions
|
@ -59,12 +59,15 @@ d-i partman-auto/expert_recipe string \
|
||||||
mountpoint{ /var } \
|
mountpoint{ /var } \
|
||||||
.
|
.
|
||||||
|
|
||||||
d-i partman-partitioning/confirm_write_new_label boolean true
|
|
||||||
d-i partman/choose_partition select finish
|
|
||||||
d-i partman/confirm boolean true
|
d-i partman/confirm boolean true
|
||||||
d-i partman/confirm_nooverwrite boolean true
|
d-i partman/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
d-i partman-md/confirm boolean true
|
d-i partman-md/confirm boolean true
|
||||||
|
d-i partman-md/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
|
d-i partman-lvm/confirm boolean true
|
||||||
|
d-i partman-lvm/confirm_nooverwrite boolean true
|
||||||
|
|
||||||
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
|
||||||
d-i partman/confirm boolean true
|
d-i partman/confirm boolean true
|
||||||
|
@ -78,6 +81,7 @@ d-i user-setup/allow-password-weak boolean true
|
||||||
d-i user-setup/encrypt-home boolean false
|
d-i user-setup/encrypt-home boolean false
|
||||||
|
|
||||||
tasksel tasksel/first multiselect server, openssh-server
|
tasksel tasksel/first multiselect server, openssh-server
|
||||||
|
d-i pkgsel/install-language-support boolean true
|
||||||
d-i pkgsel/include string openvpn
|
d-i pkgsel/include string openvpn
|
||||||
d-i pkgsel/upgrade select full-upgrade
|
d-i pkgsel/upgrade select full-upgrade
|
||||||
d-i pkgsel/update-policy select unattended-upgrades
|
d-i pkgsel/update-policy select unattended-upgrades
|
||||||
|
@ -88,5 +92,3 @@ d-i grub-installer/only_debian boolean true
|
||||||
d-i grub-installer/with_other_os boolean true
|
d-i grub-installer/with_other_os boolean true
|
||||||
|
|
||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue