WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Core v17.1.1beta1  (Read 50 times)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15683
Core v17.1.1beta1
« on: Today at 10:01:29 AM »
Team Tiny Core is pleased to announce that Tiny Core 17.1.1 Beta1 is available for public testing:

http://repo.tinycorelinux.net/17.x/x86/release_candidates/distribution_files
http://repo.tinycorelinux.net/17.x/x86_64/release_candidates/distribution_files

This is an beta level cut. If you decide to help test, then please test carefully. We don't want anyone to lose data.

We appreciate testing and feedback.

Changelog for 17.1.1 beta1:
* update kernel to 6.18.35
* update zsync - thanks to @GNUser

Note that you will need the updated kernel module extensions from the appropriate repo - it is probably better to download the ones you need prior to updating rootfs*gz, modules*gz and vmlinuz* and rebooting.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1873
Re: Core v17.1.1beta1
« Reply #1 on: Today at 01:19:21 PM »
Hi Juanito. Going to third decimal place in the TCL version breaks the  getMajorVer  and  getMirror  functions in /etc/init.d/tc-functions:

Code: [Select]
$ . /etc/init.d/tc-functions
$ getFullVer
17.1.1
$ getMajorVer
17.1
$ getMirror
$ echo $MIRROR
http://repo.tinycorelinux.net/17.1.x/x86_64/tcz # correct mirror should be http://repo.tinycorelinux.net/17.x/x86_64/tcz
I ran into this issue in the past and proposed a fix. I'll try to find it in the forum.

EDIT: I couldn't find what I proposed before, but something like this would work:
Code: [Select]
getMajorVer() {
getFullVer | grep -Eo '^[0-9]+'
}
« Last Edit: Today at 01:28:21 PM by GNUser »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15683
Re: Core v17.1.1beta1
« Reply #2 on: Today at 01:53:32 PM »
Hmm - think I’ll make it 7.1 then - it could also cause problems elsewhere..

I’ll fix things tomorrow.