Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#52 closed defect (fixed)

fix intel/chapter6/bash-inst.xml

Reported by: gerard@… Owned by: gerard@…
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

&amp;&amp;</userinput>

<userinput>make &amp;&amp;</userinput> <userinput>make install &amp;&amp;</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 gerard@…, 23 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:2 by gerard@…, 23 years ago

Resolution: fixed
Status: assignedclosed

Added the mv command

Note: See TracTickets for help on using tickets.