summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing armel and armhf support in container debconf create script.Daniel Baumann2019-02-261-14/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Allow to select/deselect main repository in container debconf create script.Daniel Baumann2019-02-262-25/+11
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing staging repositories in debconf create script, not used anymore.Daniel Baumann2019-02-241-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using hostname fallback if FQDN is not set.Daniel Baumann2019-02-231-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing debconf values for container debconf create script.Daniel Baumann2019-02-235-259/+259
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container-tools to compute-tools.Daniel Baumann2019-02-235-9/+9
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using cdn redirector as default sources.list entry.Daniel Baumann2019-02-181-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Replacing Progress Linux 4 with Progress Linux 5 in debconf container create ↵Daniel Baumann2019-02-171-7/+7
| | | | | | script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Debian testing/bullseye in debconf container create script.Daniel Baumann2019-02-171-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Setting default debian distribution to buster in debconf container create ↵Daniel Baumann2019-02-171-1/+1
| | | | | | script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Debian 10 (buster) in debconf container create script.Daniel Baumann2019-02-171-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright notices to 2019.Daniel Baumann2019-02-173-3/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for multiple container and host commands in debconf container ↵Daniel Baumann2018-07-271-0/+44
| | | | | | create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Debian testing/buster in debconf container create script.Daniel Baumann2018-02-181-2/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Always sorting preseed files starting with a capital letter first in debconf ↵Daniel Baumann2018-02-181-1/+1
| | | | | | container create script, independent of systems locale. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Making container debconf create script aware of multiple subdirectories ↵Daniel Baumann2018-02-181-0/+9
| | | | | | below /etc/container-tools/debconf for automatically selecting an existing and matching debconf file. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Making container debconf create script aware of multiple subdirectories ↵Daniel Baumann2018-02-181-2/+2
| | | | | | below /etc/container-tools/debconf when showing the list of preseed files to the user. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright information for 2018.Daniel Baumann2018-02-183-3/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Automatically take default preseeding file from /etc/container-tools/debconf ↵Daniel Baumann2017-12-071-0/+5
| | | | | | if available. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Automatically take matching preseeding files from /etc/container-tools/debconf.Daniel Baumann2017-12-051-0/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding SPDX License Identifiers.Daniel Baumann2017-12-053-0/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Supporting using IP address parts of the container name in preseed files for ↵Daniel Baumann2017-11-011-0/+8
| | | | | | | | | container debconf create script. This is usefull to automatically construct IP gateway addresses or veth interface names in a diff-friendly way. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Supporting using IP address from DNS lookup of the container name in preseed ↵Daniel Baumann2017-11-011-1/+16
| | | | | | files for container debconf create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Avoiding to display .cfg extension for preseed files in container debconf ↵Daniel Baumann2017-11-011-2/+2
| | | | | | create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing issues from network0 -> network1 transition in debconf container ↵Daniel Baumann2017-07-241-29/+29
| | | | | | create script. 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-232-49/+49
| | | | | | | | | | | | 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>
* Removing unreachable fallback for veth0, always the short-hostname is used ↵Daniel Baumann2017-07-221-1/+1
| | | | | | anyway. 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>
* Using default bridge0 instead of br0 as default bridge interface.Daniel Baumann2017-07-221-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding cnt-debconf/mode preseed field to allow embedding container create ↵Daniel Baumann2017-07-222-0/+30
| | | | | | 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>
* Renaming cnt.auto to cnt.container-server in order to split functionality of ↵Daniel Baumann2017-06-291-5/+13
| | | | | | 'binding container to a specific host system' from 'starting container at system boot'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>.Daniel Baumann2017-06-241-11/+11
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Allowing @NAME@ variable in preseed files to allow for more flexibel preseed ↵Daniel Baumann2017-04-031-1/+5
| | | | | | templating. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating year in copyright information for 2017.Daniel Baumann2017-01-043-3/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing support for Debian 8 (jessie) in debconf container create script.Daniel Baumann2016-11-121-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Improving language of preseed question in debconf script.Daniel Baumann2016-10-251-1/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Replacing support for Progress Linux 3 (cairon) with Progress Linux 4 (dschinn).Daniel Baumann2016-10-251-5/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Switching default distribution to stretch in container create scripts.Daniel Baumann2016-10-251-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing obsolete configuration for network in interfaces of debconf ↵Daniel Baumann2016-10-252-26/+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-252-26/+0
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Switching from ftp.debian.org as default debian mirror to deb.debian.org in ↵Daniel Baumann2016-10-251-4/+4
| | | | | | | | | debconf script. deb.debian.org offers https, see https://lists.debian.org/debian-devel/2016/10/msg00281.html Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding host system based overlay mounts.Daniel Baumann2016-08-041-0/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Always writing cnt.auto= default values to configuration files in debconf ↵Daniel Baumann2016-07-011-6/+8
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Switching default entries for cdn.archive.progress-linux.org to HTTPS.Daniel Baumann2016-06-141-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding auto option to set automatic start in debconf script.Daniel Baumann2016-06-031-0/+13
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using .cfg suffix for preseed files of debconf script for consistency.Daniel Baumann2016-06-031-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding bind option to bind mount directories in debconf script.Daniel Baumann2016-06-031-0/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵Nik Lutz2016-05-181-2/+2
| | | | | | (prerequisite for multiple network interface support per container). 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-182-0/+27
| | | | | | debconf script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Switching from httpredir.debian.org as default debian mirror to ↵Daniel Baumann2016-04-161-4/+4
| | | | | | | | | ftp.debian.org in debconf script. httpredir.debian.org has reliability issues, see https://lists.debian.org/debian-project/2016/04/msg00012.html Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>