summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf.d (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-26Removing armel and armhf support in container debconf create script.Daniel Baumann1-14/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-26Allow to select/deselect main repository in container debconf create script.Daniel Baumann2-25/+11
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-24Removing staging repositories in debconf create script, not used anymore.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-23Using hostname fallback if FQDN is not set.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-23Harmonizing debconf values for container debconf create script.Daniel Baumann5-259/+259
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-23Renaming container-tools to compute-tools.Daniel Baumann5-9/+9
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-18Using cdn redirector as default sources.list entry.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Replacing Progress Linux 4 with Progress Linux 5 in debconf container create ↵Daniel Baumann1-7/+7
script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Adding support for Debian testing/bullseye in debconf container create script.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Setting default debian distribution to buster in debconf container create ↵Daniel Baumann1-1/+1
script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Adding support for Debian 10 (buster) in debconf container create script.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2019-02-17Updating year in copyright notices to 2019.Daniel Baumann3-3/+3
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-07-27Adding support for multiple container and host commands in debconf container ↵Daniel Baumann1-0/+44
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-02-18Adding support for Debian testing/buster in debconf container create script.Daniel Baumann1-2/+6
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-02-18Always sorting preseed files starting with a capital letter first in debconf ↵Daniel Baumann1-1/+1
container create script, independent of systems locale. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2018-02-18Making container debconf create script aware of multiple subdirectories ↵Daniel Baumann1-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>
2018-02-18Making container debconf create script aware of multiple subdirectories ↵Daniel Baumann1-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>
2018-02-18Updating year in copyright information for 2018.Daniel Baumann3-3/+3
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-12-07Automatically take default preseeding file from /etc/container-tools/debconf ↵Daniel Baumann1-0/+5
if available. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-12-05Automatically take matching preseeding files from /etc/container-tools/debconf.Daniel Baumann1-0/+6
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-12-05Adding SPDX License Identifiers.Daniel Baumann3-0/+6
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-11-01Supporting using IP address parts of the container name in preseed files for ↵Daniel Baumann1-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>
2017-11-01Supporting using IP address from DNS lookup of the container name in preseed ↵Daniel Baumann1-1/+16
files for container debconf create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-11-01Avoiding to display .cfg extension for preseed files in container debconf ↵Daniel Baumann1-2/+2
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-07-24Fixing issues from network0 -> network1 transition in debconf container ↵Daniel Baumann1-29/+29
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-07-23Starting to count at 1 instead of 0 to be consistent with new network ↵Daniel Baumann2-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>
2017-07-22Removing unreachable fallback for veth0, always the short-hostname is used ↵Daniel Baumann1-1/+1
anyway. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-07-22Using default eno1 instead of eth0 as default container interface.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-07-22Using default bridge0 instead of br0 as default bridge interface.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-07-22Adding cnt-debconf/mode preseed field to allow embedding container create ↵Daniel Baumann2-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>
2017-06-29Renaming cnt.auto to cnt.container-server in order to split functionality of ↵Daniel Baumann1-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>
2017-06-24Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>.Daniel Baumann1-11/+11
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-04-03Allowing @NAME@ variable in preseed files to allow for more flexibel preseed ↵Daniel Baumann1-1/+5
templating. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2017-01-04Updating year in copyright information for 2017.Daniel Baumann3-3/+3
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-11-12Removing support for Debian 8 (jessie) in debconf container create script.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-10-25Improving language of preseed question in debconf script.Daniel Baumann1-1/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-10-25Replacing support for Progress Linux 3 (cairon) with Progress Linux 4 (dschinn).Daniel Baumann1-5/+5
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-10-25Switching default distribution to stretch in container create scripts.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-10-25Removing obsolete configuration for network in interfaces of debconf ↵Daniel Baumann2-26/+0
container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-10-25Removing obsolete configuration for broadcast in interfaces of debconf ↵Daniel Baumann2-26/+0
container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-10-25Switching from ftp.debian.org as default debian mirror to deb.debian.org in ↵Daniel Baumann1-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>
2016-08-04Adding host system based overlay mounts.Daniel Baumann1-0/+7
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-07-01Always writing cnt.auto= default values to configuration files in debconf ↵Daniel Baumann1-6/+8
container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-06-14Switching default entries for cdn.archive.progress-linux.org to HTTPS.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-06-03Adding auto option to set automatic start in debconf script.Daniel Baumann1-0/+13
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-06-03Using .cfg suffix for preseed files of debconf script for consistency.Daniel Baumann1-2/+2
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-06-03Adding bind option to bind mount directories in debconf script.Daniel Baumann1-0/+7
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-05-18Using systemd-nspawn '--network-veth-extra=' instead of '--network-veth' ↵Nik Lutz1-2/+2
(prerequisite for multiple network interface support per container). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-05-18Adding veth name (cnt-debconf/network[0-9]/veth) configuration option to ↵Nik Lutz2-0/+27
debconf script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-04-16Switching from httpredir.debian.org as default debian mirror to ↵Daniel Baumann1-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>