Tirsdag 18 mars 2008 08:11, skrev Admin:
> On Tue, 18 Mar 2008 07:26:55 am Nils Olav Fossum wrote:
> > Oki, here are the updated altdosemu patches against CVS as of 2008-03-17
>
> <snip>
>
> On the subject of the nt5x-install alternative - since we aren't running
> dosemu in this case and thus don't require the 16bit installer - and
> assuming the copy script has the logic required to copy the install files
> for an x86_64 windows install,
Yes, nt5x-install has some 64-bit logic :
-----
#copy files
OS_media=`parse_ini_file /c/netinst/unattend.txt _meta OS_media`
OS_DIR=`echo $OS_media | awk -F: '{print $2}' | sed 's/\\\/\\//g'`
OS_DIR="/z$OS_DIR"
if [ -d "$OS_DIR/amd64" ]
then
ARCH=amd64
OS_INSTALL_DIR="$OS_DIR/amd64"
else
ARCH=i386
OS_INSTALL_DIR="$OS_DIR/i386"
fi
copy_files "$OS_INSTALL_DIR/" "/c/\$win_nt\$.~ls/" 1 "Copy system"
if [ "$ARCH" == "amd64" ]
then
copy_files "$OS_DIR/i386/" "/c/\$win_nt\$.~ls/" 1 "Copy i386 system"
fi
-----
however I have not tested it.
I just left the bits inplace when I lifted the script from the unattended-gui
project.
> would is be possible to get
> install/lib/Unattend/WinMedia.pm updated to detect the x86_64 media as a
> valid installation option?
I guess we just have to wait for someone using 64bit NT5.x Windows to post a
patch. ;-)
The nt5x-install script is quite readable, WinMedia.pm looks like it requires
a bit more effort to get into..
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel