diff options
| author | 2025-11-27 22:03:08 +0800 | |
|---|---|---|
| committer | 2025-11-27 22:03:08 +0800 | |
| commit | 4ae0a2eca32222bc545795fe73efa3561d4a701f (patch) | |
| tree | 6b7a3ce61dc8817eab38b721aad46158ab77c38e /teams | |
| parent | 0996328b7cec56717ea8c9fd905095b70facf38c (diff) | |
| download | kiwi-descriptions-4ae0a2eca32222bc545795fe73efa3561d4a701f.tar.gz kiwi-descriptions-4ae0a2eca32222bc545795fe73efa3561d4a701f.zip | |
teams/eln/container: create dotfiles under root folder with systemd-tmpfiles
Since`rootfiles` now uses systemd-tmpfiles to install dotfiles under
root folder instead of copying.
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/eln/container.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/teams/eln/container.xml b/teams/eln/container.xml index c9ca883..13174f6 100644 --- a/teams/eln/container.xml +++ b/teams/eln/container.xml @@ -206,4 +206,10 @@ <package name="systemd-resolved"/> <package name="xkeyboard-config"/> </packages> + <packages type="bootstrap" profiles="Container-Base-Generic,Container-Toolbox"> + <package name="systemd-standalone-tmpfiles"/> + </packages> + <packages type="uninstall" profiles="Container-Base-Generic,Container-Toolbox"> + <package name="systemd-standalone-tmpfiles"/> + </packages> </image> |