summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--README.txt2
-rwxr-xr-xmake_slackware_live.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index ccde65c..953a39a 100644
--- a/README.txt
+++ b/README.txt
@@ -573,7 +573,7 @@ The script's parameters are:
The script uses package repositories to create a Live ISO. The packages will be installed into a temporary directory.
-In order to create a Live ISO for any of these variants, the package repositories that are required must be available as a local directory (this can be a network-mounted directory). A local mirror of the Slackware repository is mandatory. Any packages that are used from a 3rd party repository will be downloaded from a remote server as long as a rsync URL for the repository is configured in ./pkglists/*.conf.
+In order to create a Live ISO for any of these variants, the package repositories that are required must be available as a local directory (this can be a network-mounted directory). A local mirror of the Slackware repository is mandatory - you have to download these yourself.. Any other packages, i.e. those that are used from a 3rd party repository will be downloaded from a remote server as long as a rsync URL for the repository is configured in ./pkglists/*.conf.
When all pre-reqs are met, you issue a single command to generate the ISO. The following example will create a pure Slackware Live Edition:
# ./make_slackware_live.sh
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)"}