fedorize_image: also update *all* packages
This commit is contained in:
parent
85c4154a62
commit
25843586c9
@ -51,6 +51,7 @@ mount -t proc proc mnt/proc
|
||||
PKGGROUPS=$(cat $PKGLISTFILE)
|
||||
echo "-> Installing package groups..."
|
||||
yum install -c $PWD/yum.conf $YUM_OPTS -y --installroot=$INSTALLDIR $PKGGROUPS || RETCODE=1
|
||||
yum update -c $PWD/yum.conf $YUM_OPTS -y --installroot=$INSTALLDIR || RETCODE=1
|
||||
|
||||
umount mnt/proc mnt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user