]> git.proxmox.com Git - zfs-grub.git/blob - pvepatches/grub-disable-recovery.patch
disable generation of recovery entries by default
[zfs-grub.git] / pvepatches / grub-disable-recovery.patch
1 Index: new/debian/default/grub
2 ===================================================================
3 --- new.orig/debian/default/grub
4 +++ new/debian/default/grub
5 @@ -29,8 +29,8 @@ GRUB_DISABLE_OS_PROBER=true
6 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
7 #GRUB_DISABLE_LINUX_UUID=true
8
9 -# Uncomment to disable generation of recovery mode menu entries
10 -#GRUB_DISABLE_RECOVERY="true"
11 +# Disable generation of recovery mode menu entries
12 +GRUB_DISABLE_RECOVERY="true"
13
14 # Uncomment to get a beep at grub start
15 #GRUB_INIT_TUNE="480 440 1"