From b382c4eacea94e55ccf197744998c6b25cc4310b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 9 Sep 2018 00:07:27 +0200 Subject: Slackware Live Edition: version 1.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. --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"} -- cgit v1.2.3