Menu

install-debian.conf.5

Vladimir Stavrinov
<meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="Content-Style" content="text/css"> <style type="text/css"> p { margin-top: 0; margin-bottom: 0; vertical-align: top } pre { margin-top: 0; margin-bottom: 0; vertical-align: top } table { margin-top: 0; margin-bottom: 0; vertical-align: top } h1 { text-align: center } </style> <title>install-debian.conf</title>

install-debian.conf

NAME
DESCRIPTION
VARIABLES
FILES
SEE ALSO
AUTHORS

NAME

install-debian.conf - Configuration file for install-debian.

DESCRIPTION

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.

VARIABLES

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

FILES

/etc/install-debian/install-debian.conf

System wide default config

/etc/install-debian/local.conf

Local config used to override settings in default config.

SEE ALSO

install-debian(8), bash(1)

AUTHORS

Vladimir Stavrinov <vstavrinov@gmail.com>