2020-11-30 21:45:15 +02:00
|
|
|
set timeout=15
|
2021-07-03 18:14:49 +03:00
|
|
|
set default=0
|
2021-07-09 09:37:56 +03:00
|
|
|
|
2020-11-30 21:45:15 +02:00
|
|
|
menuentry "Alnux" {
|
2021-07-03 18:14:49 +03:00
|
|
|
# you will probably want to change the root below...
|
2021-07-09 16:26:45 +03:00
|
|
|
linux /boot/bzImage noapic root=/dev/sda1 init=/usr/bin/hummingbird
|
2020-11-30 21:45:15 +02:00
|
|
|
boot
|
|
|
|
}
|