diff --git a/templates/README.md b/templates/README.md index 2ef7cf165cd..53e4747494a 100644 --- a/templates/README.md +++ b/templates/README.md @@ -20,6 +20,7 @@ Distro: - [`archlinux`](./archlinux.yaml): ☆Arch Linux - [`centos-stream-9`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9 - [`centos-stream-10`](./centos-stream-10.yaml): CentOS Stream 10 +- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye) - [`debian-12`](./debian-12.yaml): Debian GNU/Linux 12(bookworm) - [`debian-13`](./debian-13.yaml), `debian.yaml`: ⭐Debian GNU/Linux 13(trixie) - [`fedora-41`](./fedora-41.yaml): Fedora 41 diff --git a/templates/debian-11.yaml b/templates/debian-11.yaml new file mode 100644 index 00000000000..70f155297a0 --- /dev/null +++ b/templates/debian-11.yaml @@ -0,0 +1,5 @@ +minimumLimaVersion: 2.0.0 + +base: +- template:_images/debian-11 +- template:_default/mounts