Mark discovery ramdisk to have an initrd

Seems tinycore's kernel needs an indicator that the
instance is booting with a ramdisk. CoreOS's builds seemed
to tolerate this without issue when it was originally developed.

:(

Change-Id: I07ecdde3986f7b9720f0e83c47135846cafff2de
This commit is contained in:
Julia Kreger 2018-11-06 11:54:10 -08:00
parent d2fa3a6354
commit 6fcdfcf9bb
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ dhcp || reboot
goto introspect
:introspect
kernel {{ ipa_kernel_url }} ipa-inspection-callback-url=http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface ]['ipv4']['address'] }}:5050/v1/continue systemd.journald.forward_to_console=yes ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} nofb nomodeset vga=normal console=ttyS0 {{ inspector_extra_kernel_options | default('') }}
kernel {{ ipa_kernel_url }} ipa-inspection-callback-url=http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface ]['ipv4']['address'] }}:5050/v1/continue systemd.journald.forward_to_console=yes ip=${ip}:${next-server}:${gateway}:${netmask} BOOTIF=${mac} nofb nomodeset vga=normal console=ttyS0 {{ inspector_extra_kernel_options | default('') }} initrd=ipa.initramfs
initrd {{ ipa_ramdisk_url }}
boot