Hi
Following LFS 7.3 instructions. I am logged in with user "foo", and the su
into lfs user for the LFS build instructions.
While building CoreUtils 8.21 i see one test failure. On debugging, i find
that the failure is that getlogin() is returning "foo", while
getenv("LOGNAME") is returning "lfs"
On Fri, Mar 22, 2013 at 12:01:50PM +0530, Mohamad Audhil wrote:
> Hi,
>
> For the first time I builded my own LFS, everything is fine but when I boot
> my LFS, it prompts me to give user name and password.
>
> But after issuing user name and password, it throws some error like this...
>
>
> Can
Andi Blacktigerbro wrote:
> 1. I got -- > bash: partprobe: command not found, how to resolve it?
It's in parted (see blfs). However, looking below, you don't need it.
> 2. I tried some LFS versions but at LFS 7.0 went more smoothly but
> probably it was just my lack of experience.
> ---
ount
> -
> mount -v --bind /dev $LFS/dev
> mount -vt devpts devpts $LFS/dev/pts
> mount -vt tmpfs shm $LFS/dev/shm
> mount -vt proc proc $LFS/proc
> mount -vt sysfs sysfs $LFS/sys
> -
> the command and result
>
> root:/# grub-instal