[arch-releng] [PATCH 07/10] Use pci.ids from the host instead of downloading it every time

Pierre Schmitz pierre at archlinux.de
Sat Jun 23 05:40:09 EDT 2012


---
 configs/releng/build.sh | 2 +-
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index df5571a..2632323 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -112,7 +112,7 @@ make_syslinux() {
         cp ${_src_syslinux}/*.0 ${_dst_syslinux}
         cp ${_src_syslinux}/memdisk ${_dst_syslinux}
         mkdir -p ${_dst_syslinux}/hdt
-        wget -O - http://pciids.sourceforge.net/v2.2/pci.ids | gzip -9 > ${_dst_syslinux}/hdt/pciids.gz
+        cat /usr/share/hwdata/pci.ids | gzip -9 > ${_dst_syslinux}/hdt/pciids.gz
         cat ${work_dir}/root-image/lib/modules/*-ARCH/modules.alias | gzip -9 > ${_dst_syslinux}/hdt/modalias.gz
         : > ${work_dir}/build.${FUNCNAME}
     fi
-- 
1.7.11


More information about the arch-releng mailing list