summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding sensible default lookups for container key bash-completion.Daniel Baumann2021-07-261-3/+19
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating example key in container key manpage examples.Daniel Baumann2021-07-261-3/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating default keyserver for container key command.Daniel Baumann2021-07-261-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding example public keys.Daniel Baumann2021-07-262-0/+66
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding container get command.Daniel Baumann2021-07-264-4/+202
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Making previous container curl create script a container get script.Daniel Baumann2021-07-265-27/+22
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container create command to container build.Daniel Baumann2021-07-2620-102/+102
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating container-image example build script for current debian releases.Daniel Baumann2021-07-261-3/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting spelling typos in documentation files.Daniel Baumann2021-07-254-7/+7
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing formating of URL in homepage section in manpages.Daniel Baumann2021-07-2523-23/+23
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing formating of default values in manpages.Daniel Baumann2021-07-255-8/+10
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Injecting compute-tools version into manpage headers.Daniel Baumann2021-07-251-0/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Prefixing generated manpages with boiler-plate header.Daniel Baumann2021-07-252-2/+25
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating build-depends listed in compute-tools manpage.Daniel Baumann2021-07-251-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating references to the current Debian release in manpages for Debian 11 ↵Daniel Baumann2021-07-252-10/+10
| | | | | | (bullseye). Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating ssh public-key references in container-shell manpage examples.Daniel Baumann2021-07-251-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Migrationg manpages from asciidoc to rst.Daniel Baumann2021-07-2548-2404/+2660
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating build relevant stuff to move from asciidoc to rst for manpage ↵Daniel Baumann2021-07-251-12/+20
| | | | | | generation. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Improving comments in debootstrap script.Daniel Baumann2021-07-241-1/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using fixme rather than todo in source files.Daniel Baumann2021-07-241-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing first line in comments of non-shebang files.Daniel Baumann2021-07-247-3/+13
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Improving section titles in host-setup documentation.Daniel Baumann2021-07-241-6/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using lower-case filename for host-setup documentation.Daniel Baumann2021-07-241-0/+0
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Exporting IP variables to be used in host commands.Daniel Baumann2021-07-241-0/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding @FILE@ replacement variables in preseed files.Daniel Baumann2021-07-201-1/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Correcting wording in host setup documentation.Daniel Baumann2021-07-171-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing note about ipv4 forwarding, this is not actually required (anymore).Daniel Baumann2021-07-131-13/+5
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Reverting openvswitch, not really ready yet.Daniel Baumann2021-06-301-74/+94
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating documentation for openvswitch.Simon Spöhel2021-06-291-94/+74
| | | | | Signed-off-by: Simon Spöhel <simon@spoehel.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Handling container run command aequivalent to container enter in ↵Daniel Baumann2021-06-291-1/+1
| | | | | | bash-completion. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding initial container info command.Daniel Baumann2021-06-293-0/+106
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Allowing to specify cnt.start=force in container config to ease fencing with ↵Daniel Baumann2021-06-062-0/+4
| | | | | | | | | pacemaker/corosync. This should be generalized as a generic container program behaviour to look at users command line options *and* container configuration files. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing undesirable --verbose option when calling mmdebstrap in debconf ↵Daniel Baumann2021-06-061-1/+1
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Setting TERM in systemd container service files to improve machinectl login.Daniel Baumann2021-06-061-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Prefering mmdebstrap to debootstrap in debconf script.Katharina Drexel2021-04-141-5/+5
| | | | | Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Integrating mmdebstrap in debconf script.Katharina Drexel2021-04-141-4/+24
| | | | | Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating unit file for systemd 246 wrt/ StandardError and StandardOutput ↵Daniel Baumann2021-04-111-2/+2
| | | | | | options. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using dpkg selection to check package availability in debconf container ↵Daniel Baumann2021-04-111-2/+2
| | | | | | create script, rather than to rely on dpkg internal files. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating preseed examples for debconf container scripts to bullseye.Daniel Baumann2021-04-112-6/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Synchronising versioning number for progress-linux releases in debconf ↵Daniel Baumann2021-04-111-1/+1
| | | | | | container create script. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding support for Debian bookworm in container debconf create script.Daniel Baumann2021-04-112-3/+3
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using https instead of http in all comments.Daniel Baumann2021-04-1136-36/+36
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using https for security.debian.org in container create related items.Daniel Baumann2021-04-113-6/+6
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing stretch support from debconf container create script.Daniel Baumann2021-04-111-2/+2
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing sysvinit hack for progress-linux in debconf container create ↵Daniel Baumann2021-04-111-7/+0
| | | | | | script, not needed for buster and newer anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing readline hack for progress-linux in debconf container create ↵Daniel Baumann2021-04-111-7/+0
| | | | | | script, not needed for buster and newer anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing base-files hacks for progress-linux in debconf container create ↵Daniel Baumann2021-04-111-20/+0
| | | | | | script, not needed for buster and newer anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Removing dpkg hack for progress-linux in debconf container create script, ↵Daniel Baumann2021-04-111-7/+0
| | | | | | not needed for buster and newer anymore. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Updating copyright in bash-completion, it got re-written from scratch years ago.Daniel Baumann2021-04-111-2/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Harmonizing initial variables in curl and debconf container create scripts ↵Daniel Baumann2021-04-112-3/+6
| | | | | | for consistency. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>