run e2fsck non-interactively
This commit is contained in:
parent
926f578092
commit
d81c40f7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ fsck=$?
|
|||
if [ $fsck != 0 ] && [ $fsck != 1 ];then
|
||||
print_done
|
||||
print_waiting "Creating root filesystem"
|
||||
mke2fs -q -F -t ext4 $root
|
||||
mke2fs -y -q -F -t ext4 $root
|
||||
print_done
|
||||
else
|
||||
print_done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue