From: Marco Felsch <m.felsch@pengutronix.de> To: ptxdist@pengutronix.de Subject: [ptxdist] [PATCH 2/2] util-linux-ng: add pivot_root option Date: Thu, 15 Jul 2021 10:18:08 +0200 [thread overview] Message-ID: <20210715081808.3948-2-m.felsch@pengutronix.de> (raw) In-Reply-To: <20210715081808.3948-1-m.felsch@pengutronix.de> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- rules/util-linux-ng.in | 10 ++++++++++ rules/util-linux-ng.make | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index e34d59a0d..df493d529 100644 --- a/rules/util-linux-ng.in +++ b/rules/util-linux-ng.in @@ -525,4 +525,14 @@ config UTIL_LINUX_NG_SWITCH_ROOT comment "BusyBox' switch_root is selected!" depends on BUSYBOX_SWITCH_ROOT +config UTIL_LINUX_NG_PIVOT_ROOT + bool + depends on !BUSYBOX_PIVOT_ROOT + prompt "pivot_root" + help + change the root filesystem. + +comment "BusyBox' pivot_root is selected!" + depends on BUSYBOX_PIVOT_ROOT + endif diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make index 25759f5e2..dd3eb0e01 100644 --- a/rules/util-linux-ng.make +++ b/rules/util-linux-ng.make @@ -98,7 +98,7 @@ UTIL_LINUX_NG_CONF_OPT := \ --disable-cal \ --disable-logger \ --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_SWITCH_ROOT)-switch_root \ - --disable-pivot_root \ + --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_PIVOT_ROOT)-pivot_root \ --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_LSMEM)-lsmem \ --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_CHMEM)-chmem \ --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_IPCRM)-ipcrm \ @@ -342,6 +342,9 @@ endif ifdef PTXCONF_UTIL_LINUX_NG_SWITCH_ROOT @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/switch_root) endif +ifdef PTXCONF_UTIL_LINUX_NG_PIVOT_ROOT + @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/pivot_root) +endif @$(call install_finish, util-linux-ng) -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2021-07-15 8:19 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-15 8:18 [ptxdist] [PATCH 1/2] util-linux-ng: add switch_root option Marco Felsch 2021-07-15 8:18 ` Marco Felsch [this message] 2021-07-20 11:49 ` [ptxdist] [APPLIED] util-linux-ng: add pivot_root option Michael Olbrich 2021-07-20 11:49 ` [ptxdist] [APPLIED] util-linux-ng: add switch_root option Michael Olbrich
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=20210715081808.3948-2-m.felsch@pengutronix.de \ --to=m.felsch@pengutronix.de \ --cc=ptxdist@pengutronix.de \ --subject='Re: [ptxdist] [PATCH 2/2] util-linux-ng: add pivot_root option' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox