History log of /lxc/config/bash/Makefile.am
Revision Date Author Comments Expand
50066905b4aa6cb6df5f62a5f34a2db98dd504a7 17-Nov-2016 Evgeni Golov <evgeni@debian.org>

install bash completion where pkg-config tells us to Signed-off-by: Evgeni Golov <evgeni@debian.org>

0306de4f280adc0cd5faa3cd365c584d61c9e383 22-Jan-2014 Stéphane Graber <stgraber@ubuntu.com>

Add bash auto completion This adds a basic bash auto-completion profile. It supports 3 things at this time: - Auto-complete of container name (-n or -o) - Auto-complete of template name (-t) - Auto-complete of state names (-s) It's configured in a way to be as little disruptive as possible, any argument that's not explicitly handled by the profile will fallack to bash's default completion. Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>