Due to package name change, need to invoke the merge_hw_tables.py file
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 15 Oct 2007 15:21:27 +0000 (15:21 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 15 Oct 2007 15:21:27 +0000 (15:21 +0000)
from BootManager and not bootmanger.

prep.sh

diff --git a/prep.sh b/prep.sh
index 4ac5331..f409b06 100755 (executable)
--- 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