Skip to content

Conversation

@justledbetter
Copy link

Added nvi to the console base image, resulting in around 500k additional disk space used. This should hopefully not impact existing deployments too greatly.

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
@justledbetter
Copy link
Author

This fixes issue #99 if accepted.

@olljanat olljanat merged commit 0dc7a00 into burmilla:master Jun 23, 2021
@olljanat olljanat mentioned this pull request Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants