Tiny Core Linux

Tiny Core Base => TCB News => Final Releases => Topic started by: roberts on April 26, 2009, 11:21:19 AM

Title: Tiny Core Linux 1.4
Post by: roberts on April 26, 2009, 11:21:19 AM
Team Tiny Core is pleased to announce the release of Tiny Core v1.4.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/release/

* New virtual disk support. (see notes)
* Updated watcher. Now supports no swap option.
* Replaced busbox losetup with gnu, for cryptohome support.
* Moved startup script processing to occur before restore.
* fl_picsee replaces imlib2_view.
* Update .jwmrc screenshot menu option.
* Update appbrowser loads .list and .dep upon demand
* Update .xsession for easier use of other X startup utilities.
* Update mousetool now makes output script executeable.


Files that have changed and are likely in your backup or other persistent store:
.jwmrc
.xsession
Title: Re: Tiny Core Linux 1.4
Post by: roberts on April 26, 2009, 11:23:53 AM
Virtual disk support (tcvd, tiny core virtual disk) is new in Tiny Core v1.4

This was primarily setup for Qemu support, but is useful for anyone.
It uses the Qemu virtual disk image ext2, a loopback file.

To use first specify the 'harddisk' file with the tcvd boot option followed
by your regular boot optons using tcvd, examples:


boot: tinycore waitusb=10 tcvd=harddisk.img tce=tcvd restore=tcvd

This will autoscan for the file named harddisk.img in level one directories and
setup mount capabilities as device tcvd. The subsequent tce=tcvd and restore=tcvd
will use the virtual drive special device.


boot: tinycore waitusb=10 tcvd=sda1/harddisk.img tce=tcvd restore=tcvd

This will look for the loopback file named harddisk on sda1 and setup a special
device tcvd used by the other boot opitons.

boot: tinycore waitusb=10 tcvd=sda1/qemu/harddisk.img tce=tcvd restore=tcvd

This is/was the typical Qemu setup that I used in Damn Small Linux.
Again a special device tcvd will be setup and then other boot options are able
to use it.