Hi,
Well thanks. It's not my first rodeo either. I've been an OpenBSD packager for coming up 20 years!
I've just submitted tmux for 64-bit arm. Fingers crossed it's accepted.
While I'm here, I have some noob questions, if you don't mind.
I got into tiny core via picoreplayer. I remember reading that the system runs
entirely out of ram, so you can pull the power and no issues. But I notice on
my tinycore system:
/dev/mmcblk0p2 on /mnt/mmcblk0p2 type ext4 (rw,relatime)
That wouldn't be OK to pull the plug on AFAIK?
I understand this is the way to set the timezone:
tc@box:~$ export TZ=Europe/London
tc@box:~$ date
Sat Jun 6 10:04:59 PM Europe 2026
But it's an hour off. What gives?
Also when I run git log, less doesn't interpret the escape sequences for (i assume) colours, e.g.:
$git log
[[33mcommit bf7d5289f605bf04eb179e117bd55b292b08c639[[m[[33m ([[m[[1;36mHEAD -> [[m[[1;32mmain[[m[[33m, [[m[[1;31morigin/main[[m[[33m)[[m
...
but it's fine with:
git log | less
I assume this is some quirk of busybox?