Handle kernel properly
This commit is contained in:
4
grub.cfg
4
grub.cfg
@ -28,8 +28,8 @@ set loopback="findiso=${iso_path}"
|
||||
fi
|
||||
|
||||
menuentry "PVC Live Installer" {
|
||||
linux /live/vmlinuz-4.19.0-5-amd64 boot=live components splash quiet "${loopback}"
|
||||
initrd /live/initrd.img-4.19.0-5-amd64
|
||||
linux /live/vmlinuz boot=live components splash quiet "${loopback}"
|
||||
initrd /live/initrd.img
|
||||
}
|
||||
menuentry "Traditional Debian Installer (graphical)" {
|
||||
linux /d-i/gtk/vmlinuz append video=vesa:ywrap,mtrr vga=788 "${loopback}"
|
||||
|
Reference in New Issue
Block a user