You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
261 B

if test -x $E2IMAGE_EXE; then
ONE_PASS_ONLY=true
FSCK_OPT="-n -b 8193 -f"
PREP_CMD="$E2IMAGE_EXE -r -b 8193 -B 1024 $TMPFILE $TMPFILE.raw 2>/dev/null; \
mv $TMPFILE.raw $TMPFILE"
. $cmd_dir/run_e2fsck
else
echo "$test_name: $test_description: skipped"
fi