From 25c6441ff72fc6705fd44d85a374ab512fc0cbf8 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sat, 4 Jun 2005 19:40:08 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/04 20:24:09+01:00 reciva.com!pb add gmp-native, needed by gcc 4.0.0 f95 2005/06/04 20:18:17+01:00 reciva.com!pb move hostname.sh a bit earlier in the boot order, so it runs before networking 2005/06/04 20:06:07+01:00 reciva.com!pb set ALLOW_EMPTY for kernel-image BKrev: 42a20398qt2Wd6KD6RthCSJg2TTGyA --- packages/initscripts/initscripts_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/initscripts') diff --git a/packages/initscripts/initscripts_1.0.bb b/packages/initscripts/initscripts_1.0.bb index a42948ef02..003cfcb424 100644 --- a/packages/initscripts/initscripts_1.0.bb +++ b/packages/initscripts/initscripts_1.0.bb @@ -6,7 +6,7 @@ DEPENDS = "makedevs" DEPENDS_openzaurus = "makedevs virtual/kernel" RDEPENDS = "makedevs" LICENSE = "GPL" -PR = "r43" +PR = "r44" SRC_URI = "file://halt \ file://ramdisk \ @@ -125,7 +125,7 @@ do_install () { ln -sf ../init.d/checkroot.sh ${D}${sysconfdir}/rcS.d/S10checkroot.sh # ln -sf ../init.d/checkfs.sh ${D}${sysconfdir}/rcS.d/S30checkfs.sh ln -sf ../init.d/mountall.sh ${D}${sysconfdir}/rcS.d/S35mountall.sh - ln -sf ../init.d/hostname.sh ${D}${sysconfdir}/rcS.d/S40hostname.sh + ln -sf ../init.d/hostname.sh ${D}${sysconfdir}/rcS.d/S39hostname.sh ln -sf ../init.d/mountnfs.sh ${D}${sysconfdir}/rcS.d/S45mountnfs.sh ln -sf ../init.d/bootmisc.sh ${D}${sysconfdir}/rcS.d/S55bootmisc.sh # ln -sf ../init.d/urandom ${D}${sysconfdir}/rcS.d/S55urandom -- cgit v1.2.3