Fredag 14 desember 2007 09:05, skrev Jens Geile:
> Hi,
>
> > http://www.source-exchange.de/unattended/nils/
>
> Oh, guess you don't need the FTP account I created for you anymore then. ;)

hehe, not right now, Im hoping to get a web server going soon.
>
> > Im using this build on production now, and it seems stable.
> > I really want feedback on this!
>
> If everything works out I'll give you some feedback later today.

Good :-)

>From the other thread:
> > It also have an option to run a system command after installation is
> > finished, while /c is still mounted.
>
> Hmmm, copying the drivers to the local disk shouldn't be a problem with
> that but since this is the driver directory I need to create the
> OemPnpDriversPath from it after its copied to the local disk. Would that be
> possible too?

Yes it is. There is a bash function library:
/usr/lib/unatt-functions.sh

include it in a bash script like this:
------
. /usr/lib/unatt-functions.sh
oemdrvpath=`parse_ini_file /c/netinst/unattend.txt _meta OemPnPDriversPath`
$oemdrvpath="$oemdrvpath;$addinpath"
write_ini_entry /c/netinst/unattend.txt "_meta" "OemPnPDriversPath" 
"$oemdrvpath"
----
Complete from a fuzzy memory, see
install/linuxaux/usr/lib/unatt-functions.sh
install/linuxaux/usr/bin/nt5x-install 
for usage and examples.





-------------------------------------------------------------------------
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