Merge pull request #485 from marineam/fix

Fixes for /usr images
This commit is contained in:
Michael Marineau 2014-03-25 19:54:07 -07:00
commit 24243b1c52
4 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="dda8b9cf029c02f1b53548f7c25b0d6e337e92d6" CROS_WORKON_COMMIT="dba8a748e1da4d0bb85d2a0232b101906da80ae5"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="d5520f16e8a1ea26c81264cc9d471f48493229e3" CROS_WORKON_COMMIT="769724ddfc5137eafeca692ef77a4890885ec413"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi
@ -45,6 +45,10 @@ src_install() {
insinto /usr/lib/dracut/modules.d/ insinto /usr/lib/dracut/modules.d/
doins -r dracut/. doins -r dracut/.
dosbin update-bootengine dosbin update-bootengine
# must be executable since dracut's install scripts just
# re-use existing filesystem permissions during initrd creation.
chmod +x "${D}/usr/lib/dracut/modules.d/10usr-generator/usr-generator"
} }
# We are bad, we want to get around the sandbox. So do the creation of the # We are bad, we want to get around the sandbox. So do the creation of the