forked from server/user-documentation
Typo: fix missing $
This commit is contained in:
parent
957ae76ddb
commit
0e6d6fb2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue