Skip to content

Commit a83187f

Browse files
committed
Remove kpartx w/o user interaction
1 parent 9f4b277 commit a83187f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/preparetxpidist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ kpartx -d $img
160160

161161
if [ "$was_kpartx_available" = false ]; then
162162
echo "Removing kpartx"
163-
apt-get remove kpartx
163+
apt-get -y remove kpartx
164164
fi

0 commit comments

Comments
 (0)