> Hmm, Repartition kills all partitioning of the disk.
> There are these other settings:
>

Oops, yes sorry.

Here is mine, it works for me, ymmv:


<snip>
;[ws] 070625
[Data]
    AutoPartition=1
    MsDosInitiated="0"
    UnattendedInstall="Yes"

[Unattended]
    UnattendMode=DefaultHide
    OemPreinstall=No
    TargetPath=\WINDOWS
        DriverSigningPolicy=Ignore
        FileSystem=ConvertNTFS
        ExtendOemPartition=1
    OemSkipEula=Yes
    OemPreinstall=Yes
        UnattendSwitch=Yes
        OemPnPDriversPath = Drivers

[GuiUnattended]
    AdminPassword="xxxxxxxxx"
;    AutoLogonCount=1
    OEMSkipRegional=1
    TimeZone=85

[UserData]
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    FullName="xxxxxxxxxxxxxxx"
    OrgName="xxxxxxxxxxxxxxxxxxxxx"
    ComputerName=*

[Display]
    BitsPerPel=32
    Xresolution=1024
    YResolution=768

[TapiLocation]
    CountryCode=44
    Dialing=Tone
    AreaCode=020
    LongDistanceAccess="9"

[RegionalSettings]
    LanguageGroup=1
    SystemLocale=00000809
    UserLocale=00000809
    InputLocale=0809:00000809

[Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=1
        HTTP_Proxy_Server=xxxxxxxx:0000

[Identification]
    DomainAdmin = xxxxxxxxxxx
        DomainAdminPassword = xxxxxxxxxxx
        JoinDomain = xxxx

[Networking]
    InstallDefaultComponents=Yes
        
[NetOptionalComponents]
    ; Install Print Services for UNIX
    LPDSVC=1

[Components]
        Freecell = Off
        Hearts = Off
        Minesweeper = Off
        Pinball = Off
        Solitaire = Off
        Spider = Off
        Zonegames = Off
        
[_meta]
        ;[ws]in parted_cmds the text 'last_100mb' is automatically converted
into the last 100mb on the disk, so for a 20000mb disk it would be
'19900 20000'
        ;[ws] note "set 2 hidden on" will cause partition to revert to EXT2
when windows starts. doesn't matter becaue we recreate it later
anyway.
        parted_cmds = "mklabel msdos;mkpart primary fat32 0 4000;mkpart
primary fat16 last_100mb;set 1 boot on;set 2 hidden on"
        fdisk_cmds = "fdisk /clear 1;fdisk /pri:99,100 /spec:7;fdisk
/pri:1,100 /spec:131;"
        fdisk_confirm = 0
        format_cmd="format /y /z:seriously /q /u /a /v: c:"
        replace_mbr = 1
        hdd = hda
        OS_dir = Z:\os
        ;OS_media = Z:\os\xpsp2
        ntp_servers = 10.10.0.1
        local_admins = ""
        edit_files = 0
        top = kcs.bat
        middle = ""
        bottom = ""
</snip>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to