mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 11:16:53 +00:00
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
|
|
}
|