fedorize_image: use -y for yum
This commit is contained in:
parent
f605850d00
commit
d36bca0ce0
@ -41,6 +41,6 @@ fi
|
|||||||
|
|
||||||
PKGGROUPS=$(cat $PKGLISTFILE)
|
PKGGROUPS=$(cat $PKGLISTFILE)
|
||||||
echo "-> Installing package groups..."
|
echo "-> Installing package groups..."
|
||||||
yum install --installroot=$INSTALLDIR $PKGGROUPS
|
yum install -y --installroot=$INSTALLDIR $PKGGROUPS
|
||||||
|
|
||||||
umount mnt
|
umount mnt
|
||||||
|
Loading…
Reference in New Issue
Block a user