aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openslug-init
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-02-21 13:03:11 +0000
committerRod Whitby <rod@whitby.id.au>2005-02-21 13:03:11 +0000
commit1676fca2c487892c5839fb933a06c008d0fa4fdd (patch)
treea8a26b6b54f83f78b15717513d09b50a3a581512 /packages/openslug-init
parenteb9b124493b7c5e05fd494e2105af4b45dd7036c (diff)
downloadopenembedded-1676fca2c487892c5839fb933a06c008d0fa4fdd.tar.gz
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
Diffstat (limited to 'packages/openslug-init')
-rw-r--r--packages/openslug-init/openslug-init_0.10.bb4
1 files changed, 3 insertions, 1 deletions
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"