[lxc-devel] [lxc/lxc] dfb229: Fix arch cross-build when running distro cross-bui...

GitHub noreply at github.com
Sun Mar 23 00:58:13 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: dfb2291eca56361d0ffa2fcbca6bfecb65a623a7
      https://github.com/lxc/lxc/commit/dfb2291eca56361d0ffa2fcbca6bfecb65a623a7
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Fix arch cross-build when running distro cross-build.

Corner case existed when building a cross-arch container (i686 on x86_64)
on a cross-distro host (Fedora container on Ubuntu host).  Fixed the
arch "fixup" code to do the right thing when running from the bootstrap.

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: f5067ecbcc1e97052c33269b4afa6375073a91a1
      https://github.com/lxc/lxc/commit/f5067ecbcc1e97052c33269b4afa6375073a91a1
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-centos.in
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Set timezone for new container if not previously defined.

If the container does not already contain an /etc/localtime
timezone definition, then copy a definition from the host to
the container.  This is often a symlink to an appropriate
system timezone definition files and is presumed to exist in

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 779b47fdca6975f70541fbc7c25a34393ec5c24b
      https://github.com/lxc/lxc/commit/779b47fdca6975f70541fbc7c25a34393ec5c24b
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-centos.in
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Support SIGPWR in Fedora and Centos containers.

Added code to catch SIGPWR for Upstart in Fedora and CentOS
containers as well as for Systemd in Fedora containers.

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 826cde7c2100e1f4419a54b5c930c0854e01e87e
      https://github.com/lxc/lxc/commit/826cde7c2100e1f4419a54b5c930c0854e01e87e
  Author: Michael H. Warfield <mhw at WittsEnd.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M templates/lxc-centos.in
    M templates/lxc-fedora.in

  Log Message:
  -----------
  Added root_password_expired password control tuning knob.

Added the environment variable "root_password_expired" to
control if the initial, temporary, root password is initially
set up as "expired".  If set to "yes" (default), the root password
is set as "expired" and the user must change it at first login.

Signed-off-by: Michael H. Warfield <mhw at WittsEnd.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/0d9acb997fcb...826cde7c2100


More information about the lxc-devel mailing list