From 94993e5748dbed157eefc719a49fa11c575bf49a Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sun, 30 Jan 2011 07:49:04 -0600 Subject: SlugOS: slugos-init -- add boot/kexec script for kernel development (this should be removed for release) Signed-off-by: Mike Westerhof --- recipes/slugos-init/slugos-init_5.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/slugos-init') diff --git a/recipes/slugos-init/slugos-init_5.0.bb b/recipes/slugos-init/slugos-init_5.0.bb index aa6e49ee72..5b823b3d32 100644 --- a/recipes/slugos-init/slugos-init_5.0.bb +++ b/recipes/slugos-init/slugos-init_5.0.bb @@ -4,12 +4,13 @@ PRIORITY = "required" LICENSE = "GPL" DEPENDS = "base-files devio" RDEPENDS_${PN} = "busybox devio" -PR = "r13" +PR = "r14" SRC_URI = "file://boot/flash \ file://boot/disk \ file://boot/nfs \ file://boot/ram \ + file://boot/kexec \ file://boot/network \ file://boot/udhcpc.script \ file://initscripts/fixfstab \ @@ -37,7 +38,7 @@ SBINPROGS = "" USRSBINPROGS = "" CPROGS = "${USRSBINPROGS} ${SBINPROGS}" SCRIPTS = "turnup leds sysconf setup-optware.sh" -BOOTSCRIPTS = "flash disk nfs ram network udhcpc.script" +BOOTSCRIPTS = "flash disk nfs kexec ram network udhcpc.script" INITSCRIPTS = "syslog.buffer syslog.file syslog.network zleds\ leds_startup rmrecovery sysconfsetup umountinitrd.sh\ fixfstab loadmodules.sh" -- cgit 1.2.3-korg