'deb-preseed.txt' updaten

This commit is contained in:
2019-05-28 22:47:42 +00:00
parent e5f178f9e9
commit de9859bc13

View File

@@ -113,13 +113,6 @@ d-i clock-setup/ntp boolean true
### Partitioning
d-i partman/early_command string \
USBDEV=\$(mount | grep hd-media | cut -d" " -f1 | sed "s/\(.*\)./\1/");\
BOOTDEV=\$(list-devices disk | grep -v \$USBDEV | head -1);\
debconf-set partman-auto/disk \$BOOTDEV;\
debconf-set grub-installer/bootdev \$BOOTDEV;
d-i partman-auto/method string regular
# If one of the disks that are going to be automatically partitioned
@@ -180,10 +173,6 @@ d-i grub-installer/with_other_os boolean false
# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note
#### Advanced options
### Running custom commands during the installation
# d-i preseeding is inherently not secure. Nothing in the installer checks