Opened 23 years ago
Closed 23 years ago
Last modified 22 years ago
ln -sf bash $LFS/bin/sh should be ln -sf $LFS/bin/bash $LFS/bin/sh
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.
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.