From 72fd60f0a112086a1190755aed7554de28ab58b8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 22 Apr 2006 15:59:37 +0000 Subject: Do not use a lock file for gbde anymore. I have no concept of using/moving the lock file appropriately, so move it into the image. --- ezjail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ezjail.sh') diff --git a/ezjail.sh b/ezjail.sh index 9c03c33..da38870 100755 --- a/ezjail.sh +++ b/ezjail.sh @@ -97,7 +97,7 @@ attach_detach_pre () # this is. In this case, the device to mount is if [ "${ezjail_imagetype}" = "crypto" ]; then echo "Attaching gbde device for image jail ${ezjail}..." - gbde attach /dev/${ezjail_device} -l ${ezjail_image%.img}.lock + gbde attach /dev/${ezjail_device} # Device to mount is not md anymore ezjail_device=${ezjail_device}.bde -- cgit v1.2.3