Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#344 closed defect (invalid)

chap 5 bash, bad symlink

Reported by: behomet@… Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: major Keywords:
Cc:

Description

ln -sf bash $LFS/bin/sh should be ln -sf $LFS/bin/bash $LFS/bin/sh

Change History (1)

comment:1 by gimli@…, 22 years ago

op_sys: Linux
Resolution: invalid
Status: newclosed

If the symlink would be created like this, starting "sh" would try to access $LFS/bin/bash which exists neither in chroot or in the finished LFS system. The correct link is sh->bash which is properly created by the current commands.

Note: See TracTickets for help on using tickets.