Skip to content

Commit

Permalink
docs/cosa/run: Remove unneeded rootfs in UEFI SB GRUB config
Browse files Browse the repository at this point in the history
See: #3806 (comment)
Fixes: 0b53c4e docs/cosa/run: Add PXE with Shim and UEFI Secure Boot example
  • Loading branch information
travier authored and jlebon committed May 23, 2024
1 parent 5f83720 commit 2b7db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cosa/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ menuentry "CoreOS (UEFI Secure Boot)" {
echo "Loading kernel"
linux /rhcos-4.14.0-x86_64-live-kernel-x86_64 ignition.firstboot ignition.platform.id=metal console=ttyS0 coreos.live.rootfs_url=http://10.0.2.2:8000/pxe/rhcos-4.14.0-x86_64-live-rootfs.x86_64.img ignition.config.url=http://10.0.2.2:8000/pxe/config.ign
echo "Loading initrd"
initrd rhcos-4.14.0-x86_64-live-initramfs.x86_64.img rhcos-4.14.0-x86_64-live-rootfs.x86_64.img
initrd rhcos-4.14.0-x86_64-live-initramfs.x86_64.img
}
$ cosa kola http-server
Expand Down

0 comments on commit 2b7db04

Please sign in to comment.