7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
# /etc/grub.d/40_custom
|
|
|
|
menuentry “Haiku Nightly” {
|
|
set root=(hd0,2)
|
|
chainloader +1
|
|
}
|