mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Fix one more path for GRUB netbooting
This commit is contained in:
parent
9f56cf0698
commit
98e878ab3b
Notes:
sideshowbarker
2024-07-18 02:56:24 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/98e878ab3b4 Pull-request: https://github.com/SerenityOS/serenity/pull/10380
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ menuentry 'SerenityOS - netboot diskless text mode' {
|
|||
echo 'Starting SerenityOS.'
|
||||
}
|
||||
```
|
||||
5. Place the SerenityOS prekernel, kernel and ramdisk inside `/srv/tftp/boot/grub/serenity/`
|
||||
5. Place the SerenityOS prekernel, kernel and ramdisk inside `/srv/tftp/serenity/`
|
||||
|
||||
You should now be able to PXE boot into Serenity if enough of your hardware is supported by the Serenity kernel.
|
||||
|
||||
|
|
Loading…
Reference in a new issue