grub-config: Fix paths of default linux some more

master
BodgeMaster 2023-06-21 07:42:21 +02:00
parent 2b4b7f4b1a
commit 383eb41189
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ fi
menuentry '$OS_NAME' {
echo 'Loading Linux...'
linux $DEFAULT_LINUX
linux /$DEFAULT_LINUX
echo 'Loading initial ramdisk...'
initrd $DEFAULT_INITRAMFS
initrd /$DEFAULT_INITRAMFS
}
submenu 'Choose kernel version...' {" > "$GRUB_PREFIX/grub.cfg"