diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-03 02:41:03 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-03 02:41:03 +0000 |
commit | a168e3931cc656f5db135b532e34dd0cfe3f9101 (patch) | |
tree | ce095e21aab446bf968e440ad5b43f97e2c77272 /scripts/upd-instroot | |
parent | 0580b32f07e99b1266405aa74866a3fb9cbd935b (diff) | |
download | anaconda-a168e3931cc656f5db135b532e34dd0cfe3f9101.tar.gz anaconda-a168e3931cc656f5db135b532e34dd0cfe3f9101.tar.xz anaconda-a168e3931cc656f5db135b532e34dd0cfe3f9101.zip |
for when having elfutils just isn't good enough...
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 081483f50..e2286dad3 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -102,8 +102,8 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu hwdata db3 bzip2 bzip2-libs dosfstools pciutils reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty - hdparm lvm rhpl pyxf86config libxml2 libxml2-python rdate elfutils - glib2" + hdparm lvm rhpl pyxf86config libxml2 libxml2-python rdate + glib2 elfutils-libelf" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils" |