On Tue, Apr 08, 2008 at 11:12:16PM +0200, Nils Olav Fossum enlightened us: > Tirsdag 08 april 2008 21:10, skrev Matt Hyclak: > > There's a problem with the Tablet Edition of XP and the nt5install program. > > There's a special subdirectory (cmpnent) that is involved. I fixed the > > problem with DOSemu (winnt.exe requires a /2 argument to indicate a second > > CD), but I don't see an obvious way to do this in the nt5install script. > > > > I'll see if I can figure it out, but I thought I'd put it out there for > > someone a little more familiar with the script... > > does winnt ask for the second cd, or is it on disk? > > you will have to find out where the extra files go.. >
Seems it wasn't too hard to figure out. Patch attached. Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
Index: linuxboot/misc/nt5x-install
===================================================================
RCS file: /cvsroot/unattended/unattended/linuxboot/misc/nt5x-install,v
retrieving revision 1.1
diff -u -r1.1 nt5x-install
--- linuxboot/misc/nt5x-install 4 Apr 2008 10:46:58 -0000 1.1
+++ linuxboot/misc/nt5x-install 8 Apr 2008 22:16:42 -0000
@@ -163,6 +163,12 @@
fi
copy_files "$OS_INSTALL_DIR/" "/c/\$win_nt\$.~ls/" 1 "Copy system"
+
+if [ -d "$OS_DIR/cmpnents" ]
+then
+ copy_files "$OS_DIR/cmpnents/" "/c/\$win_nt\$.~ls/" 1 "Copy cmpnents"
+fi
+
if [ "$ARCH" == "amd64" ]
then
copy_files "$OS_DIR/i386/" "/c/\$win_nt\$.~ls/" 1 "Copy i386 system"
pgpOa3iahv5CM.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
