Skip to content

Commit 57a910e

Browse files
committed
Merge branch 'github-pull-42' into for-master
Fix bug added by 5529711 ("kickstart: add growfs for ext4, xfs, f2fs") e2fsck can interactively request confirmation from the user. Link: #42 Signed-off-by: Alexey Gladkov <[email protected]>
2 parents d11d579 + da8a01e commit 57a910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/kickstart/data/bin/kickstart-sh-storage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ ks_growfs()
575575

576576
case "$fs" in
577577
ext*)
578-
e2fsck -f "$1" && resize2fs "$1" ||
578+
e2fsck -yf "$1" && resize2fs "$1" ||
579579
ret=1
580580
;;
581581
xfs)

0 commit comments

Comments
 (0)