From 8fb4e906152b376f7779caa82a4f17c77bdc0995 Mon Sep 17 00:00:00 2001 From: Jybz Date: Fri, 19 Feb 2021 15:28:13 +0100 Subject: kernel-firmware-nonfree is not recognized, add a -a option for the --fuzzy option. --- platforms/rpi-aarch64/second_stage_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/rpi-aarch64/second_stage_install.sh b/platforms/rpi-aarch64/second_stage_install.sh index fbbcffd..66239ae 100644 --- a/platforms/rpi-aarch64/second_stage_install.sh +++ b/platforms/rpi-aarch64/second_stage_install.sh @@ -29,7 +29,7 @@ export ARCH=arm64 #For the wifi : /sbin/urpmi.update "Nonfree Release" /sbin/urpmi.update "Nonfree Updates" - --media "Nonfree Release,Nonfree Updates" --fuzzy kernel-firmware-nonfree + --media "Nonfree Release,Nonfree Updates" -a --fuzzy kernel-firmware-nonfree --media "Nonfree Release,Nonfree Updates" raspberrypi-firmware /usr/bin/sed -i -e 's/GRUB_CMDLINE_LINUX_DEFAULT="\(.*\)"/GRUB_CMDLINE_LINUX_DEFAULT="\1 audit=0"/' /etc/default/grub -- cgit v1.2.1