> mv site/config.pl site/orig-config.pl > > cp site/sample-config.pl site/config.pl
These are required to enable "DB" lookups for values.
> Edit site/config.pl Shouldn't need to do this. (see next) > Uncomment the two lines under "# Setup db for CSV interface" These are uncommented by default. Instead they should edit site/unattend.csv and update to suite needs.Shad, you still need to "cp site/sample-config.pl site/config.pl" right? By default, config.pl has no require "conf-csv.pl"; CONFIG->setup(dos_to_host('z:\\site\\unattend.csv'), '', ''); inside of it, unless that has changed since version 4.6.
Correct. The "Shouldn't need to do this. (see next)" refers to "Edit site/config.pl" and "Uncomment the two lines under # Setup db for CSV interface". That is the default in site/sample-config.pl. The only time you need to edit this file is if you want to enable another "DB" interface (Something other than csv).
-Shad
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
