================================= Installation of TinyLinux 0.0.3 Daniel Etzold dan@etzi.de Change: 2000/09/28 ================================= TinyLinux comes in two versions (both the same!): 1. tgz archive: base-0.0.3.tgz 2. disc images: disc0x.img Installation of "base-0.0.3.tgz" -------------------------------- a) create an ext2fs with "mke2fs dev" on the device you want to install TL e.g. dev = "/dev/hda1" b) mount this device e.g. mount -t ext2 /dev/hda1 /mnt c) extract the base archive into this directory cd /mnt tar -xzf /somewhere/base-0.0.3.tgz e) edit your "/etc/lilo.conf" and execute "lilo" Installation of disc version ---------------------------- a) create the discs out of the disc images dd if=disc00.img of=/dev/fd0 bs=1k dd if=disc01.img of=/dev/fd0 bs=1k dd if=disc02.img of=/dev/fd0 bs=1k b) boot the first disc and follow the instructions