forked from alnux/repo
8 lines
184 B
INI
8 lines
184 B
INI
set timeout=15
|
|
set default=0
|
|
|
|
menuentry "Alnux" {
|
|
# you will probably want to change the root below...
|
|
linux /boot/bzImage noapic root=/dev/sda1 init=/usr/bin/hummingbird
|
|
boot
|
|
}
|