summaryrefslogtreecommitdiff
path: root/common/usb-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-03 04:36:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-03 04:36:37 +0100
commit3c09e7d93d34f1fee49e5fc90f9f1f089c5ac33a (patch)
treefff2a37727b6990fcb55a9b1c8ecfb21a46b6b44 /common/usb-install.yml
parentele-thetys basic install works now (diff)
merge linux command line support from realraum repo
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 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: