Skip to content

Commit 422f848

Browse files
authored
[run_before_squashfs.sh] package version file change from nvidia-dkms to nvidia
1 parent 1d30b8b commit 422f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_before_squashfs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pacman -Qs | grep "/firefox " | cut -c7- >> iso_package_versions
109109
pacman -Qs | grep "/linux " | cut -c7- >> iso_package_versions
110110
pacman -Qs | grep "/mesa " | cut -c7- >> iso_package_versions
111111
pacman -Qs | grep "/xorg-server " | cut -c7- >> iso_package_versions
112-
pacman -Qs | grep "/nvidia-dkms " | cut -c7- >> iso_package_versions
112+
pacman -Qs | grep "/nvidia " | cut -c7- >> iso_package_versions
113113
mv "iso_package_versions" "/home/liveuser/"
114114
115115
echo "############################"

0 commit comments

Comments
 (0)