Added previous progress

This commit is contained in:
Patrick 2024-11-09 20:59:14 +01:00
parent e8fd1488a5
commit c0f3491adc
5 changed files with 933 additions and 225 deletions

7
resources/grub.cfg Normal file
View file

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