summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-09-09 00:07:27 +0200
committer Eric Hameleers <alien@slackware.com>2018-09-09 00:07:27 +0200
commitb382c4eacea94e55ccf197744998c6b25cc4310b (patch)
tree9e97c0d8114fe811ed53b8a1d85c805330de2f7d
parent664512efd3efb4f1e6863d9a0aa83b6844d2895c (diff)
downloadliveslak-b382c4eacea94e55ccf197744998c6b25cc4310b.tar.gz
liveslak-b382c4eacea94e55ccf197744998c6b25cc4310b.tar.xz
Slackware Live Edition: version 1.3.01.3.0
The fairly large version bump is warranted because this is the first release to support zstd compression. The resulting ISO will boot to a usable desktop environment almost twice as fast as previous releases of liveslak. THe runtime behaviour will also be a lot snappier. This should make a lot of people happy. Note that I have to keep the XFCE ISO xz-compressed to keep its size below 703 MB. The other ISOs will use zstd compression, adding roughly 10% to the ISO size but speeding up the Live OS with 60% or more.
Diffstat (limited to '')
-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 96069d8..37d3e2d 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -35,7 +35,7 @@
# -----------------------------------------------------------------------------
# Version of the Live OS generator:
-VERSION="1.2.0.1"
+VERSION="1.3.0"
# Directory where our live tools are stored:
LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"}