From 422f848fdc1595f0ebb8087327178ef52e1e80e2 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Fri, 28 Jun 2024 11:30:07 +0200 Subject: [PATCH] [run_before_squashfs.sh] package version file change from nvidia-dkms to nvidia --- run_before_squashfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh index ea8c29a3..660138a8 100755 --- a/run_before_squashfs.sh +++ b/run_before_squashfs.sh @@ -109,7 +109,7 @@ pacman -Qs | grep "/firefox " | cut -c7- >> iso_package_versions pacman -Qs | grep "/linux " | cut -c7- >> iso_package_versions pacman -Qs | grep "/mesa " | cut -c7- >> iso_package_versions pacman -Qs | grep "/xorg-server " | cut -c7- >> iso_package_versions -pacman -Qs | grep "/nvidia-dkms " | cut -c7- >> iso_package_versions +pacman -Qs | grep "/nvidia " | cut -c7- >> iso_package_versions mv "iso_package_versions" "/home/liveuser/" echo "############################"