-
Bug
-
Resolution: Done
-
Normal
-
None
-
Assisted Installer Docs Latest
-
1
-
False
-
-
True
-
-
-
HCIDOCS 2024#10
-
1
-
Critical
Details: The command as is for step 2. iii. under the heading 8.4 Booting hosts using iPXE is incorrect.
The current command is:
`grep ^kernel ipxe-script | xargs n1| grep ^coreos.live.rootfs_url | cut -d = -f 2 | xargs curl -o rootfs.img -L`
it should be:
`grep ^kernel ipxe-script | xargs -n1 | grep ^coreos.live.rootfs_url | cut -d = -f 2 | xargs curl -o rootfs.img -L`
- mentioned on