gnuboot-patches
[Top][All Lists]
Advanced

[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




reply via email to

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