new livecd generation make target
This commit is contained in:
9
configs/boot_grub_grub.cfg
Normal file
9
configs/boot_grub_grub.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user