Merge pull request #558 from marineam/btrfs

fix(sys-kernel/bootengine): Set +x on btrfs script.
This commit is contained in:
Michael Marineau 2014-04-21 09:44:57 -07:00
commit fd6e6d2b6f
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ src_install() {
# must be executable since dracut's install scripts just # must be executable since dracut's install scripts just
# re-use existing filesystem permissions during initrd creation. # re-use existing filesystem permissions during initrd creation.
chmod +x "${D}"/usr/lib/dracut/modules.d/10*-generator/*-generator chmod +x "${D}"/usr/lib/dracut/modules.d/10*-generator/*-generator \
"${D}"/usr/lib/dracut/modules.d/10diskless-generator/diskless-btrfs \
|| die chmod
} }
# 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