WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dCore-5.13.10.22 released.  (Read 5293 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
dCore-5.13.10.22 released.
« on: October 25, 2013, 08:44:12 AM »
Team Tinycore is pleased to announce the release of dCore-5.13.10.22 after months of development and 4 release candidates.  Below are some highlights and features of dCore-5:

  • Base system made from Debian Wheezy compatible libraries.
  • importsce command to fetch Debian packages and their dependencies and package them in a single.sce extension.
  • Ability to create a list file of favorite Debian packages which can be used to import and create a single sce containing those packages.
  • Support for custom TC post install scripts.
  • Premade packages available for kernel modules and similar.
  • Debian mirror can be specified in /opt/debmirror in the same manner as /opt/tcemirror.
  • Downloaded .deb packages are stored for use by later import sessions.  If the package has been updated by Debian, the newer updated version is then fetched and used by importsce.
  • Functional toolchain when build-essential and any relevant development packages are installed.

Changes made since dCore 5.0-rc4:

  • tc-config: Adjustments to PXE, lvm, and RAID - via Gerald Clark.
  • importsce: Renamed import to importsce to avoid collision with import command of ImageMagick.
Files can be found at:

http://www.tinycorelinux.net/5.x/x86/release/
« Last Edit: October 26, 2013, 10:17:45 PM by roberts »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: dCore-5.13.10.22 released.
« Reply #1 on: October 25, 2013, 01:10:21 PM »
I tried re-importing Xprogs, but the Import icon in wbar still tries to run import instead of importsce.

dCore appears to suffer from the same sync bug as core 5.  The patched kernel from core 5 seems to work.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: dCore-5.13.10.22 released.
« Reply #2 on: October 25, 2013, 02:59:46 PM »
Thanks for reporting. Xprogs updated to reflect name change of import to importsce. Please re-import.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: dCore-5.13.10.22 released.
« Reply #3 on: October 25, 2013, 03:23:54 PM »
Heads up. 5.13.10.22 image reposted to correct reported filetool.sh permission error. Please re-download the base image.

Also, as noted, Xprogs must be re-imported to support the name change from import to importsce.
10+ Years Contributing to Linux Open Source Projects.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: dCore-5.13.10.22 released.
« Reply #4 on: October 25, 2013, 05:27:43 PM »
.profile looks for /usr/local/tce.installed/xorg which is not installed if you install something like xorg-intel.
This stops X from starting at login.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: dCore-5.13.10.22 released.
« Reply #5 on: October 25, 2013, 11:32:56 PM »
Could someone please explain the versioning scheme?

Is this considered a release or a release candidate?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: dCore-5.13.10.22 released.
« Reply #6 on: October 26, 2013, 10:23:46 PM »
It is a release. Files moved to release area and announcement adjusted.
The version is a date stamp appended to 5 which represents the common kernel with x86 native Core.
Since remaining base of dCore is now quite different than native Core, a timestamp (yymmdd) was chosen to avoid confusion.
« Last Edit: October 26, 2013, 10:30:50 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: dCore-5.13.10.22 released.
« Reply #7 on: October 27, 2013, 06:24:16 AM »
Thank you very much for clarification. :)
Indeed it had occurred to me that version number might be a yymmdd timestamp, but the difference of 3 days between forum post and version had left me in doubt of that.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: dCore-5.13.10.22 released.
« Reply #8 on: August 26, 2015, 04:09:03 AM »
  • tc-config: Adjustments to PXE, lvm, and RAID - via Gerald Clark.

Hey, this is the only google result for "dcore" "lvm" site:tinycorelinux.net
are there any instructions about how to use dcore with lvm, specifically to have the tce dir on a partition served by lvm?

Offline mocore

  • Hero Member
  • *****
  • Posts: 508
  • ~.~
Re: dCore-5.13.10.22 released.
« Reply #9 on: August 26, 2015, 06:28:52 AM »
My guess would be use to pretce or what ever the dcore equivalent is.

+I just tryed the searching the  git.source and found
http://git.tinycorelinux.net/index.cgi?url=dCore-scripts.git/log/&qt=grep&q=lvm
Code: [Select]
Preload drivers needed for tce/opt/home on lvm/RAID etc
So looking for PRETCE related stuff should put you on the right path *

*IMHO

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: dCore-5.13.10.22 released.
« Reply #10 on: August 26, 2015, 10:21:44 AM »
well, now what's an easy way to do this on dcore? I obviously can't just use tce-load to download the right packages. Do I have to use debian packages for lvm2 cause there is no lvm2 sce?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: dCore-5.13.10.22 released.
« Reply #11 on: August 27, 2015, 07:11:05 AM »
The only sce packages we keep are those like wireless that are necessary to have to be able to setup networking to then enable the ability to import desired packages.  If you would be able to use tce-load in this case to fetch packages on Core, you can also import on dCore.

If we did host a lvm2.sce, it would be made from imported Debian packages and/or our prebulit ones. 

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: dCore-5.13.10.22 released.
« Reply #12 on: August 27, 2015, 07:51:10 AM »
I see, so that means one would run sce-import lvm2 to get the debian part and then sce-import raid-dm-3.16.6-tinycore to get the tc modules prebuilt into sce format. Then you copy these extensions from RAM into your new pre-sce dir (loaded with pretce=sda1/pre-sce) on the boot disk and add to the packages to the bootlist. The rest should happen as we're used to automatically.
Correct me if I'm wrong.
« Last Edit: August 27, 2015, 07:53:54 AM by hiro »