mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(coreos-base/coreos-base): Fix vimrc in non-usr images
This symlink (if missing) is created at boot-time in /usr images but we need it at build time in classic read-only root images.
This commit is contained in:
parent
f3faf640f0
commit
a53eaec62c
@ -125,6 +125,7 @@ src_install() {
|
||||
# Insert a mini vimrc to avoid driving everyone insane
|
||||
insinto /usr/share/vim
|
||||
doins "${FILESDIR}"/vimrc
|
||||
dosym ../../usr/share/vim/vimrc /etc/vim/vimrc
|
||||
fi
|
||||
|
||||
# Add a sudo file for the core use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user