summaryrefslogtreecommitdiffstats
path: root/scripts/kali
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:37:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 00:37:37 +0000
commitc6aa024d968091f0a3f98aea33e1bbd375f9f032 (patch)
treeacc01053d229b50bb44333db271c6dbb615895fe /scripts/kali
parentInitial commit. (diff)
downloaddebootstrap-c6aa024d968091f0a3f98aea33e1bbd375f9f032.tar.xz
debootstrap-c6aa024d968091f0a3f98aea33e1bbd375f9f032.zip
Adding upstream version 1.0.114+deb10u1.upstream/1.0.114+deb10u1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--scripts/kali17
l---------scripts/kali-dev1
l---------scripts/kali-last-snapshot1
l---------scripts/kali-rolling1
4 files changed, 20 insertions, 0 deletions
diff --git a/scripts/kali b/scripts/kali
new file mode 100644
index 0000000..0da3249
--- /dev/null
+++ b/scripts/kali
@@ -0,0 +1,17 @@
+mirror_style release
+download_style apt
+finddebs_style from-indices
+variants - buildd fakechroot minbase
+keyring /usr/share/keyrings/kali-archive-keyring.gpg
+default_mirror http://http.kali.org/kali
+
+# 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
diff --git a/scripts/kali-dev b/scripts/kali-dev
new file mode 120000
index 0000000..e0bd9f8
--- /dev/null
+++ b/scripts/kali-dev
@@ -0,0 +1 @@
+kali \ No newline at end of file
diff --git a/scripts/kali-last-snapshot b/scripts/kali-last-snapshot
new file mode 120000
index 0000000..e0bd9f8
--- /dev/null
+++ b/scripts/kali-last-snapshot
@@ -0,0 +1 @@
+kali \ No newline at end of file
diff --git a/scripts/kali-rolling b/scripts/kali-rolling
new file mode 120000
index 0000000..e0bd9f8
--- /dev/null
+++ b/scripts/kali-rolling
@@ -0,0 +1 @@
+kali \ No newline at end of file