Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-11 | Simplifying trap handling in debconf container create script. | Daniel Baumann | 1 | -8/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-07-17 | Cosmetically fixing internal preseed file when using the progress-linux package. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-04-13 | Correcting whitespace error in include handling that broke debconf container ↵ | Daniel Baumann | 1 | -1/+1 | |
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-04-13 | Using trap function to unmount bind mounts etc. on exit with or without error. | Daniel Baumann | 1 | -105/+123 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-04-12 | Unmount bind mounts in reverse order to allow nested bind mounts. | Nik Lutz | 1 | -2/+4 | |
Signed-off-by: Nik Lutz <nik@netstyle.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-04-12 | Correcting typo when disabling IPv6 RA in debconf container create script, ↵ | Daniel Baumann | 1 | -1/+1 | |
thanks to Simon Spöhel <simon@spoehel.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-04-12 | Including gnupg explicitly in debconf container create command, thanks to ↵ | Daniel Baumann | 1 | -0/+3 | |
Nik Lutz <nik@netstyle.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-03-19 | Adding initial support for IPv6 in debconf container create script. | Daniel Baumann | 1 | -53/+164 | |
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> | |||||
2019-03-02 | Removing a few fixmes that are not needed anymore. | Daniel Baumann | 1 | -16/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-26 | Removing some dead code in container create scripts. | Daniel Baumann | 1 | -4/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-26 | Adding comment to debian sources.list in container debconf create script. | Daniel Baumann | 1 | -2/+10 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-26 | Removing progress-linux apt sources.list handling in container debconf ↵ | Daniel Baumann | 1 | -93/+14 | |
create script by using the progress-linux package instead. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-26 | Using apt instead of apt-get in container debconf create script. | Daniel Baumann | 1 | -11/+11 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-26 | Removing Force-LoopBreak option when calling apt in container debconf create ↵ | Daniel Baumann | 1 | -3/+3 | |
script, not needed anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-24 | Removing staging repositories in debconf create script, not used anymore. | Daniel Baumann | 1 | -34/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-23 | Renaming container-tools to compute-tools. | Daniel Baumann | 1 | -14/+16 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-18 | Replacing archive signing key handling for progress-linux by install the ↵ | Daniel Baumann | 1 | -52/+7 | |
progress-linux package. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-17 | Correcting (harmless) error in https mirror handling wrt/ installing ↵ | Daniel Baumann | 1 | -2/+2 | |
apt-transport-https. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2019-02-17 | Updating year in copyright notices to 2019. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-07-27 | Removing bind mounting of /var/cache/apt/archives during creation of the ↵ | Daniel Baumann | 1 | -6/+0 | |
container, not really usefull anymore these days. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-07-27 | Adding support for multiple container and host commands in debconf container ↵ | Daniel Baumann | 1 | -0/+25 | |
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-02-18 | Updating year in copyright information for 2018. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2018-01-19 | Running host commands as last thing in debconf container create script in ↵ | Daniel Baumann | 1 | -11/+13 | |
order to make it possible to change config files dynamically. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-12-05 | Adding SPDX License Identifiers. | Daniel Baumann | 1 | -0/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-11-01 | Supporting using IP address parts of the container name in preseed files for ↵ | Daniel Baumann | 1 | -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-01 | Supporting using IP address from DNS lookup of the container name in preseed ↵ | Daniel Baumann | 1 | -1/+16 | |
files for container debconf create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-13 | Removing ifupdown in debconf container create script earlier by excluding it ↵ | Daniel Baumann | 1 | -7/+3 | |
from debootstrap. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-24 | Fixing issues from network0 -> network1 transition in debconf container ↵ | Daniel Baumann | 1 | -18/+21 | |
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Starting to count at 1 instead of 0 to be consistent with new network ↵ | Daniel Baumann | 1 | -1/+1 | |
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-22 | Using default eno1 instead of eth0 as default container interface. | Daniel Baumann | 1 | -12/+12 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Using default bridge0 instead of br0 as default bridge interface. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Adding cnt-debconf/mode preseed field to allow embedding container create ↵ | Daniel Baumann | 1 | -19/+9 | |
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-07-01 | Also removing /etc/localtime before reconfiguring tzdata to workaround ↵ | Daniel Baumann | 1 | -1/+1 | |
broken tzdata preseed handling (see several bug reports in the BTS), thanks to Nik Lutz <nik@netstyle.ch>. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Harmonizing edition of container configuration file in debconf script. | Daniel Baumann | 1 | -7/+8 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Renaming cnt.auto to cnt.container-server in order to split functionality of ↵ | Daniel Baumann | 1 | -0/+6 | |
'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-24 | Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>. | Daniel Baumann | 1 | -16/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-24 | Implementing postup/postdown for systemd-networkd by creating systemd units ↵ | Nik Lutz | 1 | -4/+42 | |
in /etc/systemd/system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-24 | Removing useless whitespace in debconf script. | Daniel Baumann | 1 | -1/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-05-22 | Reverting "Purging packages that got removed/replaced during container ↵ | Daniel Baumann | 1 | -10/+0 | |
creation.", not needed anymore. This reverts commit 8aa267f. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-05-09 | Purging packages that got removed/replaced during container creation. | Daniel Baumann | 1 | -0/+10 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-05-09 | Purging packages when autoremoving them. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-04-05 | Consistently using '--force-confnew' as dpkg option when upgrading or ↵ | Daniel Baumann | 1 | -11/+3 | |
installing packages. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-04-03 | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 1 | -3/+39 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-04-03 | Allowing @NAME@ variable in preseed files to allow for more flexibel preseed ↵ | Daniel Baumann | 1 | -1/+1 | |
templating. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-04-03 | Cleanup stray preseed.cfg removal. | Daniel Baumann | 1 | -2/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-01-04 | Updating year in copyright information for 2017. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-12-11 | Enabling pre and post hooks in container create scripts. | Daniel Baumann | 1 | -0/+19 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-25 | Minimizing included packages by default in debconf container create script. | Daniel Baumann | 1 | -11/+0 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-25 | Renaming too generic internal getopt variables to avoid possible collisions ↵ | Daniel Baumann | 1 | -3/+3 | |
in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2016-11-22 | Removing libui-dialog-perl from includes in debconf container create script. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |