Skip to content

Commit dcf1733

Browse files
committed
Add Gentoo as an experimental distribution
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 7dff8ba commit dcf1733

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Distro:
2626
- [`ubuntu`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
2727
- [`ubuntu-lts`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
2828
- [`deprecated/centos-7`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
29+
- [`experimental/gentoo`](./experimental/gentoo.yaml): [experimental] Gentoo
2930
- [`experimental/opensuse-tumbleweed`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
3031

3132
Container engines:

examples/experimental/gentoo.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
vmType: "qemu"
2+
images:
3+
- location: "https://distfiles.gentoo.org/experimental/amd64/openstack/gentoo-openstack-amd64-default-latest.qcow2"
4+
arch: "x86_64"
5+
6+
mounts:
7+
- location: "~"
8+
- location: "/tmp/lima"
9+
writable: true
10+
mountType: "9p"
11+
12+
# The built-in containerd installer does not support Gentoo currently.
13+
containerd:
14+
system: false
15+
user: false

0 commit comments

Comments
 (0)