Results 1 to 2 of 2
Ok, I am setting up LFS. I have downloaded the files and patches but I am having a problem with setting up the environment. As the book said, I put ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-22-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 38
Linux From Scratch enviroment issues...
Ok, I am setting up LFS. I have downloaded the files and patches but I am having a problem with setting up the environment. As the book said, I put in the following stuff:
Code:
$ cat > ~/.bash_profile << "EOF"
> exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash
> EOF
After that I got output from the coputer that said:
-su: cannot create temp file for here document: No space left on device
I have a 60GB hard drive with like 56GB partitioned for /root so I have plenty of space and thus I am confused. can anyone shed some light on this?
- 02-22-2010 #2Just Joined!
- Join Date
- Jun 2008
- Posts
- 34
Can you give me the output of "df -h"?


Reply With Quote
