summaryrefslogtreecommitdiff
path: root/packages/kexecboot/files/rootdelay.patch
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-04 10:25:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-09-04 10:25:40 +0000
commit0e60436ef61d52ed11bba5926c4c7dbd191749ac (patch)
treea60daf44ac4772911c46940fa8283b54447a7b33 /packages/kexecboot/files/rootdelay.patch
parent614d641dda3ea8a65293697ce2847f47984257b8 (diff)
parentae63a4dad7b06af132c6ba5bdb5fb98b2231525a (diff)
merge of '50c7f89abe3b8e0587d863672399614b1f2cb6d5'
and '9daaac3730faf9e4dc3c89cd380025bec6460aed'
Diffstat (limited to 'packages/kexecboot/files/rootdelay.patch')
-rw-r--r--packages/kexecboot/files/rootdelay.patch11
1 files changed, 0 insertions, 11 deletions
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);