From a320a78768074bc35e59b7ce627ba88d16cfd6e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 16 Jan 2022 23:14:53 +0100 Subject: Enable to alter default downloader (mga#28539) Default is still curl. Choice is limited to what is actually included in stage2 (for now, only aria2c, curl or wget) eg: " downloader=wget" --- perl-install/install/share/list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/share/list.xml') diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 7e093783b..949ff2d09 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -2,7 +2,7 @@ ash dash.static echo - aria2c cp curl md5sum + aria2c cp curl md5sum wget cpio gzip bzip2 xz grub2-editenv insmod modinfo rmmod modprobe lsmod -- cgit v1.2.1