diff options
Diffstat (limited to 'sys-boot/grub/files/grub-2.00-genkernel-initramfs-single.patch')
-rw-r--r-- | sys-boot/grub/files/grub-2.00-genkernel-initramfs-single.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/grub/files/grub-2.00-genkernel-initramfs-single.patch b/sys-boot/grub/files/grub-2.00-genkernel-initramfs-single.patch deleted file mode 100644 index 95a247e0..00000000 --- a/sys-boot/grub/files/grub-2.00-genkernel-initramfs-single.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- grub-2.00.orig/util/grub.d/10_linux.in -+++ grub-2.00/util/grub.d/10_linux.in -@@ -243,7 +243,7 @@ while [ "x$list" != "x" ] ; do - "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}" - if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then - linux_entry "${OS}" "${version}" recovery \ -- "single ${GRUB_CMDLINE_LINUX}" -+ "single init_opts=single ${GRUB_CMDLINE_LINUX/splash=silent/splash=verbose}" - fi - - list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '` |