acceptable-belgium-2684
05/31/2023, 8:00 AMacceptable-belgium-2684
05/31/2023, 8:30 AMelemental
on a Mac? I am now using the iso image and created a VM with that. I am having some troubles identifying what is need to get a basic scenario going:
• Create an initial system
• Build a derivative
• Update the system with that derivative
This to get some understanding on how pieces work togetheracceptable-belgium-2684
05/31/2023, 8:38 AMelemental-toolkit
acceptable-belgium-2684
06/02/2023, 2:15 PMelemental-toolkit
and the elemental-cli
Is my assumption correct that the elemental-cli
is actually part of the elemental-toolkit
?acceptable-belgium-2684
06/02/2023, 2:15 PMelemental-cli
?acceptable-belgium-2684
06/02/2023, 2:28 PMacceptable-belgium-2684
06/02/2023, 2:31 PMacceptable-belgium-2684
06/02/2023, 2:38 PMThe container image is booted as-is, encapsulating all the needed components (kernel, initrd included) and can be pulled locally for inspection, development and debugging.
• For the image to be booted my assumption is that i first need to have a barebones system with a vanilla image installed?
• When a updated image is booted (my assumption using element install
) Is then the container booted and the result is an upgraded base OS?acceptable-belgium-2684
06/02/2023, 2:44 PMacceptable-belgium-2684
06/02/2023, 3:17 PMelemental install /dev/sda --system.uri <http://quay.io/costoolkit/releases-teal/cos-system-0.10.7|quay.io/costoolkit/releases-teal/cos-system-0.10.7>
It complains that the partitions on /dev/sda are in use.. Guess i am doing something wrong 🙂 (wait.. i missed something.. need to upgrade i guess :))acceptable-belgium-2684
06/02/2023, 3:41 PMacceptable-belgium-2684
06/02/2023, 3:41 PMhigh-morning-12231
06/02/2023, 3:46 PMacceptable-belgium-2684
06/03/2023, 6:16 AMelemental install / upgrade
is it possible to reinstall the image with for example other cloud-init configs?acceptable-belgium-2684
06/03/2023, 8:36 AMfirst path segment in URL cannot contain colon
Is there a way to get arround this?
I am executing the following command:
elemental upgrade --system.uri 192.168.68.107:5000/teal-derivate-test
acceptable-belgium-2684
06/03/2023, 8:38 AMacceptable-belgium-2684
06/03/2023, 8:38 AMelemental upgrade --system.uri docker:192.168.68.107:5000/teal-derivate-test
acceptable-belgium-2684
06/03/2023, 8:42 AMacceptable-belgium-2684
06/05/2023, 7:10 AMacceptable-belgium-2684
06/05/2023, 7:11 AMacceptable-belgium-2684
06/05/2023, 8:31 AMacceptable-belgium-2684
06/05/2023, 10:08 AMacceptable-belgium-2684
06/06/2023, 7:12 AMacceptable-belgium-2684
06/06/2023, 7:13 AMacceptable-belgium-2684
06/06/2023, 7:14 AMacceptable-belgium-2684
06/06/2023, 7:42 AMacceptable-belgium-2684
06/06/2023, 7:49 AM/usr/local/cloud-config
and /usr/local/oem
paths and when i should use the one over the other or even skip them both and only use the /system/oem
and /oem
acceptable-belgium-2684
06/06/2023, 9:02 AMWhile /system/oem is reserved for system configurations to be included directly in the derivative container image, the /oem folder instead is reserved for persistent cloud-init files that can be extended in runtime.
Especially the meaning of /oem folder instead is reserved for persistent cloud-init files that can be extended in runtime
?acceptable-belgium-2684
06/06/2023, 10:14 AMacceptable-belgium-2684
06/06/2023, 10:22 AM