'deb-preseed.txt' updaten
This commit is contained in:
@@ -113,13 +113,6 @@ d-i clock-setup/ntp boolean true
|
|||||||
|
|
||||||
### Partitioning
|
### 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
|
d-i partman-auto/method string regular
|
||||||
|
|
||||||
# If one of the disks that are going to be automatically partitioned
|
# 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.
|
# Avoid that last message about the install being complete.
|
||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Advanced options
|
#### Advanced options
|
||||||
### Running custom commands during the installation
|
### Running custom commands during the installation
|
||||||
# d-i preseeding is inherently not secure. Nothing in the installer checks
|
# d-i preseeding is inherently not secure. Nothing in the installer checks
|
||||||
|
|||||||
Reference in New Issue
Block a user