repo/grub-defconfig/payload/boot/grub/grub.cfg

9 lines
175 B
INI
Raw Normal View History

2020-11-30 21:45:15 +02:00
set timeout=15
set default=0
2020-11-30 21:45:15 +02:00
menuentry "Alnux" {
# you will probably want to change the root below...
2021-07-09 15:11:57 +03:00
linux /boot/bzImage noapic root=/dev/sda1 init=/sbin/runit
2020-11-30 21:45:15 +02:00
boot
}