Snake23
2004-12-22, 00:11:36
Ich bin an der LFS (Linux from Scratch) Installation.
Ich habe bis jetzt mein temporäres System fertig gemacht und wollte jetzt Kapitel 6 abarbeiten. Am Anfang muss man ja chroot machen. Wenn ich das mache nach der Anleitung vom Buch kann ich nur einmal einen Befehl eingeben und danach ist es einfach eine leere Zeile.
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!:/# chown -R 0:0 /tools
ls -la
echo $LFS
Was muss ich machen damit das richtig funktioniert??? Ist die Bash falsch installiert oder an was liegt das?
Ich habe bis jetzt mein temporäres System fertig gemacht und wollte jetzt Kapitel 6 abarbeiten. Am Anfang muss man ja chroot machen. Wenn ich das mache nach der Anleitung vom Buch kann ich nur einmal einen Befehl eingeben und danach ist es einfach eine leere Zeile.
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!:/# chown -R 0:0 /tools
ls -la
echo $LFS
Was muss ich machen damit das richtig funktioniert??? Ist die Bash falsch installiert oder an was liegt das?