Tiny Core Linux

Off-Topic => Archive / Obsolete => Release Candidate Testing => Topic started by: roberts on June 04, 2011, 05:35:01 PM

Title: microcore_v3.7rc3
Post by: roberts on June 04, 2011, 05:35:01 PM
The Third Release Candidate of Micro Core v3.7 is now posted and ready for testing.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release_candidates/microcore

microcore_3.7rc3.iso
microcore_3.7rc3.iso.md5.txt

Change log:
* New added kernel module for NTFS to base, allows read access to NTFS partition.
* Updated rebuildfstab now supports NTFS-3g when ntfs-3g extension is loaded allows read-write access.
* Updated tc-functions to better handle tcvd virtual disk.

Note: That Xprogs.tcz and wbar.tcz also have updates when using Microcore as a base and then adding on the X environment.

Change Log rc2:
N/A


===========================================================
Change Log rc3:

* Updated loadpack.sh to eliminate duplicate functionality with loadpack GUI.
* Updated iso images to add shortcut label tc and adjusted F2,F3,F4 screens.
* New multicore.iso Tiny Core / Micro Core / Installation & Network Starter Packs

Note: New versions of wbar.tcz Xlibs.tcz and Xprogs.tcz currently in
http://distro.ibiblio.org/tinycorelinux/3.x/release_candidates/microcore/
Title: Re: microcore_v3.7rc3
Post by: gerald_clark on June 04, 2011, 06:57:39 PM
Booted mutlicore iso with 'mci'.
Ran tc-install.sh and selected c for[C]drom.
Get:
Could not find system file(s): boot directory.

My CD drive is hde.
I tried with and without mounting it first.
Title: Re: microcore_v3.7rc3
Post by: roberts on June 04, 2011, 11:09:26 PM
Seems to be a old bug in console (interactive version) of tc-install.sh. If you look at where I store the cdroms, in /etc/sysconfig/cdroms, likely your hde entry has an extra space at the end. Removing that space and rerun the program should make it proceed. I will look into why the extra space.

Thanks for testing and reporting.
Title: Re: microcore_v3.7rc3
Post by: gerald_clark on June 04, 2011, 11:35:03 PM
Correct on the space.

I chose Frugal install and get:
The following extension(s) are required: syslinux

which syslinux
/usr/local/bin/syslinux

There is nothing in /usr/local/tce.installed/

Apparently, the starter packs don't update tce.installed/ with the included modules.


Title: Re: microcore_v3.7rc3
Post by: roberts on June 04, 2011, 11:42:25 PM
That test is no longer valid as the installation program is only available with the starter pack. I thought I had removed it.

gz's load into ram as part of the base OS and therefore do not update tce.installed, or other tce  specific extension based files.
Title: Re: microcore_v3.7rc3
Post by: roberts on June 05, 2011, 01:37:06 AM
Reposted rc3 with reported corrections.
Title: Re: microcore_v3.7rc3
Post by: gerald_clark on June 05, 2011, 02:13:34 AM
Booted 'mci'
OK, tc-install.sh now runs, but I am not given the option to install mc.

getROOTFS() looks for tinycore.gz, and if found uses it.
No choice is offered.
Title: Re: microcore_v3.7rc3
Post by: gerald_clark on June 05, 2011, 02:41:58 AM
Quickest solution would be to base tinycore.gz/microcore.gz check based on `version` or the contents of /proc/version.
A prompt for choice, and then only check for that choice would also be good.
Title: Re: microcore_v3.7rc3
Post by: roberts on June 05, 2011, 01:40:51 PM
Reposted multicore_3.7rc3.iso with fixes to install.gz starter pack
http://distro.ibiblio.org/tinycorelinux/3.x/release_candidates/
Title: Re: microcore_v3.7rc3
Post by: gerald_clark on June 05, 2011, 02:37:54 PM
Working now, thanks.