Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added nvi to the console image, for those who prefer that.
No net increase in image size: Before: $ ls -l ./dist/artifacts/burmillaos.iso -rw-r--r-- 1 brian brian 242221056 Jun 23 07:54 ./dist/artifacts/burmillaos.iso After adding nvi: -rw-r--r-- 1 brian brian 242221056 Jun 23 08:05 ./dist/artifacts/burmillaos.iso Net filesize on disk is around 476k: $ make run ... rancher@rancher-dev:~$ which vi /usr/bin/vi rancher@rancher-dev:~$ ls -l /usr/bin/vi lrwxrwxrwx 1 root root 20 Jun 23 12:01 /usr/bin/vi -> /etc/alternatives/vi rancher@rancher-dev:~$ ls -l /etc/alternatives/vi lrwxrwxrwx 1 root root 12 Jun 23 12:01 /etc/alternatives/vi -> /usr/bin/nvi rancher@rancher-dev:~$ ls -l /usr/bin/nvi -rwxr-xr-x 3 root root 476312 Dec 4 2018 /usr/bin/nvi
- Loading branch information