diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-08-28 19:53:44 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-08-28 19:53:44 +0000 |
commit | c935628f63309e49ba9874144a1e042d42462dbe (patch) | |
tree | b9fb147b18e18bad09b22cb4fcca16193ed0543d /ezjail-admin | |
parent | febba7f614d43b34ab67f701e2777504ecb7bf3d (diff) |
Enable soft updates on image jails
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index c6c12d6..c4c754a 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -321,7 +321,7 @@ create) | |||
321 | esac | 321 | esac |
322 | 322 | ||
323 | # Format memory image | 323 | # Format memory image |
324 | newfs /dev/${ezjail_device} || detach_images || exerr "Error: Could not newfs /dev/${ezjail_device}." | 324 | newfs -U /dev/${ezjail_device} || detach_images || exerr "Error: Could not newfs /dev/${ezjail_device}." |
325 | # Create mount point and mount | 325 | # Create mount point and mount |
326 | mkdir -p ${ezjail_rootdir} || detach_images || exerr "Error: Could not create jail root mount point ${ezjail_rootdir}." | 326 | mkdir -p ${ezjail_rootdir} || detach_images || exerr "Error: Could not create jail root mount point ${ezjail_rootdir}." |
327 | mount /dev/${ezjail_device} ${ezjail_rootdir} || detach_images || exerr "Error: Could not mount /dev/${ezjail_device} to ${ezjail_root}." | 327 | mount /dev/${ezjail_device} ${ezjail_rootdir} || detach_images || exerr "Error: Could not mount /dev/${ezjail_device} to ${ezjail_root}." |