diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-02-06 00:25:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 00:25:26 +0000 |
commit | 669db9e0db18fb3f151116e2268a46017661cf7c (patch) | |
tree | 967952480cfacf9bb174fb9f8a032465ab6e8096 /packages/initscripts/initscripts-slugos_1.0.bb | |
parent | 8b1cc22759301dfcbb1c31d4c23562069b2b0d26 (diff) |
initscripts: Update SlugOS initscripts
Update checkroot to include led status/beep on error, mount swap
Update checkroot, move $rootcheck to $ROOTFSCK in rcS
Update mountall, remove the swap mount, since it's already mounted
Diffstat (limited to 'packages/initscripts/initscripts-slugos_1.0.bb')
-rw-r--r-- | packages/initscripts/initscripts-slugos_1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/initscripts/initscripts-slugos_1.0.bb b/packages/initscripts/initscripts-slugos_1.0.bb index 05449958f6..59c8d30f00 100644 --- a/packages/initscripts/initscripts-slugos_1.0.bb +++ b/packages/initscripts/initscripts-slugos_1.0.bb @@ -11,7 +11,7 @@ RCONFLICTS = "initscripts" # All other standard definitions inherited from initscripts # Except the PR which is hacked here. The format used is # a suffix -PR := "${PR}.5" +PR := "${PR}.6" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/${P}', '${FILE_DIRNAME}/initscripts-${PV}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" @@ -19,7 +19,6 @@ PACKAGES = "${PN}" SRC_URI += "file://alignment.sh" SRC_URI += "file://domainname.sh" -SRC_URI += "file://rootopts.patch;patch=1" SRC_URI += "file://devices.patch;patch=1" # Without this it is not possible to patch checkroot.sh |