grub-config: add kernel command line to default boot entry
parent
8ea64ee1a4
commit
7aafaf172e
|
@ -79,7 +79,7 @@ fi
|
|||
|
||||
menuentry '$OS_NAME' {
|
||||
echo 'Loading Linux...'
|
||||
linux /$DEFAULT_LINUX
|
||||
linux /$DEFAULT_LINUX $LINUX_CMDLINE
|
||||
echo 'Loading initial ramdisk...'
|
||||
initrd /$DEFAULT_INITRAMFS
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue