Hello,
I just commited a CVS patch for the "bin/boot.pl" file, in order to make it work with 
the French version of Windows too.
People using other languages of Windows might want to customize it for their language. 
It is quite easy : you just have to modifiy the regexp in this line :
my @lines = grep { $_ !~ /Previous Operating System on|SystŠme d'exploitation 
pr'c'dent sur/ } <BOOTINI>;
and add your language like this :
my @lines = grep { $_ !~ /Previous Operating System on|SystŠme d'exploitation 
pr'c'dent sur|Whatever it says in your language/ } <BOOTINI>;
This will get rid of the boot menu.

Sylvain.


-------------------------------------------------------
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_id70&alloc_id638&op=click
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to