File installation-images-fix-vim.patch of Package installation-images.28776
Index: installation-images-14.477/data/root/root.file_list
===================================================================
--- installation-images-14.477.orig/data/root/root.file_list
+++ installation-images-14.477/data/root/root.file_list
@@ -206,7 +206,7 @@ python3-numpy: ignore
vim:
/
# avoid update-alternatives
- e cd usr/bin ; if [ -f vim-nox11 ] ; then ln -snf vim-nox11 vim ; fi
+ e cd usr/bin ; if [ -f vim-nox11 ] ; then ln -snf vim-nox11 vim ; ln -snf vim-nox11 vi ; fi
<release_theme>-release: nodeps
Index: installation-images-14.477/data/rescue/rescue.file_list
===================================================================
--- installation-images-14.477.orig/data/rescue/rescue.file_list
+++ installation-images-14.477/data/rescue/rescue.file_list
@@ -177,7 +177,8 @@ xz:
vim:
/
# avoid update-alternatives
- e cd usr/bin ; if [ -f vim-nox11 ] ; then ln -snf vim-nox11 vim ; fi
+ e cd usr/bin ; if [ -f vim-nox11 ] ; then ln -snf vim-nox11 vim ; ln -snf vim-nox11 vi ; fi
+
# we have full samba in rescue-server
if filelist ne 'rescue-server'