From: Mike Westerhof Date: Tue, 3 Feb 2009 06:39:51 +0000 (-0600) Subject: SlugOS: initscripts-slugos - remove _all_ the references to checkroot.sh X-Git-Tag: Release-2010-05/1~3991 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bdacf8052f9034e4a1cf1457ba8b8ab67e95a73;p=openembedded.git SlugOS: initscripts-slugos - remove _all_ the references to checkroot.sh --- diff --git a/packages/initscripts/initscripts-slugos_1.0.bb b/packages/initscripts/initscripts-slugos_1.0.bb index f8947fbe8d..29209dbf6a 100644 --- a/packages/initscripts/initscripts-slugos_1.0.bb +++ b/packages/initscripts/initscripts-slugos_1.0.bb @@ -16,7 +16,7 @@ RDEPENDS = "" # All other standard definitions inherited from initscripts # Except the PR which is hacked here. The format used is # a suffix -PR := "${PR}.18" +PR := "${PR}.19" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/${P}', '${FILE_DIRNAME}/initscripts-${PV}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" @@ -60,7 +60,7 @@ do_install_append() { rm ${D}${sysconfdir}/rc0.d/S40umountfs rm ${D}${sysconfdir}/rc0.d/S90halt rm ${D}${sysconfdir}/rcS.d/S02banner - rm ${D}${sysconfdir}/rcS.d/S10checkroot.sh + rm ${D}${sysconfdir}/rcS.d/S10checkroot # rm ${D}${sysconfdir}/rcS.d/S30checkfs.sh rm ${D}${sysconfdir}/rcS.d/S35mountall.sh rm ${D}${sysconfdir}/rcS.d/S39hostname.sh