[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#798564: debootstrap: Add scripts for kali releases



On Tue, 13 Mar 2018 12:49:54 +0100
Raphael Hertzog <hertzog@debian.org> wrote:
> Both are supported on our server side. I don't know if https is imposing
> any further cost on debootstrap.
> 
> If https works fine in debootstrap, then you can use https I guess.

 Okay, then I'll choose https.


diff --git a/scripts/kali b/scripts/kali
new file mode 100644
index 0000000..e13cd97
--- /dev/null
+++ b/scripts/kali
@@ -0,0 +1,13 @@
+mirror_style release
+download_style apt
+finddebs_style from-indices
+variants - buildd fakechroot minbase
+keyring /usr/share/keyrings/kali-archive-keyring.gpg
+default_mirror https://http.kali.org/kali
+
+# include common settings
+if [ -d /usr/share/debootstrap/scripts ]; then
+ . /usr/share/debootstrap/scripts/debian-common
+else
+ . /debootstrap/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


Reply to: