debian support

This commit is contained in:
Patrick 2024-11-10 18:03:47 +01:00
parent de19951611
commit f31aa555e7
12 changed files with 203 additions and 56 deletions

View file

@ -2,6 +2,6 @@ set timeout=0
set default=0
menuentry "Linux" {
linux /boot/vmlinuz root=/dev/sr0
initrd /boot/initrd.img
linux /vmlinuz root=/dev/sr0
initrd /initrd.img
}