From: Daniel Hokka Zakrisson Date: Wed, 21 Nov 2007 03:20:12 +0000 (+0000) Subject: pl_pcitable isn't used anymore. X-Git-Tag: bootcd-3.4-2~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5b9603f80f4ab48902bca6bfd60b2275dda98289;hp=52c242cd964a121455af34d32089927c93495261;p=bootcd.git pl_pcitable isn't used anymore. --- diff --git a/prep.sh b/prep.sh index 0a10e9f..f073239 100755 --- a/prep.sh +++ b/prep.sh @@ -119,14 +119,6 @@ done echo "* Installing fallback node configuration file" install -D -m 644 conf_files/default-net.cnf $bootcd/usr/boot/default-net.cnf -# Build pcitable for hardware detection -echo "* Building pcitable for hardware detection" -pci_map_file=$(find $bootcd/lib/modules/ -name modules.pcimap | head -1) -module_dep_file=$(find $bootcd/lib/modules/ -name modules.dep | head -1) -pci_table=$bootcd/usr/share/hwdata/pcitable -$srcdir/BootManager/source/merge_hw_tables.py \ - $module_dep_file $pci_map_file $pci_table $bootcd/etc/pl_pcitable - # Copy /etc/passwd out install -D -m 644 $bootcd/etc/passwd build/passwd