summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-04-22 15:59:37 +0000
committererdgeist <erdgeist@erdgeist.org>2006-04-22 15:59:37 +0000
commit72fd60f0a112086a1190755aed7554de28ab58b8 (patch)
treea606ef76b8d3b9ec0d4beece96cc3a3873dfd1e3 /ezjail.sh
parente83c2468c5410ca0b87acec34166e985e02f5882 (diff)
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.
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
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 ()
97 # this is. In this case, the device to mount is 97 # this is. In this case, the device to mount is
98 if [ "${ezjail_imagetype}" = "crypto" ]; then 98 if [ "${ezjail_imagetype}" = "crypto" ]; then
99 echo "Attaching gbde device for image jail ${ezjail}..." 99 echo "Attaching gbde device for image jail ${ezjail}..."
100 gbde attach /dev/${ezjail_device} -l ${ezjail_image%.img}.lock 100 gbde attach /dev/${ezjail_device}
101 101
102 # Device to mount is not md anymore 102 # Device to mount is not md anymore
103 ezjail_device=${ezjail_device}.bde 103 ezjail_device=${ezjail_device}.bde