EasyOS Dunfell 0.102 released
Version 0.101 was released only a couple of days ago:
https://bkhome.org/news/202012/easyos-dunfell-0101-released.html
However, there was a serious bug in the bash shell interpreter:
https://bkhome.org/news/202012/easyos-dunfell-update-weird-error.html
I have recompiled bash, it is now a PET, not yet uploaded, but have used it to build 0.102, uploaded here:
http://distro.ibiblio.org/easyos/amd64/releases/dunfell/0.102/
If you have Easy Dunfell 0.98 or 0.101 running, the "update" icon on
the desktop will be broken. However, you should be able to get it to
work by using Busybox 'ash' instead of bash. Edit
/usr/local/easy_version/easy-update:
#!/bin/ash
...
COLUMNS=80
...by that I mean, change the "shebang" line to use ash, and a bit further down insert "COLUMNS=80".
Or, you can do it by the manual update method, by copying 'vmlinuz', 'initrd' and 'easy.sfs', as described here:
https://easyos.org/user/easy-version-upgrade-and-downgrade.html
Tags: easy