From fd16e45734232215b0d0e5804fb89e171c169f4d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 8 Jan 2019 22:59:01 +0100 Subject: preseed install disk detection works now --- common/usb-install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/usb-install.yml b/common/usb-install.yml index 475a4cb5..56edc046 100644 --- a/common/usb-install.yml +++ b/common/usb-install.yml @@ -49,7 +49,7 @@ LABEL linux KERNEL linux INITRD initrd.preseed.gz - APPEND install DEBCONF_DEBUG=5 + APPEND auto=true priority=critical DEBCONF_DEBUG=5 - name: create EFI boot directory file: @@ -65,7 +65,7 @@ LABEL linux KERNEL ../../linux INITRD ../../initrd.preseed.gz - APPEND install DEBCONF_DEBUG=5 + APPEND auto=true priority=critical DEBCONF_DEBUG=5 - name: Make the USB disk bootable pause: -- cgit v1.2.3