mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Update command explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7504556e25
commit
4a19a8d141
@ -43,7 +43,7 @@ can't compile a test program to determine this, so it automatically defaults
|
||||
to a cross-compiler. Compiling the test program fails because Glibc hasn't
|
||||
been installed yet.</para>
|
||||
|
||||
<para><userinput>exec /bin/bash:</userinput>This command will
|
||||
<para><userinput>exec /static/bin/bash --login:</userinput> This command will
|
||||
start a new bash shell which will replace the current shell. This is
|
||||
done to get rid of the "I have no name!" message in the command
|
||||
prompt, which was caused by bash's inability to resolve a user ID to
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20020928">
|
||||
<!ENTITY releasedate "September 28th, 2002">
|
||||
<!ENTITY version "20020929">
|
||||
<!ENTITY releasedate "September 29th, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user