From 1676fca2c487892c5839fb933a06c008d0fa4fdd Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 21 Feb 2005 13:03:11 +0000 Subject: Unslung and OpenSlug both working with switchbox. Updated CVSDATE stuff in nslu2.conf. Changed CMDLINE in openslug kernel to use switchbox. Changed switchbox and slingbox to use /usr/sbin and /usr/bin (just like in OpenSlug busybox) so that the location of executables match across SwitchBox, Unslung and Openslug. Added /initrd directory to OpenSlug rootfs so that it can be used for the pivot_root in switchbox. BKrev: 4219dc0fM9IKay9jW_b1WMSP_N7e1w --- packages/openslug-init/openslug-init_0.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/openslug-init') diff --git a/packages/openslug-init/openslug-init_0.10.bb b/packages/openslug-init/openslug-init_0.10.bb index 731f6def4a..ed5b440386 100644 --- a/packages/openslug-init/openslug-init_0.10.bb +++ b/packages/openslug-init/openslug-init_0.10.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Openslug initial network config via sysconf" SECTION = "console/network" LICENSE = "GPL" DEPENDS = "base-files" -PR = "r3" +PR = "r4" SRC_URI = "file://sysconfsetup \ file://kern_header.c" @@ -28,3 +28,5 @@ do_install() { install -m 0755 ${D}/../sysconfsetup ${D}/${sysconfdir}/init.d/ ln -s /etc/init.d/sysconfsetup ${D}/${sysconfdir}/rcS.d/S39sysconfsetup } + +FILES_${PN} += "/initrd" -- cgit 1.2.3-korg