diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/usb-install.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |