diff options
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" |