lxc-ubuntu no longer uses any build time variables, therefore it can
now be simply copied to the target without any autoconf magic.
Signed-off-by: Stéphane Graber
---
configure.ac| 1 -
templates/lxc-ubuntu| 729
templates/lxc-ub
In addition to creating the current locale in the container, also
try to scan the host and extra the list of langpacks installed there,
then pass that list to debootstrap as additional packages to install.
On distros that don't have dpkg, only language-pack-en will be installed.
The code will alwa
Move some old code from the trim() function into the main configure_ubuntu
function so that we always create a locale in the container.
Signed-off-by: Stéphane Graber
---
templates/lxc-ubuntu.in | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/templates/lxc-
Replace all remaining tabs by 8 spaces, to properly indent by 4 spaces.
Signed-off-by: Stéphane Graber
---
templates/lxc-ubuntu | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/templates/lxc-ubuntu b/templates/lxc-ubuntu
index ce1e065..8d230e6 100644
--- a/t
A few changes for the lxc-ubuntu template to make it better deal with locales
and cleanup the template a bit.
Stéphane Graber (4):
lxc-ubuntu: Always create the needed locales
lxc-ubuntu: Guess a list of langpacks to install
lxc-ubuntu: Rename from lxc-ubuntu.in
lxc-ubuntu: Fix mixed inden
When using --enable-tests on Fedora, the linker complains with:
"undefined reference to symbol sem_getvalue", which nm shows to be in
libpthread not librt. Build tested on Fedora, Oracle Linux, and Ubuntu.
Signed-off-by: Dwight Engen
---
src/tests/Makefile.am |2 +-
1 files changed, 1 insert