[oe-commits] org.oe.dev initramfs-kexe: load zImage from the /boot directory

thesing commit oe at amethyst.openembedded.net
Fri Jul 25 14:45:57 UTC 2008


initramfs-kexe: load zImage from the /boot directory

Author: thesing at openembedded.org
Branch: org.openembedded.dev
Revision: fc9f8d158891edd33f035f3b503d28695ae95419
ViewMTN: http://monotone.openembedded.org/revision/info/fc9f8d158891edd33f035f3b503d28695ae95419
Files:
1
packages/initrdscripts/initramfs-kexec_1.0.bb
Diffs:

#
# mt diff -r11190e741ffccdf2d209ad44d788d7a645b62eef -rfc9f8d158891edd33f035f3b503d28695ae95419
#
#
#
# patch "packages/initrdscripts/initramfs-kexec_1.0.bb"
#  from [887f543ee47d7063adbb65d1337be522ec8c3fd7]
#    to [19eebe40da32b895da48037b3aadec5cdda88979]
#
============================================================
--- packages/initrdscripts/initramfs-kexec_1.0.bb	887f543ee47d7063adbb65d1337be522ec8c3fd7
+++ packages/initrdscripts/initramfs-kexec_1.0.bb	19eebe40da32b895da48037b3aadec5cdda88979
@@ -1,12 +1,12 @@ DESCRIPTON = "A init script that mounts 
 DESCRIPTON = "A init script that mounts a device and kexecs a new kernel from it."
-PR = "r5"
+PR = "r6"
 
 do_compile() {
         cat > init.sh << EOF
 #!/bin/sh
 /bin/mount -t proc proc /proc
 /bin/mount -t ${ROOTFS} ${ROOTDEV} /mnt
-/usr/sbin/kexec -l /mnt/zImage
+/usr/sbin/kexec -l /mnt/boot/zImage
 /usr/sbin/kexec -e
 EOF
 }






More information about the Openembedded-commits mailing list