forked from Dark-Horse-Linux/pyrois
10 lines
207 B
INI
10 lines
207 B
INI
|
set timeout=5
|
||
|
set default=0
|
||
|
|
||
|
menuentry "Dark Horse Linux (Pre-Alpha)" {
|
||
|
set root=(cd)
|
||
|
linux /boot/vmlinuz-6.0.12-dark_horse-pyrois boot=live root=/dev/sr0 rw
|
||
|
initrd /boot/initramfs-6.0.12.img
|
||
|
}
|
||
|
|