From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/systemd: add repart support
Date: Sun, 8 Mar 2020 15:17:59 +0100 [thread overview]
Message-ID: <20200308151759.6e50c0c8@windsurf.home> (raw)
In-Reply-To: <20200308091640.65742-1-james.hilliard1@gmail.com>
On Sun, 8 Mar 2020 03:16:40 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> systemd-repart grows and adds partitions to a partition table, based on
> the configuration files described in repart.d.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/systemd/Config.in | 9 +++++++++
> package/systemd/systemd.mk | 8 +++++++-
> 2 files changed, 16 insertions(+), 1 deletion(-)
>
> diff --git a/package/systemd/Config.in b/package/systemd/Config.in
> index c727082a1a..64d30f32aa 100644
> --- a/package/systemd/Config.in
> +++ b/package/systemd/Config.in
> @@ -153,6 +153,15 @@ config BR2_PACKAGE_SYSTEMD_BINFMT
>
> http://www.freedesktop.org/software/systemd/man/systemd-binfmt.service.html
>
> +config BR2_PACKAGE_SYSTEMD_REPART
> + bool "enable repart support"
> + select BR2_PACKAGE_OPENSSL
> + help
> + systemd-repart grows and adds partitions to a partition table,
> + based on the configuration files described in repart.d.
> +
> + https://www.freedesktop.org/software/systemd/man/systemd-repart.html
Alphabetic sorting of options was not respected here, so I've moved
this option.
I've also added an explicit select of libfdisk, as suggested by Baruch.
Even though it is implied by the top-level option, making it explicit
doesn't hurt.
Applied to next with those changes. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2020-03-08 14:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-08 9:16 [Buildroot] [PATCH 1/1] package/systemd: add repart support James Hilliard
2020-03-08 9:25 ` Baruch Siach
2020-03-08 9:36 ` James Hilliard
2020-03-08 14:17 ` Thomas Petazzoni [this message]
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=20200308151759.6e50c0c8@windsurf.home \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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