summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d/0003-debconf.templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Making IP address automatic substitutions in preseed files for container ↵tmp-ip-from-dnsDaniel Baumann2017-11-011-0/+6
| | | | | | debconf create script aware of multiple interfaces (FIXME). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Starting to count at 1 instead of 0 to be consistent with new network ↵Daniel Baumann2017-07-231-9/+9
| | | | | | | | | | | | interface names in network and archive preseeding arrays. old: container-tools cnt-debconf/archive0/... new: container-tools cnt-debconf/archive1/... old: container-tools cnt-debconf/network0/... new: container-tools cnt-debconf/network1/... Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using default eno1 instead of eth0 as default container interface.Daniel Baumann2017-07-221-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding cnt-debconf/mode preseed field to allow embedding container create ↵Daniel Baumann2017-07-221-0/+8
| | | | | | script within preseed file itself without relying on a specific default create script being set on the host system, thanks to David Kunz for the idea. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing obsolete configuration for network in interfaces of debconf ↵Daniel Baumann2016-10-251-8/+0
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing obsolete configuration for broadcast in interfaces of debconf ↵Daniel Baumann2016-10-251-8/+0
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding veth name (cnt-debconf/network[0-9]/veth) configuration option to ↵Nik Lutz2016-05-181-0/+6
| | | | | | debconf script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating debconf title in debconf script.Daniel Baumann2016-03-311-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding debconf script.Daniel Baumann2016-03-311-0/+211
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>