Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: polikuo on January 14, 2022, 07:19:03 AM
-
Hi, all.
I just move on to the newer release. (aarch64)
tc@box:~$ uname -a
Linux box 5.10.77-piCore-v8 #1 SMP PREEMPT Sat Nov 13 16:02:16 EST 2021 aarch64 GNU/Linux
tc@box:~$ version
13.1
When I try to browse the apps, it just stops like this.
Enter starting chars of desired extension, e.g. abi: SearchPhrase
awk: cmd. line:13: 'break' not in a loop
cat: can't open '/tmp/select.ans': No such file or directory
S)earch P)rovides K)eywords or Q)uit:
I haven't found the cause yet, any ideas ?
-
I have some new findings.
I believe it's caused by the Core-script "/usr/bin/select"
However, I'm not sure if it's related to the new beta release.
Team Tiny Core is pleased to announce that Tiny Core 13.0 Beta1 is available for public testing:
Changelog for 13.0 Beta1:
* select: require that "break" used in awk scripts
Anyway, I've attached the patch just in case.
-
I was the one who did the patch in the first place. https://github.com/tinycorelinux/Core-scripts/commit/2fd10f8ac30b66f494f8428f477befa43dcdc260
I guess there is a possibility I forgot the put the correct version of select in the initrd. I'll take a look