added unionfs support

This commit is contained in:
Thomas von Dein
2021-06-25 07:52:03 +02:00
parent 5de4bf1172
commit 4e2760b854

4
jaildk
View File

@@ -1,6 +1,6 @@
#!/bin/sh
version=1.17
version=1.18
usage_jaildk() {
beg=`tput -T ${TERM:-cons25} md`
@@ -438,7 +438,7 @@ jaildk_rc_mount() {
mfs)
ex mdmfs -o $opts -s $size -p $perm md $run/$dest
;;
nullfs)
nullfs|unionfs)
source=$j/$src
if echo $src | egrep -q "^/"; then
source=$src