summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 4f668be..35cd35c 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1617,10 +1617,10 @@ if [ "$LIVEDE" != "XFCE" -a "$LIVEDE" != "SLACKWARE" ]; then
# however the SLACKWARE ISO should not have any non-Slackware content.
# You can 'cheat' when building the SLACKWARE ISO by copying the graphics
# drivers into the 'optional' directory yourself.
- if [ -f ${LIVE_TOOLDIR}/graphics/*.sxz ]; then
+ if [ -f ${LIVE_TOOLDIR}/graphics/*${KVER}-*.sxz ]; then
# Add custom (proprietary) graphics drivers:
- echo "-- Adding binary GPU drivers."
- cp ${LIVE_TOOLDIR}/graphics/*.sxz ${LIVE_MOD_OPT}/
+ echo "-- Adding binary GPU drivers supporting kernel ${KVER}."
+ cp ${LIVE_TOOLDIR}/graphics/*${KVER}-*.sxz ${LIVE_MOD_OPT}/
fi
fi