summaryrefslogtreecommitdiffstats
path: root/share/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-057-0/+14
| | | | 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-012-0/+16
| | | | | | | | | 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-012-2/+32
| | | | | | 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>
* Removing ifupdown in debconf container create script earlier by excluding it ↵Daniel Baumann2017-10-131-7/+3
| | | | | | from debootstrap. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Fixing issues from network0 -> network1 transition in debconf container ↵Daniel Baumann2017-07-242-47/+50
| | | | | | 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-233-50/+50
| | | | | | | | | | | | 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>
* Adding architecture option to curl container create script.Daniel Baumann2017-07-231-4/+19
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding automatic compression detection for downloads in in curl container ↵Daniel Baumann2017-07-231-8/+24
| | | | | | create directory. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding interactive container list in curl container create script.Daniel Baumann2017-07-233-6/+147
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding GPG signature verification for curl container create script.Daniel Baumann2017-07-231-10/+39
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Moving image cache from /var/cache/container-tools/images to ↵Daniel Baumann2017-07-231-1/+1
| | | | | | /var/cache/container-tools/system for consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Passing container name to setup environment in curl container create script.Daniel Baumann2017-07-231-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating default filename for download in curl container create script.Daniel Baumann2017-07-231-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding --setup option in curl container create script to manually specify a ↵Daniel Baumann2017-07-231-3/+8
| | | | | | custom setup tarball. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>