Re: unattended and nt5x-install

2009-02-17 Thread Juan Jose Pablos
P. Benie escribió: > > I've tracked down the problem to a change made in install.pl, rev 1.153. > > | # Test to see if the cmpnents directory exists - if so we have > | # XP Tablet and need to call the installer with different arguments. > | if ( -e $cmpnents ) { > |

Re: unattended and nt5x-install

2009-02-16 Thread Nils Østbjerg
Hi all. On Sun, Feb 15, 2009 at 09:10:26PM +, P. Benie wrote: > 2) TEXTMODE drivers and nt5x-install > > This script silently drops the drivers in the drivers in [OEMBootFiles]. > They're there just before the script runs, but not afterwards. > > These are the only lines in unattend.txt th

Re: unattended and nt5x-install

2009-02-16 Thread P. Benie
On Mon, 16 Feb 2009, Juan Jose Pablos wrote: > > [Setup can't find tabletpc.cab] > > This one is a mystery to me. I haven't yet tried using an older machine to > > see if it affects all installations to just Dell Optiplex 760s. > > > > This was usually has been related to so kind of network prob

Re: unattended and nt5x-install

2009-02-16 Thread Juan Jose Pablos
P. Benie escribió: > > Setup was unable to copy the following file: ... > It does this for a few files relating to tablet/media pcs - it seems to be > looking inside cmpnents/TABLETPC/i386 instead of I386/tabletpc.ca_. > Pressing ESC does let you continue. It stops for mediactr.cab too. > Ignorin

unattended and nt5x-install

2009-02-15 Thread P. Benie
I've updated my install system to latest from cvs, but using with the latest linux kernel. 1) Compiling linuxboot I had to fix the configure line for glibc. This now needs CFLAGS="-march=i586 -O2" to the compiler to produce appropriate code. (I'm using gcc 4.2.1.) 2) TEXTMODE drivers and nt5x-i