Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Harmonizing edition of container configuration file in debconf script. | Daniel Baumann | 2017-06-29 | 1 | -7/+8 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Updating bash-completion for container top command. | Daniel Baumann | 2017-06-29 | 1 | -0/+6 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding new container top command manpage. | Daniel Baumann | 2017-06-29 | 2 | -0/+78 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Documenting usage of container-shell command restrictions in container-shell ↵ | Daniel Baumann | 2017-06-29 | 1 | -0/+33 | |
| | | | | | | manpage. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Renaming cnt.auto to cnt.container-server in order to split functionality of ↵ | Daniel Baumann | 2017-06-29 | 5 | -5/+30 | |
| | | | | | | 'binding container to a specific host system' from 'starting container at system boot'. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing net-tools from host-setup documentation, it is a direct depends of ↵ | Daniel Baumann | 2017-06-29 | 1 | -1/+1 | |
| | | | | | | container-tools for the time being. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Using allow-hotplug instead of allow in host-setup documentation. | Daniel Baumann | 2017-06-24 | 1 | -7/+7 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>. | Daniel Baumann | 2017-06-24 | 2 | -27/+11 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Implementing postup/postdown for systemd-networkd by creating systemd units ↵ | Nik Lutz | 2017-06-24 | 1 | -4/+42 | |
| | | | | | | in /etc/systemd/system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing useless whitespace in debconf script. | Daniel Baumann | 2017-06-24 | 1 | -1/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Reverting "Purging packages that got removed/replaced during container ↵ | Daniel Baumann | 2017-05-22 | 1 | -10/+0 | |
| | | | | | | | | creation.", not needed anymore. This reverts commit 8aa267f. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding sysctl config for procps to increase inotify limits in order to run ↵ | Daniel Baumann | 2017-05-09 | 1 | -0/+12 | |
| | | | | | | more than a few containers on a system. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Purging packages that got removed/replaced during container creation. | Daniel Baumann | 2017-05-09 | 1 | -0/+10 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Purging packages when autoremoving them. | Daniel Baumann | 2017-05-09 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Consistently using '--force-confnew' as dpkg option when upgrading or ↵ | Daniel Baumann | 2017-04-05 | 1 | -11/+3 | |
| | | | | | | installing packages. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding support for bind-ro nspawn option for read-only bind mounts. | Daniel Baumann | 2017-04-03 | 7 | -7/+58 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Allowing multiple container commands to be executed in a row. | Daniel Baumann | 2017-04-03 | 2 | -0/+4 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Allowing @NAME@ variable in preseed files to allow for more flexibel preseed ↵ | Daniel Baumann | 2017-04-03 | 2 | -2/+6 | |
| | | | | | | templating. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Cleanup stray preseed.cfg removal. | Daniel Baumann | 2017-04-03 | 1 | -2/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Reordering bash-completion to do completion the usual way (by suggesting ↵ | Daniel Baumann | 2017-01-04 | 1 | -129/+81 | |
| | | | | | | commands first, then options and finally their arguments, rather than commands and arguments only). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Using generic directory instead of local directory for debconf files to ↵ | Daniel Baumann | 2017-01-04 | 1 | -1/+1 | |
| | | | | | | bash-complete container create command. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding bash-completion for container version command. | Daniel Baumann | 2017-01-04 | 1 | -0/+4 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding bash-completion for container move command. | Daniel Baumann | 2017-01-04 | 1 | -0/+20 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding bash-completion for container auto command. | Daniel Baumann | 2017-01-04 | 1 | -0/+10 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding net-tools to required packages in host-setup documentation. | Daniel Baumann | 2017-01-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding net-tools in container-tools manpage to the list of packages to install. | Daniel Baumann | 2017-01-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding -f, --force option in container auto command. | Daniel Baumann | 2017-01-04 | 1 | -0/+3 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Updating year in copyright information for 2017. | Daniel Baumann | 2017-01-04 | 26 | -26/+26 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Enabling pre and post hooks in container create scripts. | Daniel Baumann | 2016-12-11 | 3 | -0/+57 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding XML export format to container list command. | Daniel Baumann | 2016-12-11 | 2 | -2/+5 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding YAML export format to container list command. | Daniel Baumann | 2016-12-11 | 2 | -2/+5 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding nwdiag export format to container list command. | Daniel Baumann | 2016-12-11 | 2 | -2/+14 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding JSON export format to container list command. | Daniel Baumann | 2016-12-11 | 2 | -2/+5 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding CSV export format to container list command. | Daniel Baumann | 2016-12-11 | 2 | -2/+8 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Renaming short format in container list command to shell for consistency. | Daniel Baumann | 2016-12-11 | 2 | -13/+13 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Renaming full format in container list command to cli for consistency. | Daniel Baumann | 2016-12-11 | 2 | -2/+2 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Harmonizing markup of email addresses in manpages. | Daniel Baumann | 2016-12-11 | 18 | -18/+18 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding container move manpage. | Daniel Baumann | 2016-12-11 | 2 | -0/+89 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Calling container programm in container-shell to trigger notifications too. | Daniel Baumann | 2016-12-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding logrotate handling for /var/log/container-tools/container.log. | Daniel Baumann | 2016-12-04 | 1 | -0/+11 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Logging some container actions in container program to ↵ | Daniel Baumann | 2016-12-04 | 2 | -3/+6 | |
| | | | | | | /var/log/container-tools/container.log. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding note about configuration files in container manpage. | Daniel Baumann | 2016-12-04 | 1 | -0/+3 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Minimizing included packages by default in debconf container create script. | Daniel Baumann | 2016-11-25 | 1 | -11/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Renaming too generic internal getopt variables to avoid possible collisions ↵ | Daniel Baumann | 2016-11-25 | 3 | -9/+9 | |
| | | | | | | in the future. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Removing libui-dialog-perl from includes in debconf container create script. | Daniel Baumann | 2016-11-22 | 1 | -2/+2 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding sha512 verification to curl container create script. | Daniel Baumann | 2016-11-22 | 1 | -0/+25 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Using https by default in container-images.sh example script. | Daniel Baumann | 2016-11-22 | 2 | -2/+2 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Changing cache directory in curl create script from ↵ | Daniel Baumann | 2016-11-22 | 1 | -1/+1 | |
| | | | | | | /var/cache/container-tools/curl to /var/cache/container-tools/images. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Adding --clean option to curl container create script to remove downloaded ↵ | Daniel Baumann | 2016-11-22 | 2 | -2/+17 | |
| | | | | | | tarball from cache after successfull container creation. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> | |||||
* | Harmonizing manpage markup. | Daniel Baumann | 2016-11-22 | 1 | -8/+0 | |
| | | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net> |