mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 11:01:14 +02:00
fix(sys-kernel/bootengine): Set +x on btrfs script.
Didn't pull this patch into 7b160f27 by mistake.
This commit is contained in:
parent
72829fedf7
commit
80289fccac
@ -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…
x
Reference in New Issue
Block a user