Added previous progress
This commit is contained in:
parent
e8fd1488a5
commit
c0f3491adc
5 changed files with 933 additions and 225 deletions
7
resources/grub.cfg
Normal file
7
resources/grub.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "Linux" {
|
||||
linux /boot/vmlinuz root=/dev/sr0
|
||||
initrd /boot/initrd.img
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue