Johannes Singer escribió:
> Hello Mike!
>
> Mike Wedge schrieb:
>> I would like to set up a _meta setting so that it would automatically
>> use nt5x instead of dosemu but I am unsure how to exactly go about
>> this. I tried ntinstall_cmd="y" and ntinstall_cmd=1 so I'm not quite
>> sure what the correct entry would be. Any help would be appreciated.
>> thanks.
> I believe the setting you are looking for is:
> ntinstall_cmd=nt5x-install
>
> or if you want to set it in config.pl:
> $u->push_value ('_meta', 'ntinstall_cmd', 'nt5x-install');
>
> Took me a while to find, too.
>
I modify the sample config to this:
+# Lookup install command, if possible.
+$u->push_value ('_meta', 'ntinstall_cmd', sub {
lookup_property('ntinstall_cmd'); });
+
and modify unattended.csv to get same result:
"Default","ntinstall_cmd","nt5x-install"
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info