WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: microcore_v2.11rc3  (Read 3869 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
microcore_v2.11rc3
« on: April 27, 2010, 11:19:26 PM »
The Third Release Candidate of Micro Core v2.11 (microcore_2.11rc3.iso), is now posted and ready for testing.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release_candidates/microcore/

microcore_2.11rc3.iso
microcore_2.11rc3.iso.md5.txt

Change Log for Micro Core v2.11

RC1
* New optional zsync update support for faster extension updates.
* Updated tc-config waitusb added optional LABEL/UID, e.g. waitusb=30:LABEL=tinycore
* Updated tc-functions CMDLINE to not require kernel specific options before tinycore options
* Updated tce-load to trap mount errors.
* Updated tc-config PXE to support DOS/Windows created lists.
* Updated /root/.profile to use login instead of su -
* Fixed utc TZ bug in tc-config
* Added /var/run/utmp and /var/log/wtmp to support "who" reporting.

When adding X support to microcore note:
* Updated Xprogs.gz
* Updated flwm.tcz
* Updated flwm_topside.tcz
* Updated wbar.tcz

See announcement for Tiny Core v211 RC1 for change log regarding updates that affect X.
http://forum.tinycorelinux.net/index.php?topic=5800.0

Also the release candidate versions supporting freedesktop and OnDemand of:
* Updated jwm.tcz
* Updated hackedbox.tcz


Notes: Files that have changed and are likely in your backup or persistent store.
/opt/.xfiletool.lst       change home/tc/.wmx/Applications to home/tc/.wmx
/home/tc/.setbackground   the location of logo.png has changed to /usr/share/pixmaps
                           either edit this file or use Control Panel-Wallpaper-Color-OK

RC2
* Updated busybox to 1.16.1
* Updated getTime.sh with -p (print only) and simplied busybox date format.

Note when adding X the following have been updated:
* Xprogs.gz
* wbar.tcz
* flwm.tcz
* flwm_topside.tcz
* jwm.tcz
* hackebox.tcz
* fluxbox.tcz

Also see the Tiny Core v211rc2 announcement for other X releated announcements.
http://forum.tinycorelinux.net/index.php?topic=5842.0

RC3
* UPdated busybox fgconsole, six hotfixes and vi editing mode.

Also updated:
* Xprogs.gz  - wallpaper and network
* flwm.tcz, flwm_topside.tcz - permissions
* wbar.tcz = trim % freedesktop Exec options and as an extension added to startup script.

For more information see see the Tiny Core v211rc3 announcement for other X releated announcements.
http://forum.tinycorelinux.net/index.php?topic=5871.0
« Last Edit: April 27, 2010, 11:35:04 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14569
Re: microcore_v2.11rc3
« Reply #1 on: April 29, 2010, 11:50:26 PM »
.X.d seems to work well now - thanks:
Code: [Select]
$ cat ~/.X.d/dbus
dbus-launch --sh-syntax --exit-with-session

$ startx

$ ps aux | grep dbus
 1147 tc       dbus-launch --sh-syntax --exit-with-session
 1148 tc       /usr/local/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
 1183 tc       grep dbus

..and curiously, order doesn't seem to matter when another file for ConsoleKit is added