blob: 9daee90c411a94de434e71e5bc1f93a90e1c802c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
timeout=1
menuentry 'Serenity (normal)' {
root=hd0,1
multiboot /boot/kernel root=/dev/hda1
}
menuentry 'Serenity (with serial debug)' {
root=hd0,1
multiboot /boot/kernel serial_debug root=/dev/hda1
}
|