install-debian.conf - Configuration file for install-debian.
This file sourced by install-debian script and contain shell variables, that may be overridden either by command line options or by settings sourced by main config from /etc/install-debian/local.conf. The last is preferable way of configuration as main config are useing by authors to add, remove or modify variables and will be overridden if it is not modified by user. So, to start configuration, copy /etc/install-debian/install-debian.conf to /etc/install-debian/local.conf and edit the last.
All these variables, if not defined in config file, will set to it’s defaults in install-debian script either as constant values or evaluated from running system. Here N is array components number.
|
DEVICE |
Disk to install to, defaults largest disk | ||
|
ARRAY |
Quoted list of RAID components separated by space, defaults largest disks of the same size. | ||
|
LEVEL |
Raid level (see mdadm), defaults mirror for N < 4 and raid10 for N >= 4 | ||
|
SPARE |
Number of spare (eXtra) devices, defaults to 1 for odd N. | ||
|
MIRROR |
URL to install from, defaults taken from /etc/apt/sources.list | ||
|
SUITE |
Distribution (suite), defaults unstable | ||
|
ARCH |
Architecture, defaults as from dpkg --print-architecture | ||
|
KERNEL |
Define kernel package as linux-image-KERNEL, defaults evaluated | ||
|
BSOPT |
Extra debootstrap options, defaults undefined | ||
|
ROOT |
Root volume / size, defaults evaluated | ||
|
BOOT |
/boot partition size, defaults evaluated | ||
|
USR |
Volume /usr size, Mb, defaults 3072 | ||
|
TMP |
Volume /tmp size, Mb, defaults 448 | ||
|
var |
Volume /var size, Mb, defaults 2048 | ||
|
home |
Volume /home size, Mb, defaults 1024 | ||
|
opt |
Volume /opt size, Mb, defaults 0 | ||
|
srv |
Volume /srv size, Mb, defaults 0 |
ADDRESS
IP Address, defaults evaluated
NETMASK
Network Mask, defaults evaluated
GATEWAY
Default Gateway, defaults evaluated
|
DOMAIN |
Domain, defaults evaluated |
NAMESERVER
DNS address, defaults evaluated
|
MAILTO |
Email address to send password to, defaults root |
TIMEZONE
Time Zone, defaults evaluated
|
LOG |
Log file to output to, defaults install-debian.log | ||
|
APT |
Package handling utility, defaults aptitude |
PARTITION
Boolean. If false - manual partitioning, defaults true
/etc/install-debian/install-debian.conf
System wide default config
/etc/install-debian/local.conf
Local config used to override settings in default config.
install-debian(8), bash(1)
Vladimir Stavrinov <vstavrinov@gmail.com>