[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 2/7] packages: roms: download: fix preseed.img argument.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 2/7] packages: roms: download: fix preseed.img argument. |
Date: |
Thu, 19 Dec 2024 00:17:10 +0100 |
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/packages/roms/download b/resources/packages/roms/download
index c673e718..325af59a 100755
--- a/resources/packages/roms/download
+++ b/resources/packages/roms/download
@@ -251,7 +251,7 @@ elif [ $# -eq 0 ] ; then
elif [ $# -eq 1 ] && [ "$1" = "trisquel-netinst_11.0_amd64.iso" ] ; then
return_trisquel_netinst_x86_64_iso
elif [ $# -eq 1 ] && [ "$1" = "preseed.img" ] ; then
- return_trisquel_preseed_img
+ return_trisquel_preseed_x86_64_img
elif [ $# -eq 1 ] && [ "$1" = "grub.img" ] ; then
return_trisquel_grub_img
elif [ $# -eq 1 ] && [ "$1" = "rootfs.img" ] ; then
--
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, 2024/12/18
- [PATCH v1 2/7] packages: roms: download: fix preseed.img argument.,
Denis 'GNUtoo' Carikli <=
- Re: [PATCH v1 0/7] Fix for the LVM2 test + website improvements., Denis 'GNUtoo' Carikli, 2024/12/20