Changes between Version 17 and Version 18 of SaliUsage/Installationparameters


Ignore:
Timestamp:
11/30/11 14:20:35 (12 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsage/Installationparameters

    v17 v18  
    4949Use the UDP port port to send log to the log server, instead of using the default port 514/UDP. Remember to configure the firewall on your log server to accept connections on port port/UDP.
    5050
    51 === TMPFS_STAGING=yes|no ===
    52 If TMPFS_STAGING is set to yes the image will be downloaded in the RAM of the clients and after the download synchronized in the disk of the clients. This can speed-up installation time, since there is no disk overhead during the download of the image (that in general is the most time consuming step of the whole installation), but you need a lot of RAM in the clients (at least an amount of RAM strictly greater than the size of the image + a breathing room of ~100MB).
    53 Default is: no.
    54 
    5551=== SCRIPTNAME=script ===
    5652This parameter can be specified to force the use of the autoinstallation script script. If it is not specified (and, in general, this is the case) the first script found from the followings is taken:
     
    9692Default: if not set autodetect the best staging directory.
    9793
    98 === SKIP_LOCAL_CFG=y|n ===
    99 If set to y skip the check of local.cfg. This can greatly speed up the installation of servers that do not correctly support (or do not have) floppy controllers.
    100 Default is: n.
    101 
    10294=== GRUB2=yes|no ===
    10395This flag has been added to be used in the installation script. A recommendation with grub2 is to install it on a separate partition with the flag bios_grub. This is only posible with GPT enabled disk. So this variable has been added to determine which disk table must be used. For a example see this [source:trunk/example/masterscript.new#L27 install script] and [wiki:SaliUsage/Functions/partition partition function]. Default is: no