summaryrefslogtreecommitdiff
path: root/sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch')
-rw-r--r--sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch b/sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch
deleted file mode 100644
index 4aa6ab99..00000000
--- a/sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- grub-1.99.orig/util/grub.d/10_linux.in
-+++ grub-1.99/util/grub.d/10_linux.in
-@@ -192,7 +192,7 @@ while [ "x$list" != "x" ] ; do
- "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
- if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then
- linux_entry "${OS}" "${version}" true \
-- "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' ' '`