Skip to content

Commit

Permalink
add netboot cmdline stanzas
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jun 6, 2023
1 parent afa4d49 commit 93d12e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RUN apt-get update \
os-prober \
packagekit-tools \
parted \
patch \
pigz \
pkg-config \
polkitd \
Expand Down
2 changes: 1 addition & 1 deletion scripts/netboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set dns 8.8.8.8
ifconf
# set config https://example.com/machine-config
# set cmdline extra.values=1
kernel \${url}/\${kernel} initrd=\${initrd} rd.neednet=1 ip=dhcp rd.cos.disable root=live:\${url}/\${rootfs} netboot nodepair.enable config_url=\${config} console=tty1 console=ttyS0 \${cmdline}
kernel \${url}/\${kernel} initrd=\${initrd} rd.neednet=1 ip=dhcp rd.cos.disable root=live:\${url}/\${rootfs} netboot nodepair.enable config_url=\${config} console=tty1 console=ttyS0 security=selinux selinux=1 rd.live.overlay.overlayfs \${cmdline}
initrd \${url}/\${initrd}
boot
EOF

0 comments on commit 93d12e5

Please sign in to comment.