summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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 386bd7c4..143cacaa 100644
--- a/common/usb-install.yml
+++ b/common/usb-install.yml
@@ -50,7 +50,7 @@
LABEL linux
KERNEL linux
INITRD initrd.preseed.gz
- APPEND auto=true priority=critical DEBCONF_DEBUG=5
+ APPEND install {{ (install.kernel_cmdline | default([])) | join(' ') }}
- name: create EFI boot directory
file:
@@ -66,7 +66,7 @@
LABEL linux
KERNEL ../../linux
INITRD ../../initrd.preseed.gz
- APPEND auto=true priority=critical DEBCONF_DEBUG=5
+ APPEND install {{ (install.kernel_cmdline | default([])) | join(' ') }}
- name: Make the USB disk bootable
pause: