Tiny Core Linux
Tiny Core Base => TCB News => Final Releases => Topic started by: Juanito on September 22, 2017, 05:05:49 AM
-
Team Tiny Core is proud to announce the release of Core v8.2
http://www.tinycorelinux.net/8.x/x86/release
http://www.tinycorelinux.net/8.x/x86_64/release
Changelog for 8.2
* busybox updated 1.27.1 -> 1.27.2
* busybox CONFIG_FEATURE_UNZIP_CDF set to preserve executable bit
* tc-config: adjusted adduser location to restore "user" boot code functionality
-
"top" no longer exits when pressing q. I wonder if that too got new busybox config options.
-
It doesn't look like top is taking any commands. The default refresh seems longer too.
-
Please note that core.gz, rootfs.gz, Core-8.2.iso, TinyCore-8.2.iso and CorePlus-8.2.iso have been re-posted with corrected permissions.
-
The top config is:
CONFIG_TOP=y
# CONFIG_FEATURE_TOP_INTERACTIVE is not set [the default]
CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y
CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y
CONFIG_FEATURE_TOP_SMP_CPU=y
CONFIG_FEATURE_TOP_DECIMALS=y
CONFIG_FEATURE_TOP_SMP_PROCESS=y
CONFIG_FEATURE_TOPMEM=y
..it looks like FEATURE_TOP_INTERACTIVE was added after 1.25.1.
What did you expect to get using top with 1.25.1 that you no longer get with 1.27.2?
-
Who knew non-interactive top was a thing? Oh, yeah, it's called ps.
-
The 'q' button should quit top.
-
It looks like CONFIG_FEATURE_TOP_INTERACTIVE=y fixes things.
I'll queue this for the next release.
-
Please note that core.gz, rootfs.gz, Core-8.2.iso, TinyCore-8.2.iso and CorePlus-8.2.iso have been re-posted (again) with corrected permissions.