The ttylinux CD-ROM image is the source used for installation; it is a CD-ROM ISO 9660 file system. The pc_i486 CD-ROM has the following directory structure:
|-- AUTHORS |-- COPYING |-- LABEL |-- boot | |-- System.map | |-- filesys.gz | |-- grub | | `-- loopback.cfg | |-- isolinux | | |-- boot.msg | | |-- help_f2.msg | | |-- help_f3.msg | | |-- help_f4.msg | | |-- isolinux.bin | | `-- isolinux.cfg | |-- vmlinux | `-- vmlinuz |-- config | |-- kernel-2.6.34.6.cfg | |-- syslinux | `-- ttylinux-setup |-- doc | |-- ChangeLog-pc_i486 | |-- Flash_Disk_Howto.txt | |-- User_Guide.html | |-- User_Guide.pdf | `-- User_Guide.tex |-- packages | |-- bash-4.2-i486.tbz | |-- busybox-1.19.3-i486.tbz | |-- dropbear-0.53.1-i486.tbz | |-- e2fsprogs-1.42.1-i486.tbz | |-- glibc-2.9-i486.tbz | |-- gpm-1.20.6-i486.tbz | |-- iptables-1.4.12.2-i486.tbz | |-- lilo-23.2-i486.tbz | |-- ncurses-5.7-i486.tbz | |-- ppp-2.4.5-i486.tbz | |-- retawq-0.2.6c-i486.tbz | |-- ttylinux-basefs-1.0-i486.tbz | |-- ttylinux-devfs-1.0-i486.tbz | `-- ttylinux-utils-1.3-i486.tbz `-- qemu-i486.sh
Several files are critical for installation, note their location in the CD-ROM
image:
CD-ROM/boot/filesys.gz - ttylinux gzipped ext2 file system image
CD-ROM/boot/vmlinuz - gzipped ttylinux Linux kernel
CD-ROM/config/ttylinux-setup - user-maintained RAM disk startup
The ttylinux installation script automates the process of installing ttylinux; the scripts also copy the other documentation and information files to the new installed system.
For manual installation you can mount the CD-ROM or mount the CD-ROM image file via loop device for access to the critical files. The manual processes of installing ttylinux describes this in more detail.