Opened 23 years ago

Closed 22 years ago

Last modified 22 years ago

#150 closed defect (fixed)

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:

Description

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)

comment:1 by gerard@…, 23 years ago

Resolution: later
Status: newclosed

comment:2 by gerard@…, 23 years ago

Resolution: later
Status: closedreopened

comment:3 by gerard@…, 22 years ago

Priority: normalhighest

comment:4 by markh@…, 22 years ago

Owner: changed from lfs-book@… to markh@…
Status: reopenedassigned

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.

comment:5 by markh@…, 22 years ago

Resolution: fixed
Status: assignedclosed

OK. These have been done for bash, fileutils and gcc. I think that's all. I'm fixing (but not closing) the Bug as per Gerard's request for QA. Can the person who QAs this please check that I haven't missed any (I don't think I have).

comment:6 by gerard@…, 22 years ago

Keywords: VERIFIED added

comment:7 by gerard@…, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.