gnuboot-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 1/7] packages: roms: download: help: add missing rootfs.img.


From: Denis 'GNUtoo' Carikli
Subject: [PATCH v1 1/7] packages: roms: download: help: add missing rootfs.img.
Date: Thu, 19 Dec 2024 00:17:09 +0100

We already have a 'rootfs.img' argument but it is not documented in
the help.

This was broken from the start in the commit
9cc02ddde1e164fabfbddc8bbd3832ef9468d92d ("packages: roms: Start
adding automatic tests.").

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 resources/packages/roms/download | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/resources/packages/roms/download b/resources/packages/roms/download
index ae52fe06..c673e718 100755
--- a/resources/packages/roms/download
+++ b/resources/packages/roms/download
@@ -39,6 +39,10 @@ usage()
            "${progname}" \
            "grub.img" \
            "Get the path of the grub.img image"
+    printf "\t%s %s                      # %s.\n" \
+           "${progname}" \
+           "rootfs.img" \
+           "Get the path of the rootfs.img image"
     printf "\t%s <-h|--help>                     # %s.\n" \
            "${progname}" \
            "Display this help and exit"
-- 
2.46.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]