From 0bcc09772c0a401c1a03e96a0c1334142f895d20 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Thu, 10 Jan 2019 09:06:48 -0800 Subject: [PATCH] ipxe-install: Fix ipxe_boot_script.ipxe Fixes a `#` which must have gotten replaced with `sudo` --- source/clear-linux/guides/network/ipxe-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/guides/network/ipxe-install.rst b/source/clear-linux/guides/network/ipxe-install.rst index ad58f584..f16ca06b 100644 --- a/source/clear-linux/guides/network/ipxe-install.rst +++ b/source/clear-linux/guides/network/ipxe-install.rst @@ -122,7 +122,7 @@ To set up |CL| manually, perform the steps below. .. code-block:: console sudo cat > $ipxe_root/ipxe_boot_script.ipxe << EOF - sudo!ipxe + #!ipxe kernel linux quiet init=/usr/lib/systemd/systemd-bootchart \ initcall_debug tsc=reliable no_timer_check noreplace-smp rw \ initrd=initrd