Commit 184c79b1 authored by Franco Fichtner's avatar Franco Fichtner

rc: print that fsck is running; closes #1519

parent 8e4e129e
......@@ -149,7 +149,11 @@ echo "Starting import for partition '${PART}'."
echo
mkdir -p ${MNT}
echo -n "Running fsck..."
fsck -t ufs -y ${PART} > /dev/null
echo "done."
if ! mount ${PART} ${MNT} 2> /dev/null; then
echo "The device could not be mounted."
bootstrap_and_exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment