diff options
author | Mike Fulbright <msf@redhat.com> | 2002-06-17 18:25:18 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-06-17 18:25:18 +0000 |
commit | 4f96a697569827dd88e662f884e0fa000d962b75 (patch) | |
tree | a5f82db36023f4ec074a16e18a3492522aaaf783 /scripts/upd-instroot | |
parent | a5217a8fb8f0fce37a27884dc7b35e42a3b1f5ed (diff) | |
download | anaconda-4f96a697569827dd88e662f884e0fa000d962b75.tar.gz anaconda-4f96a697569827dd88e662f884e0fa000d962b75.tar.xz anaconda-4f96a697569827dd88e662f884e0fa000d962b75.zip |
add dmidecode, fix for bug #66223
Diffstat (limited to 'scripts/upd-instroot')
-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 fbabca001..c10da8667 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -99,7 +99,7 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib hdparm lvm jfsutils librpm404 rhpl" if [ $ARCH = i386 ]; then - PACKAGES="$PACKAGES kernel-pcmcia-cs lilo" + PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils lilo" fi if [ $ARCH = ia64 ]; then @@ -303,6 +303,7 @@ usr/lib/rpm/rpmrc usr/share/locale/*/LC_MESSAGES/anaconda.mo usr/sbin/anaconda usr/sbin/ddcprobe +usr/sbin/dmidecode usr/share/anaconda/locale-list usr/share/anaconda/anaconda.conf usr/share/terminfo/l/linux |