mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] commands: findmnt: add option to print kernel root option
@ 2025-04-04 18:06 Ahmad Fatoum
  2025-04-04 18:06 ` [PATCH 1/3] commands: devlookup: factor out cmd_export_val Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2025-04-04 18:06 UTC (permalink / raw)
  To: barebox; +Cc: bst

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-04 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-04 18:06 [PATCH 0/3] commands: findmnt: add option to print kernel root option Ahmad Fatoum
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox