From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: bst@pengutronix.de
Subject: [PATCH v2 0/3] commands: devlookup: add option to print kernel root option
Date: Fri, 4 Apr 2025 20:23:42 +0200 [thread overview]
Message-ID: <20250404182345.2999795-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 devlookup -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
v1 -> v2:
- add new option to devlookup instead of findmnt as it's not really
about mounting
Ahmad Fatoum (3):
commands: devlookup: factor out cmd_export_val
commands: findmnt: add support for exporting target as variable
commands: devlookup: add option to print kernel root option
commands/Kconfig | 3 ++-
commands/devlookup.c | 50 +++++++++++++++++++++++++-------------------
commands/findmnt.c | 31 ++++++++++++++++++++-------
common/command.c | 13 ++++++++++++
include/command.h | 2 ++
5 files changed, 69 insertions(+), 30 deletions(-)
--
2.39.5
next reply other threads:[~2025-04-04 18:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 18:23 Ahmad Fatoum [this message]
2025-04-04 18:23 ` [PATCH v2 1/3] commands: devlookup: factor out cmd_export_val Ahmad Fatoum
2025-04-04 18:23 ` [PATCH v2 2/3] commands: findmnt: add support for exporting target as variable Ahmad Fatoum
2025-04-04 18:23 ` [PATCH v2 3/3] commands: devlookup: 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=20250404182345.2999795-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