new livecd generation make target

This commit is contained in:
phanes
2023-04-02 02:34:59 -04:00
parent 7fdac0e72e
commit afd68110bc
18 changed files with 1254 additions and 17 deletions

View 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
}