diff options
-rw-r--r-- | README.txt | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -176,9 +176,11 @@ Modify the PHP file Application/Include/distributions.php Modify the PHP file Application/Include/languages.php -== How to fill the vendors entry == +== How to fill the vendors table == -After the installation, you have to fill the MySQL table containing the vendors. To carry out this task, use the scripts in the scripts sub-directory. +After the installation, you have to fill the MySQL table containing the USB/PCI vendors IDs. Note this corresponds to vendors for the USB/PCI interface, which are different from say the notebook vendors which are stored in Application/Include/hardware.php. + +To carry out this task, use the scripts in the scripts sub-directory. Change into the scripts/vendorid/ directory. Open the file 'connect.php' and set the following variables with the same values as your h-node instance: @@ -196,7 +198,7 @@ Be sure you have installed php-cli, then write the following command: php insert_vendors.php -It will fill the 'vendors' MySql table. It will take a bit. +It will fill the 'vendors' MySql table. <!-- NOTE: this file is legal mediawiki syntax --> |