Make e2fsck work noninteractive
This commit is contained in:
parent
bf638e84c9
commit
601ce75903
|
|
@ -125,7 +125,7 @@ image_pack_dist() {
|
||||||
notice "packaging image for dist"
|
notice "packaging image for dist"
|
||||||
|
|
||||||
act "rechecking filesystem"
|
act "rechecking filesystem"
|
||||||
sudo e2fsck -f ${loopdevice}p2
|
sudo e2fsck -fy ${loopdevice}p2
|
||||||
sudo resize2fs ${loopdevice}p2
|
sudo resize2fs ${loopdevice}p2
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue