]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
files: rootfs-postcommands: move helper commands to script
authorVyacheslav Yurkov <v.yurkov@precitec.de>
Wed, 1 Jun 2022 19:30:10 +0000 (21:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Jun 2022 10:27:09 +0000 (11:27 +0100)
commit86a457016e7f3fc7acacf86cd87f5d8d882132dd
tree9ad6916407fed044cf5cd1e5e95e19abce323046
parentc145e00710fe557b5a3832fdc556ad53434b3615
files: rootfs-postcommands: move helper commands to script

OverlayFS systemd helper unit might require more pre-processing
commands. It gets more complicated to embed them in a unit file, because
systemd shell subset is limited and might require additional escaping.
Move the command to a separate script, thus simplifying systemd unit.

Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs-postcommands.bbclass
meta/files/overlayfs-create-dirs.service.in
meta/files/overlayfs-create-dirs.sh [new file with mode: 0644]