]> git.proxmox.com Git - zfs-grub.git/commitdiff
disable generation of recovery entries by default
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 29 May 2015 07:21:57 +0000 (09:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 29 May 2015 07:21:57 +0000 (09:21 +0200)
pvepatches/grub-disable-recovery.patch [new file with mode: 0644]
pvepatches/series

diff --git a/pvepatches/grub-disable-recovery.patch b/pvepatches/grub-disable-recovery.patch
new file mode 100644 (file)
index 0000000..a5dea1f
--- /dev/null
@@ -0,0 +1,15 @@
+Index: new/debian/default/grub
+===================================================================
+--- new.orig/debian/default/grub
++++ new/debian/default/grub
+@@ -29,8 +29,8 @@ GRUB_DISABLE_OS_PROBER=true
+ # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
+ #GRUB_DISABLE_LINUX_UUID=true
+-# Uncomment to disable generation of recovery mode menu entries
+-#GRUB_DISABLE_RECOVERY="true"
++# Disable generation of recovery mode menu entries
++GRUB_DISABLE_RECOVERY="true"
+ # Uncomment to get a beep at grub start
+ #GRUB_INIT_TUNE="480 440 1"
index 592a40fcdfa3e8f8f9c11157e4fb67671e1fd722..deb936f528300657e2bff8bc8cc455e3bbcc23fe 100644 (file)
@@ -14,3 +14,4 @@ fix-grub-pc-postinst.patch
 fix-grub-distributor.patch
 suggest-os-prober.patch
 grub-disable-os-prober.patch
+grub-disable-recovery.patch