Martin Adler <[EMAIL PROTECTED]> writes: > 1. VMWare network driver (want to experiment a little with the setup > before hitting the masses)
For the DOS boot disk, the pcntnd driver should work. For the Linux boot disk, the driver should be selected and loaded automatically. > 2. Use the partitioning and formating info from a unattended file > instead of giving this to your pearl skript. Read the "Partitioning and Formatting" section of <http://unattended.sourceforge.net/advanced.html>. If you still have questions, ask again :-). > 3. Why does the site folder get copied to the installed > workstations? Really bad if you have a corp serial inside your > unattended.txt... There is no other place to store it. If you want to remove it after installation, put something like this in your Z:\site\unattend.txt: [_meta] bottom="Z:\site\cleanup.bat" ...and then create Z:\site\cleanup.bat like so: del %SystemDrive%\netinst\unattend.txt - Pat ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
