summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-09-09 22:30:09 +0000
committerBill Nottingham <notting@redhat.com>2005-09-09 22:30:09 +0000
commitcf23b26634d222ea03d8fe6c48fa39e7f64de17a (patch)
tree3083366601ece2631f16c5221f3f3a1feb265144 /scripts
parent0bad6239ef4e09916d999844fce8c28871e0a26f (diff)
Ship videodrivers in first stage too.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 090f611d2..582ce972e 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -106,12 +106,13 @@ TOPDIR=$(cd $TOPDIR; pwd)
LANGTABLE=$IMGPATH/usr/lib/anaconda/lang-table
PCIIDS=$IMGPATH/usr/share/hwdata/pci.ids
XDRIVERS=$IMGPATH/usr/share/hwdata/videoaliases
+ XDRIVERDESCS=$IMGPATH/usr/share/hwdata/videodrivers
CACHE=$KERNELBASE/.cache
MODULESUSED=$KERNELBASE/modules-used
touch $MODULESUSED
- REQUIREMENTS="$TRIMMODALIAS $TRIMPCIIDS $PCIIDS $XDRIVERS $GETMODDEPS $MODINFO
+ REQUIREMENTS="$TRIMMODALIAS $TRIMPCIIDS $PCIIDS $XDRIVERS $XDRIVERDESCS $GETMODDEPS $MODINFO
$FILTERMODDEPS $LANGTABLE $GETKEYMAPS"
dieLater=