Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fboss-image/distro_infra/parts/autoexec.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set stub_name FBOSS-Distro-Image.x86_64-1.0

initrd ${hbase}/pxeboot.${stub_name}.initrd

kernel ${hbase}/pxeboot.${stub_name}.kernel console=ttyS4,57600n8 nomodeset rd.neednet=1 rd.kiwi.install.pxe ip=eno1:dhcp rd.kiwi.install.image=${hbase}/${stub_name}.xz rd.kiwi.install.target=/dev/nvme0n1
kernel ${hbase}/pxeboot.${stub_name}.kernel console=ttyS0,57600n8 8250.nr_uarts=1 nomodeset rd.neednet=1 rd.kiwi.install.pxe ip=eno1:dhcp rd.kiwi.install.image=${hbase}/${stub_name}.xz rd.kiwi.install.target=/dev/nvme0n1

# Download a marker file via TFTP so we can use it as a signal to remove the dnsmasq configuration
imgfetch ${tbase}/pxeboot_complete /pxeboot_complete
Expand Down
Loading