Hi all, I'm new(bie) here, and I'm having some problems when I "install" slax into my HD, see below what I'm doing
1. I use live cd-rom to boot my pc
2. I use fdisk to create two partitions, 1 ext3 and 1 swap
3. I use mkfs.ext3 to format the ext3 partition and mkswap to create swap partition (also I use swapon)
4. I mount the partition /mnt/hda1
4. I copy all files of /* folder to /mnt/hda1 (I used mount -t proc proc /hda/hda1 and mount --bind to dev)
5. I create the others folders (home, mnt, and others)
6. I configure the LILO
7. I reboot the PC
8. IT WORKS! but I cant use VI, if I had installed nano packet, I can use nano, but not vi.