mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 0/3] lxc: add support
@ 2018-08-22  8:27 Michael Grzeschik
  2018-08-22  8:27 ` [ptxdist] [PATCH v2 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod Michael Grzeschik
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Grzeschik @ 2018-08-22  8:27 UTC (permalink / raw)
  To: ptxdist

This patchset adds support for the lxc package in ptxdist. It also makes
it possible to enable busybox init without installing the applet if the
initmethod is i.e. systemd. It is possible to create a container on the
target when LXC_BUSYBOX_TEMPLATE is enabled.

Michael Grzeschik (3):
  busybox: don't install /sbin/init link if busybox is not the
    initmethod
  lxc: add new package
  host-lxc: add new hostside package

 ...te-new-lxcbr0-subnet-at-startup-time.patch | 138 ++++++++++++
 patches/lxc-3.0.1/series                      |   1 +
 projectroot/etc/default/lxc-net               |   7 +
 projectroot/etc/lxc/default.conf              |   4 +
 rules/busybox.make                            |  11 +-
 rules/dnsmasq.in                              |   1 +
 rules/host-lxc.in                             |  10 +
 rules/host-lxc.make                           |  51 +++++
 rules/lxc.in                                  |  76 +++++++
 rules/lxc.make                                | 211 ++++++++++++++++++
 10 files changed, 508 insertions(+), 2 deletions(-)
 create mode 100644 patches/lxc-3.0.1/0001-Allocate-new-lxcbr0-subnet-at-startup-time.patch
 create mode 100644 patches/lxc-3.0.1/series
 create mode 100644 projectroot/etc/default/lxc-net
 create mode 100644 projectroot/etc/lxc/default.conf
 create mode 100644 rules/host-lxc.in
 create mode 100644 rules/host-lxc.make
 create mode 100644 rules/lxc.in
 create mode 100644 rules/lxc.make

--
2.18.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-08-27  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22  8:27 [ptxdist] [PATCH v2 0/3] lxc: add support Michael Grzeschik
2018-08-22  8:27 ` [ptxdist] [PATCH v2 1/3] busybox: don't install /sbin/init link if busybox is not the initmethod Michael Grzeschik
2018-08-22  9:20   ` Uwe Kleine-König
2018-08-22  8:27 ` [ptxdist] [PATCH v2 2/3] lxc: add new package Michael Grzeschik
2018-08-27  9:52   ` Michael Grzeschik
2018-08-22  8:27 ` [ptxdist] [PATCH v2 3/3] host-lxc: add new hostside package Michael Grzeschik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox