diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-13 01:52:34 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-13 01:52:34 +0000 |
commit | 0478aac7b38d42da0c4383f0317819e3e91cd4be (patch) | |
tree | a9afb82d758903e232110d6ec5842ddc89488e4b /scripts | |
parent | 4e28ca88c1ea91f80a8120cd348d7149f396e063 (diff) | |
download | anaconda-0478aac7b38d42da0c4383f0317819e3e91cd4be.tar.gz anaconda-0478aac7b38d42da0c4383f0317819e3e91cd4be.tar.xz anaconda-0478aac7b38d42da0c4383f0317819e3e91cd4be.zip |
2006-06-12 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot (PACKAGES): Add yum-metadata-parser
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index d5c222f73..9f71e09fb 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -121,7 +121,8 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux policy policycoreutils pyparted xorg-x11 selinux-policy-targeted libstdc++ expat libgcc readline ncurses yum python-sqlite python-elementtree pykickstart e2fsprogs-libs iscsi-initiator-utils - db4 rhpxl xorg-x11-server-Xorg libuser system-config-date" + db4 rhpxl xorg-x11-server-Xorg libuser system-config-date + yum-metadata-parser" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES pcmciautils dmidecode" |