On 10/1/06, Vladimir A. Pavlov <[EMAIL PROTECTED]> wrote:
Try installing bash using, for example, FreeBSD ports collection.
It's installed to /usr/pkg/bin/bash. I used it throughout the installation.
ln -s ../usr/local/bin/bash /bin/bash
This is actually a last thing I would try. First of all, I don't want to pollute my base system. Second, the script worked even though /bin/bash doesn't exist. I replaced /bin/bash in the first line of scripts/gen_initramfs_list.sh with /usr/pkg/bin/bash but it didn't help. I didn't look at source code to say for sure but it seems that they run this script like this: /bin/sh scripts/gen_initramfs_list.sh On Linux systems /bin/sh is a link to /bin/bash. -- Alexander Nasonov http://nasonov.blogspot.com http://alnsn.livejournal.com _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
