From adb07c1f7d1ea39f4fb66b904c6316571e1afa01 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 17 Apr 2017 16:28:57 +0200 Subject: 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. --- make_slackware_live.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make_slackware_live.conf') 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" -- cgit v1.2.3