From 3c09e7d93d34f1fee49e5fc90f9f1f089c5ac33a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 3 Feb 2019 04:36:37 +0100 Subject: merge linux command line support from realraum repo --- 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 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: -- cgit v1.2.3