diskimage-builder/diskimage_builder/elements/openeuler-minimal
wangxiyuan ed9bdf805d Fix openeuler-minimal mirror problem
TARGET_ROOT is not a valid key during pre-install step. The error
`TARGET_ROOT: unbound variable` raises now.

This PR remove the useless TARGET_ROOT in openeuler-minimal.

Change-Id: I6fae2ca0e6c6e57a3b195367f2626d9e498e0329
2023-04-23 08:24:29 +00:00
..
environment.d Upgrade openEuler to 22.03 LTS 2022-08-01 19:22:35 +08:00
pre-install.d Fix openeuler-minimal mirror problem 2023-04-23 08:24:29 +00:00
root.d Upgrade openEuler to 22.03 LTS 2022-08-01 19:22:35 +08:00
test-elements/22.03-LTS-build-succeeds Upgrade openEuler to 22.03 LTS 2022-08-01 19:22:35 +08:00
element-deps Introduce openEuler distro 2021-08-04 03:06:55 +00:00
element-provides Introduce openEuler distro 2021-08-04 03:06:55 +00:00
package-installs.yaml Introduce openEuler distro 2021-08-04 03:06:55 +00:00
README.rst Upgrade openEuler to 22.03 LTS 2022-08-01 19:22:35 +08:00

openeuler-minimal

Create a minimal image from scratch.

Use of this element will require 'yum' and 'yum-utils' to be installed on Ubuntu and Debian. Nothing additional is needed on Fedora, CentOS or openEuler.

Set DIB_RELEASE to 22.03-LTS other release number to explicitly select the release. DIB_RELEASE defaults the latest LTS release.

Set DIB_DISTRIBUTION_MIRROR to the mirror URL use a openEuler Yum mirror. This URL should point to the directory containing the DIB_RELEASE directories.