summaryrefslogtreecommitdiffstats
path: root/debian/config/alpha/defines.toml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config/alpha/defines.toml')
-rw-r--r--debian/config/alpha/defines.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/config/alpha/defines.toml b/debian/config/alpha/defines.toml
new file mode 100644
index 000000000..2096f19d7
--- /dev/null
+++ b/debian/config/alpha/defines.toml
@@ -0,0 +1,28 @@
+[[flavour]]
+name = 'alpha-generic'
+[flavour.description]
+hardware = 'Alpha'
+hardware_long = 'DEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel)'
+[flavour.packages]
+installer = true
+
+[[flavour]]
+name = 'alpha-smp'
+[flavour.defs]
+is_default = true
+[flavour.description]
+hardware = 'Alpha SMP'
+hardware_long = 'DEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel)'
+
+[[featureset]]
+name = 'none'
+
+[build]
+kernel_file = 'arch/alpha/boot/vmlinux.gz'
+kernel_stem = 'vmlinuz'
+
+[relations.image]
+suggests = [
+ 'aboot',
+ 'fdutils',
+]