From de9859bc13b54ea33dd85470699b947eaf5a78eb Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 28 May 2019 22:47:42 +0000 Subject: [PATCH] 'deb-preseed.txt' updaten --- deb-preseed.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/deb-preseed.txt b/deb-preseed.txt index 52e07e2..0b1c979 100644 --- a/deb-preseed.txt +++ b/deb-preseed.txt @@ -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