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:
parent
d2fa3a6354
commit
6fcdfcf9bb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user