Re: I have no name!

2005-07-08 Thread Jeremy Huntwork
William Harrington wrote: Change it to something funny. Something like "Fix your passwd file, bum!" orrr "Creature from the Black Lagoon!" or Ratrophy! or Arrr! -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the

Re: I have no name!

2005-07-08 Thread William Harrington
PS1='\u:\w\$ ' > PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h > > I have no name!:/# > > Please advise how to proceed. Whether enter a name here? OR just ignore it > and continue on "6.4. Changing Ownership" > > http://www.s

AW: AW: I have no name!

2005-07-08 Thread Karna Puri-Sengupta
> Karna, > > If I undertand the above correctly, on next boot for > whatever reason I have to re-run all following > commands; > > # mount /mnt/lfs > # export LFS=/mnt/lfs > # mkdir -p $LFS/{proc,sys} > # mount -t proc proc $LFS/proc > # mount -t sysfs sysfs $LFS/sys > # mount -f -t ramfs ramfs $

Re: I have no name!

2005-07-08 Thread som
ount -f -t devpts -o gid=4,mode=620 devpts > $LFS/dev/pts > all went through without problem > > # chroot "$LFS" /tools/bin/env -i HOME=/root > TERM="$TERM" PS1='\u:\w\$ ' > PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin > /tools/bin/bash --logi

Re: AW: I have no name!

2005-07-08 Thread Stephen Liu
$LFS/dev/pts # chroot "$LFS" /tools/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h before continue. If I'm wrong please correct me. > Note that the bash prompt will say "I have

Re: I have no name!

2005-07-08 Thread steve crosby
On 7/8/05, Stephen Liu <[EMAIL PROTECTED]> wrote: > Hi folks, > > Continued on "6.3. Entering the Chroot Environment" > http://www.sg.linuxfromscratch.org/...r06/chroot.html > > > I have no name!:/# > > Please advise how to proceed. Whether

AW: I have no name!

2005-07-08 Thread Karna Puri-Sengupta
n the previous section) and enter chroot again before continuing with the installations. Note that the bash prompt will say "I have no name!" This is normal because the /etc/passwd file has not been created yet. " I suggest that you simply follow the instructions. In http://w

I have no name!

2005-07-08 Thread Stephen Liu
devpts -o gid=4,mode=620 devpts $LFS/dev/pts all went through without problem # chroot "$LFS" /tools/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash --login +h I have no name!:/# Please advise h