diff options
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ attach_detach_pre () | |||
133 | esac | 133 | esac |
134 | 134 | ||
135 | # Clean image | 135 | # Clean image |
136 | fsck_ufs -F -p /dev/${ezjail_device} | 136 | fsck -t ufs -p -B /dev/${ezjail_device} |
137 | 137 | ||
138 | # relink image device | 138 | # relink image device |
139 | rm -f ${ezjail_rootdir}.device | 139 | rm -f ${ezjail_rootdir}.device |