1. 07 Jan, 2017 1 commit
  2. 02 Jan, 2017 1 commit
  3. 01 Jan, 2017 1 commit
  4. 31 Dec, 2016 2 commits
    • Complete rework of lxc-fedora template · 3d7aa788
      Reto Gantenbein authored
      Heavily refactored version of the Fedora container creation template.
      Removed compatibility to unsupported Fedora releases including sysvinit
      and yum stuff. Added new commandline arguments found in other templates:
      
        --mirror   : To set custom HTTP(s) Fedora download mirror
        --packages : List of custom packages to install into a new container
        --debug    : Run with shell script with 'set -x'
      
      There are also some new environment variables which can be used to
      customize the template behaviour. See --help output.
      
      Supports Fedora >=24. By default Fedora 25 will be installed except on
      Fedora hosts, where the host release is taken. To simplify the code
      path (or at least not make it more complex) all non-Fedora hosts will
      now use the LiveOS-image based bootstrap environment even when they
      would natively support rpm, yum or even dnf (e.g. Gentoo, CentOS).
      
      Mainly runs systemd services by default (journald, networkd, resolved
      logind).
      Signed-off-by: 's avatarReto Gantenbein <reto.gantenbein@linuxmonk.ch>
  5. 19 Dec, 2016 1 commit
  6. 18 Dec, 2016 1 commit
    • Add --enable-gnutls option · c8601571
      Fabrice Fontaine authored
      Previously HAVE_LIBGNUTLS was never set in config.h even if gnutls was
      detected as AC_CHECK_LIB default action-if-found was overriden by
      enable_gnutls=yes
      This patch adds an --enable-gnutls option and will call AC_CHECK_LIB
      with the default action to write HAVE_LIBGNUTLS in config.h
      Signed-off-by: 's avatarFabrice Fontaine <fabrice.fontaine@orange.com>
  7. 16 Dec, 2016 1 commit
  8. 15 Dec, 2016 5 commits
  9. 13 Dec, 2016 1 commit
    • confile: support the network link string pattern matching · 576400e5
      fli authored
      Enable lxc network config support the following type and link:
      
      lxc.network.type = phys
      lxc.network.link = eth+
      
      Here, the suffix '+' will trigger a string pattern matching
      and when lxc find any network interfaces name prefixed with
      "eth" such as "eth0", "eth1", "ethxxxx" and so on, it will
      try to move them into the container's namespace; If it didn't
      find any matching, it would do nothing for this configure
      line.
      Signed-off-by: 's avatarfli <fupan.li@windriver.com>
  10. 12 Dec, 2016 8 commits
  11. 10 Dec, 2016 2 commits
  12. 09 Dec, 2016 1 commit
  13. 08 Dec, 2016 3 commits
  14. 06 Dec, 2016 3 commits
  15. 05 Dec, 2016 1 commit
  16. 03 Dec, 2016 1 commit
  17. 02 Dec, 2016 4 commits
  18. 01 Dec, 2016 1 commit
  19. 29 Nov, 2016 2 commits