[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
- [PATCH v1 0/7] Fix for the LVM2 test + website improvements., Denis 'GNUtoo' Carikli, 2024/12/18
- [PATCH v1 4/7] website: status: 0.1 RC5: set ThinkPad T500 as tested., Denis 'GNUtoo' Carikli, 2024/12/18
- [PATCH v1 5/7] website: status: 0.1 RC5: set ThinkPad R400 as tested., Denis 'GNUtoo' Carikli, 2024/12/18
- [PATCH v1 6/7] website: status: tables: fix uncomplete columns., Denis 'GNUtoo' Carikli, 2024/12/18
- [PATCH v1 7/7] website: status: tables: workaround lack of colspan., Denis 'GNUtoo' Carikli, 2024/12/18
- [PATCH v1 3/7] packages: roms: tests: Fix Trisquel LVM test., Denis 'GNUtoo' Carikli, 2024/12/18
- [PATCH v1 1/7] packages: roms: download: help: add missing rootfs.img.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 2/7] packages: roms: download: fix preseed.img argument., Denis 'GNUtoo' Carikli, 2024/12/18
- Re: [PATCH v1 0/7] Fix for the LVM2 test + website improvements., Denis 'GNUtoo' Carikli, 2024/12/20