From 5b138d1829f06edf75073d0fda97557f44f5df14 Mon Sep 17 00:00:00 2001 From: fake Date: Tue, 14 Mar 2006 01:19:52 +0000 Subject: [PATCH] fake: grub: remove the init=/linuxrc default option [2006031401112904289] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7208 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x86/grub/stone_mod_grub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x86/grub/stone_mod_grub.sh b/package/x86/grub/stone_mod_grub.sh index e0e23870a..952033fe6 100644 --- a/package/x86/grub/stone_mod_grub.sh +++ b/package/x86/grub/stone_mod_grub.sh @@ -98,7 +98,7 @@ default 0 fallback 1 title ROCK Linux -linux $bootdrive$bootpath/vmlinuz root=/dev/ram0 init=/linuxrc ro +linux $bootdrive$bootpath/vmlinuz root=/dev/ram0 ro initrd $bootdrive$bootpath/initrd.img EOT if [ -f /boot/memtest86.bin ] ; then