Pages

Monday, January 13, 2014

Installing TTYLinux

Basic steps use for installing TTYLinux to hard drive.

Boot from ISO

boot from TTYLinux iso
login using : root/password

Preparing the partition

ttylinux_fdisk

# fdisk /dev/sda
    # n
    # p
    # 1
    # 1
    # 15
    # w

Create the file system

ttylinux_mkefs

# mke2fs /dev/sda1

Installing the TTYLinux to drive

ttylinux_install

# ttylinux-install -m /dev/hdc /dev/sda1
    # yes

* eject/remove ISO from cdrom

Reboot the system

# shutdown –r

Login into the new install system

root/password

No comments:

Post a Comment