re-create /bin/sh symlink in chapter 6 + similar things
Reported by: |
gerard@… |
Owned by: |
markh@… |
Priority:
|
highest
|
Milestone:
|
|
Component:
|
Book
|
Version:
|
CVS
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
|
|
It may be nice to have the instructions in chapter 6 be complete, so the /bin/sh
symlink should perhaps be included. If you decided to reinstal something you
wouldn't need to have to go back to chapter 5 first to do things, then to
chapter 6 to finish it off.
The same would go for the symlinks during chap5-gcc's installation (cpp and so on).
Let's discuss it first when this bug is re-opened
Change History
(7)
Resolution: |
→ later
|
Status: |
new → closed
|
Resolution: |
later
|
Status: |
closed → reopened
|
Priority: |
normal → highest
|
Owner: |
changed from lfs-book@… to markh@…
|
Status: |
reopened → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Keywords: |
VERIFIED removed
|
OK - Here is the list of changes to chapter 6 we need to make AFAICS:
Bash: [Add to end:] cd /bin && ln -sf bash sh
Fileutils: [Add to end:] cd /usr/bin && ln -sf ../../bin/install
GCC: [Add to end:] cd /lib && ln -sf ../usr/bin/cpp && cd /usr/lib && ln -sf ../bin/cpp && cd /usr/bin ln -sf gcc cc
I'll put these in CVS now.