Make e2fsck work noninteractive

This commit is contained in:
parazyd 2018-01-09 12:15:48 +01:00
parent bf638e84c9
commit 601ce75903
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ image_pack_dist() {
notice "packaging image for dist"
act "rechecking filesystem"
sudo e2fsck -f ${loopdevice}p2
sudo e2fsck -fy ${loopdevice}p2
sudo resize2fs ${loopdevice}p2
sleep 2