summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-30 13:45:47 +0100
committer Eric Hameleers <alien@slackware.com>2020-12-30 13:45:47 +0100
commita491c083be58db611ae3c5cf6c7698e09b09eec7 (patch)
treeb9e2cd6f9279250899101a18f5823d69a09ea277
parent390771174e7d0e24cfafc79f36d1787591728bb9 (diff)
downloadliveslak-a491c083be58db611ae3c5cf6c7698e09b09eec7.tar.gz
liveslak-a491c083be58db611ae3c5cf6c7698e09b09eec7.tar.xz
Slackware Live Edition: version 1.3.8.31.3.8.3
Small version bump needed for a re-spin of the DAW ISO. The new kernel enabled a PC Speaker driver which grabbed the default hardware device and JACK does not work with it. Patrick has now blacklisted snd-pcsp in the eudev package, and all is well again.
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 148e77e..9977400 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -35,7 +35,7 @@
# -----------------------------------------------------------------------------
# Version of the Live OS generator:
-VERSION="1.3.8.2"
+VERSION="1.3.8.3"
# Timestamp:
THEDATE=$(date +%Y%m%d)