From 2c37581b1608bf83d06ad9d8e02e4bfab969a641 Mon Sep 17 00:00:00 2001 From: Stuart Winter Date: Tue, 9 Feb 2021 22:00:28 -0600 Subject: Split aarch64 and arm mirrors into separate files Signed-off-by: Robby Workman --- doinst.sh | 3 ++ files/mirrors-aarch64.sample | 68 ++++++++++++++++++++++++++++++++++++++++++++ files/mirrors-arm.sample | 13 +-------- 3 files changed, 72 insertions(+), 12 deletions(-) create mode 100644 files/mirrors-aarch64.sample diff --git a/doinst.sh b/doinst.sh index 87799a3..02790a4 100644 --- a/doinst.sh +++ b/doinst.sh @@ -25,6 +25,9 @@ copy_mirror_file() { arm*) SRCMIRROR=mirrors-arm.sample ;; + aarch64) + SRCMIRROR=mirrors-aarch64.sample + ;; *) SRCMIRROR=mirrors-x86.sample ;; diff --git a/files/mirrors-aarch64.sample b/files/mirrors-aarch64.sample new file mode 100644 index 0000000..410908a --- /dev/null +++ b/files/mirrors-aarch64.sample @@ -0,0 +1,68 @@ +# mirrors - List of Slackware Linux mirrors. +# +# SlackPkg - An Automated packaging tool for Slackware Linux +# Copyright (C) 2003-2011 Roberto F. Batista, Evaldo Gardenali +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Project Page: http://slackpkg.org/ +# Roberto F. Batista (aka PiterPunk) piterpunk@slackware.com +# Evaldo Gardenali (aka UdontKnow) evaldogardenali@fasternet.com.br +# +# END OF LEGAL NOTICE +# +# +# You only need to select one mirror and uncomment it. +# ONLY ONE mirror can be uncommented. +# +# You can use a mirror not included in this file. Many people have mirrors +# in their local networks. +# +# Slackpkg only needs to point to the directory that contains +# "ChangeLog.txt", and don't forget the trailing slash. +# +#---------------------------------------------------------------- +# Local CD/DVD drive +#---------------------------------------------------------------- +#cdrom://media/cdrom/ +# +#---------------------------------------------------------------- +# Local Directory +#---------------------------------------------------------------- +#file://path/to/some/directory/ +# +#---------------------------------------------------------------- +# Local CD/DVD drive +#---------------------------------------------------------------- +#cdrom://media/cdrom/ +# +#---------------------------------------------------------------- +# Local Directory +#---------------------------------------------------------------- +#file://path/to/some/directory/ +# + +#---------------------------------------------------------------- +# Slackware AArch64 (ARM64) current: 64bit armv8 +#---------------------------------------------------------------- +#http://slackware.uk/slackwarearm/slackwareaarch64-current/ +#http://ftp.halifax.rwth-aachen.de/slackwarearm/slackwareaarch64-current/ +#http://ftp.slackware.pl/pub/slackwarearm/slackwareaarch64-current/ +#https://mirror.slackbuilds.org/slackwarearm/slackwareaarch64-current/ +#https://slackware.absolutehosting.net/pub/slackwarearm/slackwareaarch64-current/ +# +# Use this as the default if you don't know which to pick: +#http://ftp.arm.slackware.com/slackwarearm/slackwareaarch64-current/ +# diff --git a/files/mirrors-arm.sample b/files/mirrors-arm.sample index b26736b..734b0c9 100644 --- a/files/mirrors-arm.sample +++ b/files/mirrors-arm.sample @@ -74,17 +74,6 @@ #https://mirror.slackbuilds.org/slackwarearm/slackwarearm-current/ #https://slackware.absolutehosting.net/pub/slackwarearm/slackwarearm-current/ # +# Use this as the default if you don't know which to pick: #http://ftp.arm.slackware.com/slackwarearm/slackwarearm-current/ # - -#---------------------------------------------------------------- -# Slackware AArch64 (ARM64) current: 64 bit armv8 -#---------------------------------------------------------------- -#http://slackware.uk/slackwarearm/slackwareaarch64-current/ -#http://ftp.halifax.rwth-aachen.de/slackwarearm/slackwareaarch64-current/ -#http://ftp.slackware.pl/pub/slackwarearm/slackwareaarch64-current/ -#https://mirror.slackbuilds.org/slackwarearm/slackwareaarch64-current/ -#https://slackware.absolutehosting.net/pub/slackwarearm/slackwareaarch64-current/ -# -#http://ftp.arm.slackware.com/slackwarearm/slackwareaarch64-current/ -# -- cgit v1.2.3