Typo: fix missing $

This commit is contained in:
Rowan Puttergill 2026-07-06 17:58:56 +01:00
commit 0e6d6fb2ff

View file

@ -484,7 +484,7 @@ Note that menu entry for the Fedora 44 Network Install points to the fedora44/in
A menu entry is included to exit out of this menu and to use the next configured boot option, which usually includes the hard disk for the system. Providing this option in the menu, gives you a way to boot to disk easily. You can change the `set default=0` line to `set default=1` to make the second menu entry the default value, if you prefer.
[source,console]
----
sudo tee /var/lib/tftpboot/EFI/x86_64-efi/grub.cfg << 'EOF'
$ sudo tee /var/lib/tftpboot/EFI/x86_64-efi/grub.cfg << 'EOF'
set timeout=10
set default=0