Replies: 4 comments 21 replies
-
You can either just do To create a Gentoo template, you would need to find a "cloud" image that supports Maybe the "OpenStack" images would work ? From experimental
images:
- location: "https://distfiles.gentoo.org/experimental/amd64/openstack/gentoo-openstack-amd64-default-latest.qcow2"
arch: "x86_64"
# The built-in containerd installer does not support Gentoo currently.
containerd:
system: false
user: false $ limactl shell gentoo
anders@lima-gentoo ~ $ more /etc/os-release
NAME=Gentoo
ID=gentoo
PRETTY_NAME="Gentoo Linux"
ANSI_COLOR="1;32"
HOME_URL="https://www.gentoo.org/"
SUPPORT_URL="https://www.gentoo.org/support/"
BUG_REPORT_URL="https://bugs.gentoo.org/"
VERSION_ID="2.13"
anders@lima-gentoo ~ $ sudo -sS
lima-gentoo /home/anders.linux # cd
lima-gentoo ~ # emerge-webrsync |
Beta Was this translation helpful? Give feedback.
-
There is a whole "why?" question that I did not ask, but I suppose if we can run a FreeBSD image we can run a Gentoo image. |
Beta Was this translation helpful? Give feedback.
-
Note that there is some bug with the default openstack image, so that everything
Something like |
Beta Was this translation helpful? Give feedback.
-
Looks like you found a bug (invalid profiles shouldn't crash portage). |
Beta Was this translation helpful? Give feedback.
-
I'd like to have a Gentoo template but I'm a bit lost on which are the requirements to produce it.
Beta Was this translation helpful? Give feedback.
All reactions