Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-01 | Supporting using IP address parts of the container name in preseed files for ↵ | Daniel Baumann | 2 | -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> | |||||
2017-11-01 | Supporting using IP address from DNS lookup of the container name in preseed ↵ | Daniel Baumann | 2 | -2/+32 | |
files for container debconf create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-11-01 | Avoiding to display .cfg extension for preseed files in container debconf ↵ | Daniel Baumann | 1 | -2/+2 | |
create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-11-01 | Adding container create pre-hook that can be used to automatically git pull ↵ | Daniel Baumann | 1 | -0/+40 | |
/etc/container-tools/debconf. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-31 | Adding ver shortcut for container version command in bash-completion. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-31 | Adding sh shortcut for shell format in container list command. | Daniel Baumann | 2 | -2/+3 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-31 | Adding con shortcut for container console command. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-13 | Removing net-tools from container-tools manpage. | Daniel Baumann | 1 | -1/+1 | |
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-10-13 | Using iproute instead of bridge-utils to setup bridges. | Daniel Baumann | 1 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-10-13 | Using iproute instead of net-tools to setup interfaces. | Daniel Baumann | 1 | -4/+4 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-24 | Fixing issues from network0 -> network1 transition in debconf container ↵ | Daniel Baumann | 2 | -47/+50 | |
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 | 5 | -68/+68 | |
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-23 | Making example preseed files non-interactive. | Daniel Baumann | 2 | -0/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding architecture option to curl container create script. | Daniel Baumann | 2 | -4/+22 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding automatic compression detection for downloads in in curl container ↵ | Daniel Baumann | 1 | -8/+24 | |
create directory. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding interactive container list in curl container create script. | Daniel Baumann | 3 | -6/+147 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding GPG signature verification for curl container create script. | Daniel Baumann | 1 | -10/+39 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding container key command. | Daniel Baumann | 3 | -0/+94 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Moving image cache from /var/cache/container-tools/images to ↵ | Daniel Baumann | 1 | -1/+1 | |
/var/cache/container-tools/system for consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Passing container name to setup environment in curl container create script. | Daniel Baumann | 1 | -0/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Updating default filename for download in curl container create script. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Updating container-images.sh example script to match current curl container ↵ | Daniel Baumann | 1 | -14/+40 | |
create script expectations. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Updating container-create-curl manpage to match current curl container ↵ | Daniel Baumann | 1 | -5/+8 | |
create script. | |||||
2017-07-23 | Adding --setup option in curl container create script to manually specify a ↵ | Daniel Baumann | 1 | -3/+8 | |
custom setup tarball. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Renaming --image option to --system in curl container create script for ↵ | Daniel Baumann | 1 | -14/+14 | |
consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding gzip dependency check in curl container create script for completness ↵ | Daniel Baumann | 1 | -1/+12 | |
sake. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Sorting password option handling in curl container create script. | Daniel Baumann | 1 | -6/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-23 | Adding support for setup tarballs in curl container create script for ↵ | Daniel Baumann | 1 | -25/+58 | |
appliance style setup of prebuilt containers. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Reshuffeling checksum handling in curl container create script. | Daniel Baumann | 1 | -18/+26 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Adjusting messages output in curl container create script. | Daniel Baumann | 1 | -3/+7 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Reshuffeling curl options handling in curl container create script. | Daniel Baumann | 1 | -4/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Dynamically prefer lzip over xz over gz in curl container create script, ↵ | Daniel Baumann | 1 | -1/+11 | |
depending on if required decompressors are already installed on the host system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Adding error messages in curl container create script if required ↵ | Daniel Baumann | 1 | -0/+12 | |
decompressors are not installed. | |||||
2017-07-22 | Making sha512 checksum optional for image downloads in curl container create ↵ | Daniel Baumann | 1 | -20/+27 | |
script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Adding knot-resolver to dschinn-backports preseed example. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Removing unreachable fallback for veth0, always the short-hostname is used ↵ | Daniel Baumann | 1 | -1/+1 | |
anyway. 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 | 3 | -27/+27 | |
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 | 5 | -13/+13 | |
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 | 5 | -19/+43 | |
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-22 | Updating default url to download images from in curl container create script. | Daniel Baumann | 2 | -2/+2 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Correcting typo in comment in curl container create script. | Daniel Baumann | 1 | -1/+1 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Also creating lz compressed container-images in example script. | Daniel Baumann | 1 | -2/+5 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Fixing spelling typo in 'bandwidth'. | Simon Spöhel | 2 | -5/+5 | |
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-07-22 | Adding myself to copyright notice in bash-completion. | Daniel Baumann | 1 | -0/+1 | |
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 | Updating bash-completion for container top command. | Daniel Baumann | 1 | -0/+6 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Adding new container top command manpage. | Daniel Baumann | 2 | -0/+78 | |
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
2017-06-29 | Documenting usage of container-shell command restrictions in container-shell ↵ | Daniel Baumann | 1 | -0/+33 | |
manpage. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |