Quote |
Mount the partitions needed #mount -rw /dev/hda3 /mnt/hda3 Create the directories needed #mkdir /mnt/hda3/source ”mkdir /mnt/hda3/newcd ”mkdir /mnt/hda3/newcd/KNOPPIX Copy necessary files to the newcd directory #cp –Rp /cdrom/boot /mnt/hda3/newcd #cp –Rp /cdrom/lost+found /mnt/hda3/newcd #cp –Rp /cdrom/index.html /mnt/hda3/newcd Copy the sources to the proper directory #cp –Rp /KNOPPIX/* /mnt/hda3/source #cp –Rp /KNOPPIX/.bash_profile /mnt/hda3/source |