mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-27 17:50:20 +01:00
packages: roms: download: fix preseed.img argument.
This was broken from the start in the commit
9cc02ddde1
("packages: roms: Start
adding automatic tests.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
04bb64d9e7
commit
9445b1c9e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue