grub-config: add first default kernel boot parameters

master
BodgeMaster 2023-06-28 13:03:14 +02:00
parent ec25fa5a79
commit d0d188bbd3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ OS_NAME="Void Linux USB"
GRUB_PREFIX="/boot/efi/LOADER/grub"
CFG_CUSTOM_BEFORE="custom_before.cfg"
CFG_CUSTOM_AFTER="custom_after.cfg"
LINUX_CMDLINE=""
LINUX_CMDLINE="root=/dev/loop0 ro"
DEFAULT_LINUX=/boot/vmlinu?
if [ ! -f "$DEFAULT_LINUX" ]; then