#52 closed defect (fixed)
fix intel/chapter6/bash-inst.xml
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.0-pre3 |
Severity: | normal | Keywords: | |
Cc: |
Description
the mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin is missing. Change the install instructions to: <blockquote><literallayout>
<userinput>./configure --prefix=/usr --with-curses
&&</userinput>
<userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>logout</userinput> <userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin
</literallayout></blockquote>
Do _not_ add && at the end of 'logout'. Logout will exit the chroot environment, so it won't be able to do any return value checking because the shell's gone.
Change History (2)
comment:1 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Added the mv command