Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:update [2011/05/03 01:10] – [Test the Release Candidates] Guywiki:update [2011/06/16 12:32] (current) – [Update from 2x to 3x] Guy
Line 1: Line 1:
-====== Update Tiny Core to a more recent version ======+====== Update Tinycore ======
  
-==== Download Latest Version ====+==== Download the Latest Version ====
  
-Update to the latest version of Tiny Core. New versions have improvements and additional features. +Download the latest version of Tinycore from one of the [[mirrors]]. New versions have improvements and additional features.
- +
-Tiny Core may be downloaded from various internet sites. Examples include: +
- +
-http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/ +
-http://ftp.nluug.nl/os/Linux/distr/tinycorelinux/ +
-http://ftp.vim.org/os/Linux/distr/tinycorelinux/ +
-ftp://sunsite.icm.edu.pl/pub/Linux/sunsite.unc.edu/distributions/tinycorelinux/ +
-ftp://sunsite2.icm.edu.pl/pub/Linux/sunsite.unc.edu/distributions/tinycorelinux/ +
-ftp://ftp.oss.cc.gatech.edu/pub/linux/distributions/tinycorelinux/ +
-ftp://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/ +
-ftp://ftp.nluug.nl/os/Linux/distr/tinycorelinux/ +
-ftp://ftp.vim.org/os/Linux/distr/tinycorelinux/+
  
 ==== Distribution Files or ISO ==== ==== Distribution Files or ISO ====
  
-One option is to download bzImage and tinycore.gz. These can be downloaded from any of the internet sites above, under /3.x/release/distribution_files/.+One option is to download bzImage and tinycore.gz. These can be downloaded from any of the [[mirrors]], under /3.x/release/distribution_files/.
  
 Another option is to download the .iso file, so it can also be written to a CD. This can be downloaded from /3.x/release/. Another option is to download the .iso file, so it can also be written to a CD. This can be downloaded from /3.x/release/.
Line 27: Line 15:
 If you downloaded the iso file, you can extract bzImage and tinycore.gz from it. If you downloaded the iso file, you can extract bzImage and tinycore.gz from it.
  
-In this example, let's say you downloaded the iso to /home/tc/dl+In this example, let's say you downloaded tinycore_3.6.iso to /home/tc/dl
  
 Create a new directory in /home/tc/dl. Let's call it tmp. Create a new directory in /home/tc/dl. Let's call it tmp.
Line 42: Line 30:
 cd /home/tc/dl cd /home/tc/dl
 busybox mount tinycore_3.6.iso tmp</code> busybox mount tinycore_3.6.iso tmp</code>
- 
-Change tinycore_3.6.iso to the appropriate version. 
  
 You can then copy and paste bzImage and tinycore.gz from tmp. You can then copy and paste bzImage and tinycore.gz from tmp.
Line 55: Line 41:
 <code>sudo fluff</code> <code>sudo fluff</code>
  
-If you use xfe, type+If using xfe, type
  
 <code>sudo xfe</code> <code>sudo xfe</code>
Line 61: Line 47:
 ==== Have Multiple Versions ==== ==== Have Multiple Versions ====
  
-You may want to keep the original version of Tiny Core, as well as install the more recent version.+You may want to keep the original version of Tinycore, as well as install the more recent version.
  
 To do this, using a root file manager, create a new directory in /mnt/sda1 (use the correct partition if not sda1) for the more recent version. Let's call the new directory tc3.5.1 when installing tinycore 3.5.1, and call the new directory tc3.6 when installing tinycore 3.6. To do this, using a root file manager, create a new directory in /mnt/sda1 (use the correct partition if not sda1) for the more recent version. Let's call the new directory tc3.5.1 when installing tinycore 3.5.1, and call the new directory tc3.6 when installing tinycore 3.6.
Line 78: Line 64:
 LABEL tinycore 3.6 LABEL tinycore 3.6
 KERNEL /tc3.6/bzImage KERNEL /tc3.6/bzImage
-APPEND initrd=/tc3.6/tinycore.gz quiet opt=sda1 home=sda1 norestore tce=UUID="long-number"+APPEND initrd=/tc3.6/tinycore.gz quiet opt=sda1 home=sda1 norestore tce=sda1"
  
 LABEL tinycore 3.5.1 LABEL tinycore 3.5.1
 KERNEL /tc3.5.1/bzImage KERNEL /tc3.5.1/bzImage
-APPEND initrd=/tc3.5.1/tinycore.gz quiet opt=sda1 home=sda1 norestore tce=UUID="long-number"+APPEND initrd=/tc3.5.1/tinycore.gz quiet opt=sda1 home=sda1 norestore tce=sda1"
  
 LABEL tinycore 3.4.1 LABEL tinycore 3.4.1
 KERNEL /boot/bzImage KERNEL /boot/bzImage
-APPEND initrd=/boot/tinycore.gz quiet opt=sda1 home=sda1 norestore tce=UUID="long-number"</code>+APPEND initrd=/boot/tinycore.gz quiet opt=sda1 home=sda1 norestore tce=sda1"</code>
  
 Use the correct partition if not sda1. Use the correct partition if not sda1.
Line 95: Line 81:
 timeout 5 timeout 5
  
-title Tiny Core 3.6+title Tinycore 3.6
 root (hd0,0) root (hd0,0)
-kernel /tc3.6/bzImage quiet opt=sda1 tce=sda1 home=sda1+kernel /tc3.6/bzImage quiet opt=sda1 tce=sda1 home=sda1 norestore
 initrd /tc3.6/tinycore.gz initrd /tc3.6/tinycore.gz
  
-title Tiny Core 3.5.1+title Tinycore 3.5.1
 root (hd0,0) root (hd0,0)
-kernel /tc3.5.1/bzImage quiet opt=sda1 tce=sda1 home=sda1+kernel /tc3.5.1/bzImage quiet opt=sda1 tce=sda1 home=sda1 norestore
 initrd /tc3.5.1/tinycore.gz initrd /tc3.5.1/tinycore.gz
  
-title Tiny Core 3.4.1+title Tinycore 3.4.1
 root (hd0,0) root (hd0,0)
-kernel /boot/bzImage quiet opt=sda1 tce=sda1 home=sda1+kernel /boot/bzImage quiet opt=sda1 tce=sda1 home=sda1 norestore
 initrd /boot/tinycore.gz</code> initrd /boot/tinycore.gz</code>
  
Line 120: Line 106:
 ==== Test the Release Candidates ==== ==== Test the Release Candidates ====
  
-We encourage people to download and install the release candidates, so you can help the Tiny Core team, by testing them for improvements and bugs, before the final release.+We encourage people to download and install the release candidates, so you can help the Tinycore team, by testing them for improvements and bugs, before the final release.
  
-==== Updating from 2x to 3x ====+==== Update from 2x to 3x ====
  
-When updating from 2x to 3x, it is better to do a complete new installation as there are major changes, and all of the extensions also need to be replaced.+When updating from version 2x to 3x, it is better to do a complete new installation as there are major changes, and all of the extensions also need to be replaced.
  
-The same thing is likely to happen when updating from 3x to 4x.+The same thing may happen when updating from 3x to 4x.
  
-==== Updating Applications ====+==== Update Applications ====
  
-To update applications to more recent versions, open Apps Audit, click Updates, select applications you want to update, and click Update Selected Item(s).+To update applications see [[update apps|Update Applications]].
  
Print/export
QR Code
QR Code wiki:update (generated for current page)