mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
de49714f36
Also added a script to handle creation of GPT partitioned disk (with GRUB config file). Block limit will be used to disallow potential access to other partitions.
12 lines
209 B
INI
12 lines
209 B
INI
timeout=1
|
|
|
|
menuentry 'Serenity (normal)' {
|
|
root=hd0,2
|
|
multiboot /boot/kernel root=/dev/hda2
|
|
}
|
|
|
|
menuentry 'Serenity (with serial debug)' {
|
|
root=hd0,2
|
|
multiboot /boot/kernel serial_debug root=/dev/hda2
|
|
}
|