diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-04-22 15:59:37 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-04-22 15:59:37 +0000 |
commit | 72fd60f0a112086a1190755aed7554de28ab58b8 (patch) | |
tree | a606ef76b8d3b9ec0d4beece96cc3a3873dfd1e3 /ezjail.sh | |
parent | e83c2468c5410ca0b87acec34166e985e02f5882 (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-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |