Quote:
Originally Posted by BrandonJ
... I really never seen any code that would be there to enter in, it just said So I should switch before I make the directories on 6.2. Preparing Virtual Kernel File Systems? Also should I clear out my whole sources folder and download new tarballs when needed?
|
Hi,
Yes, after chapter 5 you need to logout as user lfs and perform all remaining steps as root - unless told otherwise, but I think you do not have to login as user lfs for the rest of the book again. The procedure is simple:
Or, if you are using, e. g., Ubuntu as host,
Code:
lfs$ exit
normal Ubuntu user$ sudo su -
root$
After 'sudo su -' just type in your normal password.
Quote:
Originally Posted by BrandonJ
Also should I clear out my whole sources folder and download new tarballs when needed?
|
You can use the tarballs again, you just have to delete the used sources first and then untar the tarballs again and copy the freshly untarred sources to your $LFS/sources directory. There is no point in downloading them again. It is best to keep the tarballs on your host system - far away from your LFS so to say.