Tiny Core Base > Release Candidate Testing

Core v8.1rc2

(1/4) > >>

Juanito:
Team Tiny Core is pleased to announce that Tiny Core 8.1 rc2 is available for public testing:

http://repo.tinycorelinux.net/8.x/x86/release_candidates/
http://repo.tinycorelinux.net/8.x/x86_64/release_candidates/

This is a release candidate. 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 8.1 rc2:
* added lzma functionality to busybox

Changelog for 8.1 rc1:
* busybox updated 1.25.1 -> 1.27.1
* busybox CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=512 re-established
* duplicated busybox syminks removed

Note also that the firmware and tc-install content in the CorePlus iso has been rationalised

coreplayer2:
I noticed that latest busybox in Core 8.1 rc2 has changed some wget options.  "wget -s ..."  is no longer valid but requires the complete option spelled out, eg: wget --spider   
This change broke Firefox_getLatest extension, I'll fix it asap

andyj:
LZMA for rpm2cpio isn't doing the trick for some reason:

rpm2cpio: no gzip/bzip2/xz magic

curaga:
"wget: there is no -s option in GNU Wget 1.18, we should be compatible" in Oct 2016.

@andyj: That's because busybox rpm2cpio doesn't pass the filename onwards and has to guess from the magic bytes, and LZMA has no magic bytes - it cannot be detected without external help. Please open a busybox bug, attach such a lzma rpm there.

andyj:
The bug I filed with busybox about the tar exclude option not working right is still unassigned after a year and a half. But first, when I look at the busybox config file from here http://tinycorelinux.net/8.x/x86_64/release/src/busybox/busybox-1.27.1_config_nosuid LZMA doesn't look configured to me.


--- Code: ---#
# Archival Utilities
#
CONFIG_FEATURE_SEAMLESS_XZ=y
# CONFIG_FEATURE_SEAMLESS_LZMA is not set
CONFIG_FEATURE_SEAMLESS_BZ2=y
CONFIG_FEATURE_SEAMLESS_GZ=y
CONFIG_FEATURE_SEAMLESS_Z=y
CONFIG_AR=y
CONFIG_FEATURE_AR_LONG_FILENAMES=y
# CONFIG_FEATURE_AR_CREATE is not set
CONFIG_UNCOMPRESS=y
CONFIG_GUNZIP=y
CONFIG_ZCAT=y
# CONFIG_FEATURE_GUNZIP_LONG_OPTIONS is not set
CONFIG_BUNZIP2=y
CONFIG_BZCAT=y
# CONFIG_UNLZMA is not set
# CONFIG_LZCAT is not set
# CONFIG_LZMA is not set
# CONFIG_FEATURE_LZMA_FAST is not set
CONFIG_UNXZ=y
CONFIG_XZCAT=y
CONFIG_XZ=y
CONFIG_BZIP2=y
CONFIG_FEATURE_BZIP2_DECOMPRESS=y
CONFIG_CPIO=y
CONFIG_FEATURE_CPIO_O=y
CONFIG_FEATURE_CPIO_P=y
# CONFIG_DPKG is not set
# CONFIG_DPKG_DEB is not set
CONFIG_GZIP=y
CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
CONFIG_GZIP_FAST=0
# CONFIG_FEATURE_GZIP_LEVELS is not set
CONFIG_FEATURE_GZIP_DECOMPRESS=y
# CONFIG_LZOP is not set
# CONFIG_UNLZOP is not set
# CONFIG_LZOPCAT is not set
# CONFIG_LZOP_COMPR_HIGH is not set
CONFIG_RPM=y
CONFIG_RPM2CPIO=y
CONFIG_TAR=y
CONFIG_FEATURE_TAR_LONG_OPTIONS=y
CONFIG_FEATURE_TAR_CREATE=y
CONFIG_FEATURE_TAR_AUTODETECT=y
CONFIG_FEATURE_TAR_FROM=y
CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y
CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY=y
CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
# CONFIG_FEATURE_TAR_TO_COMMAND is not set
CONFIG_FEATURE_TAR_UNAME_GNAME=y
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
# CONFIG_FEATURE_TAR_SELINUX is not set
CONFIG_UNZIP=y
# CONFIG_FEATURE_UNZIP_CDF is not set
# CONFIG_FEATURE_UNZIP_BZIP2 is not set
# CONFIG_FEATURE_UNZIP_LZMA is not set
# CONFIG_FEATURE_UNZIP_XZ is not set

--- End code ---

What would you have me tell them?

Navigation

[0] Message Index

[#] Next page

Go to full version