diff options
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 |
commit | a491c083be58db611ae3c5cf6c7698e09b09eec7 (patch) | |
tree | b9e2cd6f9279250899101a18f5823d69a09ea277 /make_slackware_live.sh | |
parent | 390771174e7d0e24cfafc79f36d1787591728bb9 (diff) | |
download | liveslak-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.
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
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) |