mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #558 from marineam/btrfs
fix(sys-kernel/bootengine): Set +x on btrfs script.
This commit is contained in:
commit
fd6e6d2b6f
@ -48,7 +48,9 @@ src_install() {
|
||||
|
||||
# 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/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
|
||||
|
Loading…
Reference in New Issue
Block a user