summaryrefslogtreecommitdiffstats
path: root/scripts/pardus
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:42:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:42:48 +0000
commit897bd5fa16708a48f6fcac881a997a2b6424dc20 (patch)
tree740b9f035c6dde4c28307fcd61dc639e0dec8f51 /scripts/pardus
parentInitial commit. (diff)
downloaddebootstrap-897bd5fa16708a48f6fcac881a997a2b6424dc20.tar.xz
debootstrap-897bd5fa16708a48f6fcac881a997a2b6424dc20.zip
Adding upstream version 1.0.134.upstream/1.0.134
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/pardus')
-rw-r--r--scripts/pardus17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/pardus b/scripts/pardus
new file mode 100644
index 0000000..6084b7f
--- /dev/null
+++ b/scripts/pardus
@@ -0,0 +1,17 @@
+mirror_style release
+download_style apt
+finddebs_style from-indices
+variants - buildd fakechroot minbase
+keyring /usr/share/keyrings/pardus-archive-keyring.gpg
+default_mirror http://depo.pardus.org.tr/pardus
+
+# include common settings
+if [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then
+ . "$DEBOOTSTRAP_DIR/scripts/debian-common"
+elif [ -e /debootstrap/debian-common ]; then
+ . /debootstrap/debian-common
+elif [ -e "$DEBOOTSTRAP_DIR/debian-common" ]; then
+ . "$DEBOOTSTRAP_DIR/debian-common"
+else
+ error 1 NOCOMMON "File not found: debian-common"
+fi