diff options
author | Eric Hameleers <alien@slackware.com> | 2017-04-17 16:28:57 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-04-17 16:28:57 +0200 |
commit | adb07c1f7d1ea39f4fb66b904c6316571e1afa01 (patch) | |
tree | 95daca62170a8a5b1efb1e0004af53cb829df457 /make_slackware_live.conf | |
parent | fa002b8806700e15f3ece2e8bf81420f0bcbdcdc (diff) | |
download | liveslak-adb07c1f7d1ea39f4fb66b904c6316571e1afa01.tar.gz liveslak-adb07c1f7d1ea39f4fb66b904c6316571e1afa01.tar.xz |
Get Slackware packages from remote mirror in absense of local copy
Previously, the 'make_slackware_live.sh' script would exit if no local
copy of a Slackware package mirror was available. Now, the script will
download a copy from a default rsync mirror (osuosl.org) instead,
and then proceed with creating a Live ISO.
Another rsync URI can be specified in the .conf file if you want.
Diffstat (limited to '')
-rw-r--r-- | make_slackware_live.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make_slackware_live.conf b/make_slackware_live.conf index f9c98ac..beb0480 100644 --- a/make_slackware_live.conf +++ b/make_slackware_live.conf @@ -44,6 +44,9 @@ # Root directory of a Slackware local mirror tree: #SL_REPO="/home/ftp/pub/Linux/Slackware" +# The rsync URI of our default Slackware mirror server: +#SL_REPO_URL="rsync.osuosl.org::slackware" + # Directory where the live ISO image will be written: #OUTPUT="/tmp" |