summaryrefslogtreecommitdiff
path: root/grid5000/from_scratch/aarch64/debian-bullseye.yaml
blob: a017aab8592e90c4bcbb6fee10a015f4775c6a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Debian 11 (Bullseye) recipe using the netinstall mechanism
#
#==============================================================================
---
extend: debian-base.yaml
# Global variables use by Kameleon engine and the steps
global:
  # Distribution
  distrib: debian
  release: bullseye
  release_number: 11

bootstrap:
  - "@base"

setup:
  - "@base"

export:
  - "@base"