diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-21 23:56:52 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-21 23:56:52 +0000 |
commit | 5ad430932e4d09cc0207ad9cfa029e0e08252b37 (patch) | |
tree | be16971ecb38592024544bb8bd2688d8979f84c7 /packages/initscripts/initscripts_1.0.bb | |
parent | b201fc63537726817bebb816b35742f22feb7e8a (diff) |
initscripts: Updates for populate-volatile.sh:
- Add support for "update" as a parameter to force regeneration of
the cache when run (if the cache is not being used it's ignored).
- When generating the cache add *all* needed commands to the cache,
not just those that were actually needed on this run. Without this
only the additional directories created during an update will be
added to the cache.
Anything that calls populate-volatile.sh during postinst should now
pass update as a parameter. Currently (and before this change) if the
cache is enabled then any call to populate-volatile.sh during
postinst does nothing, generally breaking anything that uses
volatiles that is installed after the first boot of the device.
Diffstat (limited to 'packages/initscripts/initscripts_1.0.bb')
-rw-r--r-- | packages/initscripts/initscripts_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/initscripts/initscripts_1.0.bb b/packages/initscripts/initscripts_1.0.bb index 73c02e5ec5..306629732a 100644 --- a/packages/initscripts/initscripts_1.0.bb +++ b/packages/initscripts/initscripts_1.0.bb @@ -5,7 +5,7 @@ DEPENDS = "makedevs" DEPENDS_openzaurus = "makedevs virtual/kernel" RDEPENDS = "makedevs" LICENSE = "GPL" -PR = "r81" +PR = "r82" SRC_URI = "file://halt \ file://ramdisk \ |