Hello,

http://www.source-exchange.de/unattended/nils/

Changes from stock CVS are:

Disk geometry fixes - for the "ntldr not found" problem
An alternative  windows installer -  dosemu alternative.
  (Adapted from Marios unattended-gui)
An option to run a system command after the dosemu/wininstaller run.


install.pl will ask if you want to run the dosemu alternative (nt5x-install) 
or if  you want to use the old dosemu.
To get rid of the question put one of these in site/unattend.txt  [_meta] 
section:
    ntinstall_cmd = "" # use old dosemu
    ntinstall_cmd = "nt5x-install" # use dosemu alternative (nt5x-install)

Disk geometry fixes: 
Are as default added automatically.
You can turn this off by adding these (both) in site/unattend.txt  [_meta] 
section:
    fix_disk_geo_heads = ""
    fix_disk_geo_sectors = ""

Run a system command before reboot (after windows installation):
/c is mounted so you can copy files to it
As an example; Put in site/unattend.txt  [_meta] section:
   post_ntinstall_cmd = "cp -r /z/os/drivers/drivers /c/drivers"

Im using this build on production now, and it seems stable.
I really want feedback on this!
Whats working?
Whats not?
Whatever ;-)

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to