From 309c832c2c21ceb97fd589ebce8327d0d2bba731 Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 4 Sep 2008 10:16:43 +0000 Subject: kexecboot: add patch to read mtdparts from /proc/cmdline initramfs-kexecboot: add rotation parameter for c7x0 linux-kexecboot_2.6.26: change defconfigs --- packages/kexecboot/files/rootdelay.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/kexecboot/files/rootdelay.patch (limited to 'packages/kexecboot/files/rootdelay.patch') diff --git a/packages/kexecboot/files/rootdelay.patch b/packages/kexecboot/files/rootdelay.patch deleted file mode 100644 index 19a712ab57..0000000000 --- a/packages/kexecboot/files/rootdelay.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kexecboot-0.3/kexecboot.c 2008-08-03 17:08:31.000000000 +0200 -+++ kexecboot/kexecboot.c 2008-08-04 13:35:32.167062391 +0200 -@@ -84,7 +84,7 @@ - char command[COMMAND_LINE_SIZE + 60]; - mount(boot->device, "/mnt", boot->fstype, MS_RDONLY, NULL); - if( boot->cmdline ) -- sprintf(command,"/usr/sbin/kexec --command-line=\"%s root=%s rootfstype=%s\" -l %s", -+ sprintf(command,"/usr/sbin/kexec --command-line=\"%s root=%s rootfstype=%s rootdelay=3\" -l %s", - boot->cmdline, boot->device, boot->fstype, boot->kernelpath); - else - sprintf(command,"kexec -l %s", boot->kernelpath); -- cgit v1.2.3