Howdy folks -

Unattended 3.5 on GNU/Linux Slackware 8.1.

I've been having trouble trying to get mapznrun.bat and postinst.bat to
run after the initial OS install.  I'm running my own unattend.txt in
install/site.  Text of the _meta section is below.  Another potential
issue is that my samba share isn't called ntinstall\install.  I think I've
fixed this (had to change it both in my bootdisks and in
install/bin/mapznrun.bat which has it hard coded).  I've also grepped for
it in the rest of the install tree.

So the problems:
        - mapznrun.bat isn't being copied to c:\netinst
        - postinst.bat isn't being created (it's blank when I edit it at
the "do you want to edit" point in the install).

You'll note this is true even though I've got top, middle, and bottom
defined.

Any ideas?

TIA,
Jeff

[_meta]
    netinst = C:\netinst
    postinst = C:\netinst\postinst.bat
    ntp_servers = 192.168.56.250
    autolog = "autolog.pl --logon=0"
    z_password = password
    z_drive = Z:
    z_user = user
    z_path = \\myserver\unattended
    os_dir = Z:\os
    OS_media = Z:\os\winxpsp1
    edit_files = 1
    fdisk_lba = 1
    fdisk_confirm = 0
    replace_mbr = 1
    fdisk_cmds="fdisk /clear 1;fdisk /prio:2000;fdisk /activate:1"
    format_cmd="format /y /q /v: c:"
    doit_cmds = "z:;cd Z:\os\winxpsp1\i386;winnt /rx:lang
/s:Z:\os\winxpsp1\i386 /u:C:\netinst\unattend.txt"
    local_admin_group = Administrators
    ; First script run by postinst.bat
    top=base.bat
    ; Optional script(s) run by postinst.bat
    middle=officexp.bat
    ; Last script(s) run by postinst.bat
    bottom=""




-------------------------------------------------------
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_id=1470&alloc_id=3638&op=click
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to