Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sysext: turn vim to a sysext image #2502

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build_library/extra_sysexts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ EXTRA_SYSEXTS=(
zfs:sys-fs/zfs
podman:app-containers/podman,net-misc/passt
python:dev-lang/python,dev-python/pip
vim:app-editors/vim
)
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ RDEPEND="${RDEPEND}
app-crypt/gnupg
app-crypt/go-tspi
app-crypt/tpmpolicy
app-editors/vim
app-emulation/qemu-guest-agent
app-containers/cri-tools
app-misc/ca-certificates
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vim
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,7 @@ src_install() {
# (The below keepdir will result in a tmpfiles entry in base_image_var.conf)
keepdir /var/kubernetes/kubelet-plugins/volume/exec
dosym /var/kubernetes/kubelet-plugins/volume/exec /usr/libexec/kubernetes/kubelet-plugins/volume/exec

insinto "/etc/flatcar"
doins "${FILESDIR}/flatcar/enabled-sysext.conf"
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RDEPEND="
app-containers/docker
app-containers/docker-cli
app-containers/docker-buildx
app-editors/vim
app-emulation/amazon-ssm-agent
app-emulation/hv-daemons
app-emulation/wa-linux-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

app-admin/sudo ldap sssd
# -crypt: Disable crypt to avoid installing libsodlium.
app-editors/vim minimal -crypt
app-editors/vim -crypt
# minimal: Don't pull app-vim/gentoo-syntax
app-editors/vim-core minimal
app-editors/vim-core minimal

# Install our modifications and compatibility symlinks for ssh and ntp
#
Expand Down