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/mk-images | |
parent | 33894aa11ec0a3e45a8bda1375f0d9822fc01188 (diff) | |
download | anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.tar.gz anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.tar.xz anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.zip |
deal with new hwdata package
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
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 |