support external mounters
parent
2c54c8282e
commit
c847aa7c68
Binary file not shown.
Binary file not shown.
|
|
@ -297,9 +297,9 @@ copy_to_ram()
|
||||||
DM="$(mounted_device "$1" | cut -d : -f 2-)"
|
DM="$(mounted_device "$1" | cut -d : -f 2-)"
|
||||||
RAM="$DM.ram"
|
RAM="$DM.ram"
|
||||||
echo "* Copying $LIVEKITNAME data to RAM..." >&2
|
echo "* Copying $LIVEKITNAME data to RAM..." >&2
|
||||||
cp -a $DM $RAM
|
cp -a "$DM" "$RAM"
|
||||||
echo "$RAM/$LIVEKITNAME"
|
echo "$RAM/$LIVEKITNAME"
|
||||||
umount -n $DM
|
umount "$DM"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Mount squashfs filesystem bundles
|
# Mount squashfs filesystem bundles
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue