summaryrefslogtreecommitdiffstats
path: root/share/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding overlay options to debconf script.Katharina Drexel2020-10-302-1/+27
| | | | | Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Progress Linux 6 (fuchur) to debconf container create script.Daniel Baumann2020-10-201-3/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Debian 11 (bullseye) to debconf container create script.Daniel Baumann2020-10-202-3/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Debian 11 (bullseye) to debootstrap container create script.Daniel Baumann2020-10-201-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using more common sign extension for detached gpg signatures in container ↵Daniel Baumann2020-03-081-5/+5
| | | | | | curl create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating copyright notices for 2020.Daniel Baumann2020-01-217-7/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing the debconf script to use the bind-ro string when preseeding.Simon Spöhel2019-08-111-0/+7
| | | | | Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Simplifying trap handling in debconf container create script.Daniel Baumann2019-08-111-8/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Cosmetically fixing internal preseed file when using the progress-linux package.Daniel Baumann2019-07-171-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting whitespace error in include handling that broke debconf container ↵Daniel Baumann2019-04-131-1/+1
| | | | | | create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using trap function to unmount bind mounts etc. on exit with or without error.Daniel Baumann2019-04-131-105/+123
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Unmount bind mounts in reverse order to allow nested bind mounts.Nik Lutz2019-04-121-2/+4
| | | | | Signed-off-by: Nik Lutz <nik@netstyle.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting typo when disabling IPv6 RA in debconf container create script, ↵Daniel Baumann2019-04-121-1/+1
| | | | | | thanks to Simon Spöhel <simon@spoehel.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Including gnupg explicitly in debconf container create command, thanks to ↵Daniel Baumann2019-04-121-0/+3
| | | | | | Nik Lutz <nik@netstyle.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding initial support for IPv6 in debconf container create script.Daniel Baumann2019-03-194-71/+401
| | | | | | | Note that this also removes support for non-CIDR IPv4 subnetmasks, e.g. '255.255.255.0' now has to be specified as '24'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Readding curl container create script.Daniel Baumann2019-03-023-0/+555
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing a few fixmes that are not needed anymore.Daniel Baumann2019-03-023-22/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing curl container create script until its completly tested.Daniel Baumann2019-03-023-555/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for using mmdebstrap in container debootstrap create script.Daniel Baumann2019-03-021-4/+17
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding same internal name strings in all scripts.Daniel Baumann2019-02-261-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing some dead code in container create scripts.Daniel Baumann2019-02-262-6/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding comment to debian sources.list in container debconf create script.Daniel Baumann2019-02-261-2/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* 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 progress-linux apt sources.list handling in container debconf ↵Daniel Baumann2019-02-261-93/+14
| | | | | | create script by using the progress-linux package instead. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using apt instead of apt-get in container debconf create script.Daniel Baumann2019-02-262-12/+12
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing Force-LoopBreak option when calling apt in container debconf create ↵Daniel Baumann2019-02-261-3/+3
| | | | | | script, not needed anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing staging repositories in debconf create script, not used anymore.Daniel Baumann2019-02-242-36/+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>
* Using get.open-infrastructure.net as default URL to get images from in ↵Daniel Baumann2019-02-231-1/+1
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container-tools to compute-tools.Daniel Baumann2019-02-239-37/+41
| | | | 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 archive signing key handling for progress-linux by install the ↵Daniel Baumann2019-02-181-52/+7
| | | | | | progress-linux package. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting (harmless) error in https mirror handling wrt/ installing ↵Daniel Baumann2019-02-171-2/+2
| | | | | | apt-transport-https. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Setting default debian distribution to buster in debootstrap container ↵Daniel Baumann2019-02-171-1/+1
| | | | | | create script. 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-177-7/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing bind mounting of /var/cache/apt/archives during creation of the ↵Daniel Baumann2018-07-271-6/+0
| | | | | | container, not really usefull anymore these days. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for multiple container and host commands in debconf container ↵Daniel Baumann2018-07-272-0/+69
| | | | | | 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-187-7/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Running host commands as last thing in debconf container create script in ↵Daniel Baumann2018-01-191-11/+13
| | | | | | order to make it possible to change config files dynamically. 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>