diff options
author | Bill Nottingham <notting@redhat.com> | 2002-01-31 00:34:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-01-31 00:34:41 +0000 |
commit | e8823027c502fb60f76b237cf7b0328f4137a936 (patch) | |
tree | 4b033ba6b22364810eb55e8980dcb7eba56bdb64 /scripts | |
parent | 33894aa11ec0a3e45a8bda1375f0d9822fc01188 (diff) | |
download | anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.tar.gz anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.tar.xz anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.zip |
deal with new hwdata package
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk-dd | 2 | ||||
-rwxr-xr-x | scripts/mk-images | 2 | ||||
-rwxr-xr-x | scripts/upd-instroot | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/scripts/mk-dd b/scripts/mk-dd index 34e93c0a6..ceeb9d1ce 100755 --- a/scripts/mk-dd +++ b/scripts/mk-dd @@ -96,7 +96,7 @@ cd /tmp/modules find ${version}* -type f | cpio --quiet -H crc -o | gzip -9 > modules.cgz rm -rf ${version}* echo "$name driver disk" > rhdd-6.1 -grep "$name" /usr/share/kudzu/pcitable > pcitable +grep "$name" /usr/share/hwdata/pcitable > pcitable touch modules.dep /usr/lib/anaconda-runtime/modlist -m -f /usr/lib/anaconda-runtime/loader/module-info $name | sed 's/ "/ "Updated /' > modinfo diff --git a/scripts/mk-images b/scripts/mk-images index 0ef5d9191..bf1d12a16 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -66,7 +66,7 @@ TOPDIR=$(cd $TOPDIR; pwd) LOADERBINDIR=$IMGPATH/usr/lib/anaconda-runtime/loader BOOTDISKDIR=$IMGPATH/usr/lib/anaconda-runtime/boot LANGTABLE=$IMGPATH/usr/lib/anaconda/lang-table - PCITABLE=$IMGPATH/usr/share/kudzu/pcitable + PCITABLE=$IMGPATH/usr/share/hwdata/pcitable CACHE=$KERNELROOT/lib/modules/.cache MODULESUSED=$KERNELROOT/modules-used diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 90264fef1..c338238c4 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -94,7 +94,7 @@ mkdir -p $DESTGR PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib ash kon2 e2fsprogs util-linux raidtools popt mount procps rpm XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel - kudzu db3 rpm-python2.2 bzip2 bzip2-libs dosfstools pciutils + kudzu hwdata db3 rpm-python2.2 bzip2 bzip2-libs dosfstools pciutils reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty hdparm lvm" @@ -300,8 +300,8 @@ usr/share/anaconda/locale-list usr/share/anaconda/anaconda.conf usr/share/terminfo/l/linux usr/share/doc/kon2*/terminfo.kon -usr/share/kudzu/pcitable -usr/share/pci.ids +usr/share/hwdata/pcitable +usr/share/hwdata/pci.ids EOF if [ $ARCH = s390 -o $ARCH = s390x ]; then @@ -870,6 +870,6 @@ if [ "$ARCH" != "s390" -a "$ARCH" != "s390x" ]; then if [ -n "$NEEDGR" ]; then cd $ORIGDIR - $DESTGR/usr/lib/anaconda-runtime/checkcards.py $DESTGR/usr/share/kudzu/pcitable $DESTGR/usr/X11R6/lib/X11/Cards + $DESTGR/usr/lib/anaconda-runtime/checkcards.py $DESTGR/usr/share/hwdata/pcitable $DESTGR/usr/X11R6/lib/X11/Cards fi fi |