suppress e2fsck messages

This commit is contained in:
Simon Bruder 2018-02-16 00:25:00 +00:00
parent f3237ecc9f
commit 4663551e24

View file

@ -124,7 +124,7 @@ else
fi
print_waiting "Checking root filesystem"
e2fsck -y $root
e2fsck -y $root &> /dev/null
fsck=$?
if [ "$fsck" != 0 ] && [ "$fsck" != 1 ] || [ "$rewrite_rootfs" == "true" ];then
print_done