summaryrefslogtreecommitdiff
path: root/default/from_scratch/x86_64/debian-testing.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'default/from_scratch/x86_64/debian-testing.yaml')
-rw-r--r--default/from_scratch/x86_64/debian-testing.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/default/from_scratch/x86_64/debian-testing.yaml b/default/from_scratch/x86_64/debian-testing.yaml
new file mode 100644
index 0000000..5c65ed8
--- /dev/null
+++ b/default/from_scratch/x86_64/debian-testing.yaml
@@ -0,0 +1,29 @@
+#==============================================================================
+# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
+#==============================================================================
+#
+# DESCRIPTION: Debian testing recipe using the netinstall mechanism
+#
+#==============================================================================
+---
+extend: debian-base.yaml
+# Global variables use by Kameleon engine and the steps
+global:
+ # Distribution
+ distrib: debian
+ release: testing
+ release_number: X
+ # This URL may be invalid when the testing distribution is in its early stage,
+ # i.e after a recent release of a new Debian stable.
+ # In this case, it is expected for this recipe to NOT work.
+ # The debian-debootstrap-testing recipe may be prefered.
+ installer_iso_url: https://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso
+
+bootstrap:
+ - "@base"
+
+setup:
+ - "@base"
+
+export:
+ - "@base"