lx wrote: > Hello, I have installed in chapter 5 by LFS-BOOK-7.1, and a question > prevents > me. I have decided to install lfs by LFS-BOOK-7.2. How to clear up all > information > which I have done by LFS-BOOK-7.1?
Depends on what partition you are using. Assume it's /dev/sda6. First, save your sources As root: umount /dev/sda6 mkfs -t ext4 /dev/sda6 mount /dev/sda6 /mnt/lfs Copy the sources back to /mnt/lfs/sources -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
