From: Marc Fiuczynski Date: Mon, 15 Oct 2007 15:21:27 +0000 (+0000) Subject: Due to package name change, need to invoke the merge_hw_tables.py file X-Git-Tag: bootcd-3.4-2~37 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1b87f5dfdf1544ca1c1b7e9d8ce511d9cf8a0a3c;p=bootcd.git Due to package name change, need to invoke the merge_hw_tables.py file from BootManager and not bootmanger. --- diff --git a/prep.sh b/prep.sh index 4ac5331..f409b06 100755 --- a/prep.sh +++ b/prep.sh @@ -165,7 +165,7 @@ 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 \ +$srcdir/BootManager/source/merge_hw_tables.py \ $module_dep_file $pci_map_file $pci_table $bootcd/etc/pl_pcitable # Copy /etc/passwd out