diff options
-rw-r--r-- | platforms/rpi-aarch64/second_stage_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" -<INSTALL_EXEC> --media "Nonfree Release,Nonfree Updates" --fuzzy kernel-firmware-nonfree +<INSTALL_EXEC> --media "Nonfree Release,Nonfree Updates" -a --fuzzy kernel-firmware-nonfree <INSTALL_EXEC> --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 |