From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 0/3] lxc: add support
Date: Wed, 22 Aug 2018 10:27:48 +0200 [thread overview]
Message-ID: <20180822082751.7486-1-m.grzeschik@pengutronix.de> (raw)
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
next reply other threads:[~2018-08-22 8:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-22 8:27 Michael Grzeschik [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180822082751.7486-1-m.grzeschik@pengutronix.de \
--to=m.grzeschik@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox