We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429b9d8 commit 4ac5bc1Copy full SHA for 4ac5bc1
1 file changed
fex-emu-rootfs-generator.sh
@@ -37,7 +37,7 @@ After=$units
37
What=overlay
38
Where=/run/fex-emu/rootfs
39
Type=overlay
40
-Options=lowerdir=$(echo $mounts|tr ' ' :),upperdir=/run/fex-emu/writable,workdir=/run/fex-emu/workdir
+Options=lowerdir=$(echo $mounts|tr ' ' '\n' | tac | tr '\n' :|sed -e 's/.$//'),upperdir=/run/fex-emu/writable,workdir=/run/fex-emu/workdir
41
42
[Install]
43
WantedBy=multi-user.target
0 commit comments