Changes between Version 38 and Version 39 of Doc/BasicConfig/AII


Ignore:
Timestamp:
Feb 28, 2011, 10:07:36 AM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/BasicConfig/AII

    v38 v39  
    3030 * `AII_OSINSTALL_BOOTDISK_ORDER`: list of disk name (without `/dev`) where to write GRUB boot loader.
    3131 * `AII_OSINSTALL_OPTION_CLEARPART`: list of disks (without `/dev`) whose existing partition table must be cleared by Kickstart.
     32   * ''Note that, despite the variable name suggests it is used to configure the Kickstart `clearpart` option, there will be no `clearpart` option set in the Kickstart configuration file produced by `aii-shellfe`. The relevant actions are done in the `%pre` script instead.''
    3233 * `AII_OSINSTALL_IGNOREDISKS`: list of disks (without `/dev`) that Kickstart should not touch in any way.
    3334 * `AII_OSINSTALL_CLEARPART_BOOT_ONLY`: if false and nothing is explicitly specified, all disks managed by Quattor (present in `/system/blockdevices/physical_devs`) have their existing partition table cleared. If true, only disk having property `boot` defined to `true` in the hardware configuration (`/hardware/harddisks`) are cleared. Default is `false`.