mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +01:00
added unionfs support
This commit is contained in:
4
jaildk
4
jaildk
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version=1.17
|
version=1.18
|
||||||
|
|
||||||
usage_jaildk() {
|
usage_jaildk() {
|
||||||
beg=`tput -T ${TERM:-cons25} md`
|
beg=`tput -T ${TERM:-cons25} md`
|
||||||
@@ -438,7 +438,7 @@ jaildk_rc_mount() {
|
|||||||
mfs)
|
mfs)
|
||||||
ex mdmfs -o $opts -s $size -p $perm md $run/$dest
|
ex mdmfs -o $opts -s $size -p $perm md $run/$dest
|
||||||
;;
|
;;
|
||||||
nullfs)
|
nullfs|unionfs)
|
||||||
source=$j/$src
|
source=$j/$src
|
||||||
if echo $src | egrep -q "^/"; then
|
if echo $src | egrep -q "^/"; then
|
||||||
source=$src
|
source=$src
|
||||||
|
|||||||
Reference in New Issue
Block a user