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
|
else
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "s/#\(GRUB_DISABLE_OS_PROBER\)/\1/" \
|
-e "s/#\(GRUB_DISABLE_OS_PROBER\)/\1/" \
|
||||||
-e "/^GRUB_CMDLINE_LINUX_DEFAULT=/{" \
|
`#-e "/^GRUB_CMDLINE_LINUX_DEFAULT=/{"` \
|
||||||
-e "h; s/^/#/; p;" \
|
`#-e "h; s/^/#/; p;"` \
|
||||||
-e "g; s/loglevel=3 quiet//" \
|
`#-e "g; s/loglevel=3 quiet//"` \
|
||||||
-e "}" \
|
`#-e "}"` \
|
||||||
/etc/default/grub;
|
/etc/default/grub;
|
||||||
|
|
||||||
grub-install --target=x86_64-efi --efi-directory="$EFI_BOOT_DIR" --bootloader-id="$BOOTLOADER_ID";
|
grub-install --target=x86_64-efi --efi-directory="$EFI_BOOT_DIR" --bootloader-id="$BOOTLOADER_ID";
|
||||||
|
|
Loading…
Reference in a new issue