rancher / elemental-toolkit

:snowflake: The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
https://rancher.github.io/elemental-toolkit/docs/
Apache License 2.0
289 stars 49 forks source link

Add build-disk documentation #2164

Closed anmazzotti closed 3 weeks ago

anmazzotti commented 3 weeks ago

I replaced some old documentation that I find no longer relevant, with the new build-disk command.

Also tested it with the following and it seems to work fine:

docker run --rm -ti -v $(pwd):/build ghcr.io/rancher/elemental-toolkit/elemental-cli:latest --debug build-disk --expandable --unprivileged --squash-no-compression -o /build docker:registry.suse.com/suse/sl-micro/6.0/baremetal-os-container:2.1.1-3.29

Related to https://github.com/rancher/elemental/issues/1516