mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 20:21:05 +01:00
added unionfs support
This commit is contained in:
4
jaildk
4
jaildk
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user