Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Yes i now.
How i instaled me tiny core console.
I download full cd and choice console mode.
In console mode and:
1. open Appbrowser type
"tce-load -w -i cfdisk.tcz"
"tce-load -w -i grub-0.97-splash.tcz"
"tce-load -w -i nano"
2. type "sudo su"
3. type fdisk -l for
4. type "cfdisk"
7. make space
8. when done, type "rebuildfstab" so you can refresh the drive list
9. type "mkfs.ext3 /dev/sda1" where sda1 is your own drive letter.
10. type "mount /mnt/sda1" where sda1.. urgh...
11. type "mkdir -p /mnt/sda1/boot/grub"
12. type "mount /mnt/sr0" where.. the sr0. is.. your.. cd rom drive letter.
13. type "cp -p /mnt/sr0/boot/* /mnt/sda1/boot/"
14. type "mkdir -p /mnt/sda1/tce"
15. type "touch /mnt/sda1/tce/mydata.tgz"
16. type "cp -p /usr/lib/grub/i386-pc/* /mnt/sda1/boot/grub/" to install grub
17. type "nano /mnt/sda1/boot/grub/menu.lst" to make a new grub menu list
default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet
initrd /boot/tinycore.gz
19. type ":x" to exit and save changes that has been made
20. type "grub"
21. In the grub prompt, type
default 0
timeout 10
title Tiny core news
kernel /boot/vmlinuz loglevel=3
initrd /boot/core.gz
21. type umount /mnt/sr0, then eject /dev/sr0
23. filetools.sh -b
24. reboot then completed!!!!!!!!!!!!!!
If you need change password and backup you need edit
tc@box:/$ cat /opt/.filetool.lst
opt
home
/etc/shadow
/usr/local/etc/ssh
i backup ssh and shadow