summaryrefslogtreecommitdiff
path: root/common/usb-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-08 22:59:01 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-08 22:59:01 +0100
commitfd16e45734232215b0d0e5804fb89e171c169f4d (patch)
tree956f97e863351f8308bc1efb7000dc82eb244350 /common/usb-install.yml
parentboot disk selection still does not work... (diff)
preseed install disk detection works now
Diffstat (limited to 'common/usb-install.yml')
-rw-r--r--common/usb-install.yml4
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: