From 894fcd09757550defb344445597e113bbae02c52 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Sun, 3 Aug 2008 16:31:31 +0000 Subject: files: add some stuff to device_table_add-mmc.txt and rename it to devices-table-collie.txt. conf/collie: use device-table-collie.txt packages/kexecboot:*create a new directory for everything kexecboot related *move initramfs-kexec-image and initramfs-kexec to this dir and rename them to *kexecboot *move linux-kexecboot to this dir *add forgotten patches for linux-kexecboot --- packages/initrdscripts/initramfs-kexec_1.0.bb | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 packages/initrdscripts/initramfs-kexec_1.0.bb (limited to 'packages/initrdscripts') diff --git a/packages/initrdscripts/initramfs-kexec_1.0.bb b/packages/initrdscripts/initramfs-kexec_1.0.bb deleted file mode 100644 index 1b2ae27cf7..0000000000 --- a/packages/initrdscripts/initramfs-kexec_1.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTON = "A init script that mounts a device and kexecs a new kernel from it." -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/boot/zImage -/usr/sbin/kexec -e -EOF -} - -do_install() { - install -m 0755 ${S}/init.sh ${D}/init - install -d ${D}/proc - install -d ${D}/mnt -} - -PACKAGE_ARCH = "all" - -FILES_${PN} = "/init /proc /mnt" - -ROOTDEV = "/dev/mmcblk0p1" -ROOTFS = "ext2" -#ROOTDEV = "mtd2" -#ROOTFS = "jffs2" -- cgit v1.2.3