summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removing unreachable fallback for veth0, always the short-hostname is used an...Daniel Baumann2017-07-221-1/+1
* Using default eno1 instead of eth0 as default container interface.Daniel Baumann2017-07-223-27/+27
* Using default bridge0 instead of br0 as default bridge interface.Daniel Baumann2017-07-225-13/+13
* Adding cnt-debconf/mode preseed field to allow embedding container create scr...Daniel Baumann2017-07-225-19/+43
* Updating default url to download images from in curl container create script.Daniel Baumann2017-07-222-2/+2
* Correcting typo in comment in curl container create script.Daniel Baumann2017-07-221-1/+1
* Also creating lz compressed container-images in example script.Daniel Baumann2017-07-221-2/+5
* Updating output of container-shell help.Daniel Baumann2017-07-221-5/+3
* Adding message about enabled and disabled container commands in container-she...Daniel Baumann2017-07-221-0/+16
* Adding interface max length check in container start command.Daniel Baumann2017-07-221-0/+10
* Fixing spelling typo in 'bandwidth'.Simon Spöhel2017-07-224-23/+23
* Adding myself to copyright notice in bash-completion.Daniel Baumann2017-07-221-0/+1
* Wrapping changelog to 80 characters per line.Daniel Baumann2017-07-221-95/+194
* Releasing version 20170701.v20170701Daniel Baumann2017-07-012-1/+10
* Also removing /etc/localtime before reconfiguring tzdata to workaround broken...Daniel Baumann2017-07-011-1/+1
* Avoid removing top-level directories when cleaning up bind mounts in containe...Daniel Baumann2017-07-012-8/+47
* Correcting boolean typo when checking for existence of new container in conta...Daniel Baumann2017-06-301-1/+1
* Releasing version 20170629.v20170629Daniel Baumann2017-06-292-1/+42
* Allow cnt.auto=force-true to enforce startup of a locked container at system ...Daniel Baumann2017-06-291-1/+6
* Harmonizing edition of container configuration file in debconf script.Daniel Baumann2017-06-291-7/+8
* Adjusting container list outout for container top command.Daniel Baumann2017-06-291-2/+2
* Updating bash-completion for container top command.Daniel Baumann2017-06-291-0/+6
* Adding new container top command manpage.Daniel Baumann2017-06-292-0/+78
* Adding new container top command.Daniel Baumann2017-06-291-0/+113
* Using more systemd-ish status symbols in container list command.Daniel Baumann2017-06-291-2/+2
* Documenting usage of container-shell command restrictions in container-shell ...Daniel Baumann2017-06-291-0/+33
* Adding CONTAINER_COMMANDS_DISABLE variable for container-shell to add support...Daniel Baumann2017-06-291-0/+21
* Adding CONTAINER_COMMANDS_ENABLE variable for container-shell to add support ...Daniel Baumann2017-06-291-3/+27
* Executing auto commands only when cnt.auto=true and cnt.container-server matc...Daniel Baumann2017-06-291-1/+1
* Renaming cnt.auto to cnt.container-server in order to split functionality of ...Daniel Baumann2017-06-298-12/+43
* Removing net-tools from host-setup documentation, it is a direct depends of c...Daniel Baumann2017-06-291-1/+1
* Using allow-hotplug instead of allow in host-setup documentation.Daniel Baumann2017-06-241-7/+7
* Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>.Daniel Baumann2017-06-242-27/+11
* Implementing postup/postdown for systemd-networkd by creating systemd units i...Nik Lutz2017-06-241-4/+42
* Correcting typo in systemd parts of the Makefile's uninstall target.Daniel Baumann2017-06-241-1/+1
* Removing useless whitespace in debconf script.Daniel Baumann2017-06-241-1/+0
* Releasing version 20170522.v20170522Daniel Baumann2017-05-222-1/+9
* Reverting "Purging packages that got removed/replaced during container creati...Daniel Baumann2017-05-221-10/+0
* Correcting bind-ro option handling to actually work.Daniel Baumann2017-05-101-1/+1
* Releasing version 20170510.v20170510Daniel Baumann2017-05-092-1/+12
* Updating list of excluded directory names in container list command.Daniel Baumann2017-05-091-1/+1
* Adding sysctl config for procps to increase inotify limits in order to run mo...Daniel Baumann2017-05-092-0/+20
* Adding missing bind-ro handling in container create command, thanks to Simon ...Daniel Baumann2017-05-091-0/+1
* Purging packages that got removed/replaced during container creation.Daniel Baumann2017-05-091-0/+10
* Purging packages when autoremoving them.Daniel Baumann2017-05-091-1/+1
* Releasing version 20170405.v20170405Daniel Baumann2017-04-052-1/+8
* Consistently using '--force-confnew' as dpkg option when upgrading or install...Daniel Baumann2017-04-051-11/+3
* Releasing version 20170401.v20170401Daniel Baumann2017-04-032-1/+12
* Adding support for bind-ro nspawn option for read-only bind mounts.Daniel Baumann2017-04-0312-14/+161
* Allowing multiple container commands to be executed in a row.Daniel Baumann2017-04-033-50/+57