From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: bst@pengutronix.de
Subject: [PATCH 0/3] commands: findmnt: add option to print kernel root option
Date: Fri, 4 Apr 2025 20:06:37 +0200 [thread overview]
Message-ID: <20250404180640.2962778-1-a.fatoum@pengutronix.de> (raw)
There exists currently no way to view the kernel root option that
barebox would generate when instructed to via global.bootm.root_dev,
but without actually mounting the file system.
Add a new -K option that can print this. This can be useful in scripts
that want to fixup the root line, so it's interpreted by the rdinit, but
not by the kernel.
This applies on top of
https://lore.barebox.org/barebox/20250401104806.3959859-1-a.fatoum@pengutronix.de/T/#t
Ahmad Fatoum (3):
commands: devlookup: factor out cmd_export_val
commands: findmnt: add support for exporting target as variable
commands: findmnt: add option to print kernel root option
commands/Kconfig | 4 +++-
commands/devlookup.c | 16 ++-----------
commands/findmnt.c | 56 +++++++++++++++++++++++++++++++++++++-------
common/command.c | 13 ++++++++++
include/command.h | 2 ++
5 files changed, 68 insertions(+), 23 deletions(-)
--
2.39.5
next reply other threads:[~2025-04-04 18:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 18:06 Ahmad Fatoum [this message]
2025-04-04 18:06 ` [PATCH 1/3] commands: devlookup: factor out cmd_export_val Ahmad Fatoum
2025-04-04 18:06 ` [PATCH 2/3] commands: findmnt: add support for exporting target as variable Ahmad Fatoum
2025-04-04 18:06 ` [PATCH 3/3] commands: findmnt: add option to print kernel root option Ahmad Fatoum
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=20250404180640.2962778-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=bst@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