summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-02 13:56:56 +0100
committer Eric Hameleers <alien@slackware.com>2017-02-02 13:56:56 +0100
commit42050c0ca00c4b8d2bfa60e6fe16fd01728f865f (patch)
treea2a15314ae0cc43efbc50b25f95dba979c7c77e3 /make_slackware_live.sh
parent00027d06618eb0c354d7ffeb0800d1fcaf7bd620 (diff)
downloadliveslak-42050c0ca00c4b8d2bfa60e6fe16fd01728f865f.tar.gz
liveslak-42050c0ca00c4b8d2bfa60e6fe16fd01728f865f.tar.xz
README: put some more emphasis in the ISO developer section.
Specifically, stress the fact that generating an ISO requires that you create a local Slackware mirror prior to running 'make_slackware_live.sh', since the script will not download official Slackware packages, only 3rd party packages.
Diffstat (limited to 'make_slackware_live.sh')
-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 f1ce450..f2a6e7a 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -35,7 +35,7 @@
# -----------------------------------------------------------------------------
# Version of the Live OS generator:
-VERSION="1.1.6"
+VERSION="1.1.6.1"
# Directory where our live tools are stored:
LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"}