WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core Linux 1.4  (Read 14683 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Tiny Core Linux 1.4
« 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
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tiny Core Linux 1.4
« Reply #1 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.
10+ Years Contributing to Linux Open Source Projects.