torwachter: rm d3 key as he does no longer want access as told by ruru. Also better...
[noc.git] / ansible / usb-install.yml
index 7469fe2..5f3c9a5 100644 (file)
@@ -2,6 +2,7 @@
 - name: Fetch debian installer and bake initrd
   hosts: "{{ hostname }}"
   connection: local
+  gather_facts: no
 
   vars_prompt:
     - name: usbdrive_path
@@ -49,7 +50,7 @@
               LABEL linux
                KERNEL linux
                INITRD initrd.preseed.gz
-               APPEND install vga=off console=ttyS0,115200n8
+               APPEND install {{ (install.kernel_cmdline | default([])) | join(' ') }}
 
         - name: Make the USB disk bootable
           pause: