mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-24 22:06:32 -04:00
do not set kernel parameter quiet loglevel=0
for recovery boot option
for easier debugging
This commit is contained in:
parent
49902b8c56
commit
ac0c492663
@ -6,4 +6,4 @@
|
||||
## LANG=C str_replace is provided by package helper-scripts.
|
||||
## Remove "quiet" from GRUB_CMDLINE_LINUX_DEFAULT because "quiet" must be first.
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="$(echo "$GRUB_CMDLINE_LINUX_DEFAULT" | LANG=C str_replace "quiet" "")"
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX quiet loglevel=0"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX quiet loglevel=0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user