Disable GRUB un-silencing
This commit is contained in:
parent
4cb121fd1a
commit
3bcf043f5e
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ then
|
|||
else
|
||||
sed -i \
|
||||
-e "s/#\(GRUB_DISABLE_OS_PROBER\)/\1/" \
|
||||
-e "/^GRUB_CMDLINE_LINUX_DEFAULT=/{" \
|
||||
-e "h; s/^/#/; p;" \
|
||||
-e "g; s/loglevel=3 quiet//" \
|
||||
-e "}" \
|
||||
`#-e "/^GRUB_CMDLINE_LINUX_DEFAULT=/{"` \
|
||||
`#-e "h; s/^/#/; p;"` \
|
||||
`#-e "g; s/loglevel=3 quiet//"` \
|
||||
`#-e "}"` \
|
||||
/etc/default/grub;
|
||||
|
||||
grub-install --target=x86_64-efi --efi-directory="$EFI_BOOT_DIR" --bootloader-id="$BOOTLOADER_ID";
|
||||
|
|
Loading…
Reference in a new issue