;====================================
;Information about this boot image...
;------------------------------------
[info]

;Main settings:
    BDC_mode=$$BDC_mode$$
    BootDevice=$$ALTIRIS_BOOTDEVICE$$
    BootType=$$ALTIRIS_BOOTTYPE$$
    BootDisk=
    Share_map=$$SHARE$$
    DS_VER=$$ALTIRIS_VER$$
    DS_BLD=$$ALTIRIS_BLD$$
    DS_BDC=$$ALTIRIS_BDC$$
    DS_SERVER=$$DS_SERVER_NAME$$
    DS_SHARE=$$DS_SERVER_SHARE$$
    DS_UNC=\\$$DS_SERVER_NAME$$\$$DS_SERVER_SHARE$$

;The preboot platform had these settings:
    type=$$OS_TYPE$$
    subtype=$$OS_subtype$$
    subsubtype=$$OS_subsubtype$$
    UID=$$OS_UID$$
    ID=$$OS_ID$$
    Name=$$OS_NAME$$
    ShortName=$$OS_NAME2$$
    Processor=$$Processor$$

;The following identify the tasks that will be performed on boot:
    work=$$work$$
    StartNetwork=$$StartNetwork$$
    PreloadDrivers=$$PreloadDrivers$$
    RunRDeploy=$$RunRDeploy$$
    RunAgent=$$RunAgent$$
    RunAgentRemote=$$RunAgentRemote$$
    Agent_cfgpath=$$cfgpath$$
    Agent_Persistent=$$Persistent$$
    Agent_AutoUpdate=$$AutoUpdate$$
    RDClient=$$Client$$
    RDClientConfig=$$ClientConfig$$

;The following specify "production" settings:
    InstallerOS=$$PrdInstallerOS$$
    InstallerProcessor=$$PrdInstallerProcessor$$
    UseEmbeddedPartition=$$PrdUseEmbeddedPartition$$
    AutomationPartitionSize=$$rdAutomationPartitionSize$$
    InstallerFilePath=$$rdInstallerFilePath$$
    RunSilent=$$PrdRunSilent$$
    InstallProductionAgent=$$PrdInstallProductionAgent$$
    UseIso=$$PrdUseIso$$
    IsoRamDisk=$$rdIsoRamDisk$$
    BootDisk=$$PrdBootDisk$$
    ShowFixedDrives=$$rdShowFixedDrives$$
    FormatDisk=$$PrdFormatDisk$$
    PartialRamDisk=$$PrdPartialRamDisk$$
    ClientProcessor=$$PrdClientProcessor$$
    ISOFilePath=$$PrdISOFilePath$$

;The boot configuration contained the following settings:
    Name=$$CfgName$$
    Desc=$$CfgDesc$$
    OsSubType=$$CfgOsSubType$$
    OemExt=$$CfgOemExt$$
    NetType=$$CfgNetType$$
    MultiNic=$$CfgMultiNic$$
    AutoDetectDrivers=$$CfgAutoDetectDrivers$$
    UseStaticIP=$$CfgUseStaticIP$$
    ClientIP=$$CfgClientIP$$
    ClientSubnet=$$CfgClientSubnet$$
    ClientGateway=$$CfgClientGateway$$
    ClientWins1=$$CfgClientWins1$$
    ClientWins2=$$CfgClientWins2$$
    UseMultiCast=$$CfgUseMultiCast$$
    ConsoleName=$$CfgConsoleName$$
    ConsoleIP=$$CfgConsoleIP$$
    ConsolePort=$$CfgConsolePort$$
    ConsoleMulticastIP=$$CfgConsoleMulticastIP$$
    ConsoleMulticastPort=$$CfgConsoleMulticastPort$$
    UseRemoteAgent=$$CfgUseRemoteAgent$$
    ScreenLock=$$CfgScreenLock$$
    ScreenLock_Param=$$CfgScreenLock_Param$$
    ComputerName=$$CfgComputerName$$
    PwlFileTitle=$$CfgPwlFileTitle$$
    DomainOrServer=$$CfgDomainOrServer$$
    Context=$$CfgContext$$
    UseLoginScripts=$$CfgUseLoginScripts$$
    UseLMHosts=$$CfgUseLMHosts$$
    LMHostsName=$$CfgLMHostsName$$
    LMHostsIP=$$CfgLMHostsIP$$
    WinPEModel=$$CfgWinPEModel$$
    EnableFireWall=$$CfgEnableFireWall$$

;The following drive mappings were specified:
    F=$$CfgMapPath_F$$
    G=$$CfgMapPath_G$$
    H=$$CfgMapPath_H$$
    I=$$CfgMapPath_I$$
    J=$$CfgMapPath_J$$
    K=$$CfgMapPath_K$$
    L=$$CfgMapPath_L$$
    M=$$CfgMapPath_M$$
    N=$$CfgMapPath_N$$
    O=$$CfgMapPath_O$$
    P=$$CfgMapPath_P$$
    Q=$$CfgMapPath_Q$$
    R=$$CfgMapPath_R$$
    S=$$CfgMapPath_S$$
    T=$$CfgMapPath_T$$
    U=$$CfgMapPath_U$$
    V=$$CfgMapPath_V$$
    W=$$CfgMapPath_W$$
    X=$$CfgMapPath_X$$
    Y=$$CfgMapPath_Y$$
    Z=$$CfgMapPath_Z$$

;The following mount points were specified:
    0=$$CfgMapPath_0$$
    1=$$CfgMapPath_1$$
    2=$$CfgMapPath_2$$
    3=$$CfgMapPath_3$$
    4=$$CfgMapPath_4$$
    5=$$CfgMapPath_5$$
    6=$$CfgMapPath_6$$
    7=$$CfgMapPath_7$$
    8=$$CfgMapPath_8$$
    9=$$CfgMapPath_9$$
;    ...

;The following packages were included:
    HTA=$$CfgPkg_HTA$$
    ADO=$$CfgPkg_ADO$$
    WSH=$$CfgPkg_WSH$$
    WMI=$$CfgPkg_WMI$$
    XML=$$CfgPkg_XML$$
    JA_JP=$$CfgPkg_JA_JP$$
    KO_KR=$$CfgPkg_KO_KR$$
    ZH_CN=$$CfgPkg_ZH_CN$$
    ZH_HK=$$CfgPkg_ZH_HK$$
    ZH_TW=$$CfgPkg_ZH_TW$$
    1=$$CfgPkg_1$$
    2=$$CfgPkg_2$$
    3=$$CfgPkg_3$$
    4=$$CfgPkg_4$$
    5=$$CfgPkg_5$$
    6=$$CfgPkg_6$$
    7=$$CfgPkg_7$$
    8=$$CfgPkg_8$$
    9=$$CfgPkg_9$$
;    ...
