[oe-commits] org.oe.dev kexecboot: add missing patch

thesing commit oe at amethyst.openembedded.net
Mon Sep 1 17:52:17 UTC 2008


kexecboot: add missing patch

Author: thesing at openembedded.org
Branch: org.openembedded.dev
Revision: 0675e9a3e7f3d9faa1311df4548be2e200c02760
ViewMTN: http://monotone.openembedded.org/revision/info/0675e9a3e7f3d9faa1311df4548be2e200c02760
Files:
1
packages/kexecboot/files
packages/kexecboot/files/rootdelay.patch
Diffs:

#
# mt diff -r59560bb699e5c53442482270321f0392e8772228 -r0675e9a3e7f3d9faa1311df4548be2e200c02760
#
#
#
# add_dir "packages/kexecboot/files"
# 
# add_file "packages/kexecboot/files/rootdelay.patch"
#  content [4aac2eeabb2c5f35e3565672496f0a14ddca9c00]
#
============================================================
--- packages/kexecboot/files/rootdelay.patch	4aac2eeabb2c5f35e3565672496f0a14ddca9c00
+++ packages/kexecboot/files/rootdelay.patch	4aac2eeabb2c5f35e3565672496f0a14ddca9c00
@@ -0,0 +1,11 @@
+--- 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);






More information about the Openembedded-commits mailing list