diff options
| author | 2024-03-11 17:18:26 +0100 | |
|---|---|---|
| committer | 2024-03-11 17:36:58 +0100 | |
| commit | 734e5d0679ef8205609455af4d8a295628f1e9d0 (patch) | |
| tree | 3c22a04d109bbf41b501836d32685b175c5ebef7 /teams/cloud | |
| parent | 5eddb746197967ef35d3d8bcb5cdbda9e55dcf33 (diff) | |
| download | kiwi-descriptions-734e5d0679ef8205609455af4d8a295628f1e9d0.tar.gz kiwi-descriptions-734e5d0679ef8205609455af4d8a295628f1e9d0.zip | |
teams/cloud/container: Use vim-minimal, not vim-enhanced, for Toolbx
Fedora Silverblue and Workstation [1], and so the Container/Dockerfile
and Kickstart [2] equivalents of the fedora-toolbox OCI images, contain
vim-minimal by default, not vim-enhanced. This is because the default
editor is GNU nano, not Vim [3].
[1] https://pagure.io/fedora-comps/
[2] fedora-kickstarts commit d6aac886a01ae625
https://pagure.io/fedora-kickstarts/c/d6aac886a01ae625
https://pagure.io/fedora-kickstarts/pull-request/1003
[3] https://fedoraproject.org/wiki/Changes/UseNanoByDefault
https://pagure.io/fedora-kiwi-descriptions/pull-request/24
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index b12e504..4c25c74 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -212,7 +212,7 @@ <package name="unzip"/> <package name="util-linux"/> <package name="util-linux-core"/> - <package name="vim-enhanced"/> + <package name="vim-minimal"/> <package name="vte-profile"/> <package name="vulkan-loader"/> <package name="wget"/> |