suppress e2fsck messages
This commit is contained in:
parent
f3237ecc9f
commit
4663551e24
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue