From e1705d5660c6390a277802727209a920113f21ac Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 30 May 2020 16:13:46 -0500 Subject: [PATCH] Ubuntu 20.04: Install vim earlier This ensures that vim is installed before the first use. Signed-off-by: Richard Laager --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index f890975..821c00c 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -657,9 +657,14 @@ Step 4: System Configuration dpkg-reconfigure tzdata - If you prefer ``nano`` over ``vi``, install it:: + Install your preferred text editor:: apt install --yes nano + apt install --yes vim + + Installing the full ``vim`` package fixes terminal problems that occur when + using the ``vim-tiny`` package (that is installed by ``debootstrap``) over + SSH. #. For LUKS installs only, setup ``/etc/crypttab``:: @@ -916,7 +921,7 @@ Step 6: First Boot #. Optional: Install SSH:: - apt install --yes openssh-server vim + apt install --yes openssh-server vi /etc/ssh/sshd_config # Set: PermitRootLogin yes