Basic steps use for installing TTYLinux to hard drive.
Boot from ISO
boot from TTYLinux iso
login using : root/password
Preparing the partition
# fdisk /dev/sda
# n
# p
# 1
# 1
# 15
# w
Create the file system
# mke2fs /dev/sda1
Installing the TTYLinux to drive
# 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