On Sunday 01 October 2006 00:44, Alexander Nasonov wrote:
> $ head -n 1 scripts/gen_initramfs_list.sh
> #!/bin/bash
> 
> but
> 
> $ file /bin/bash
> /bin/bash: cannot open `/bin/bash' (No such file or directory)

Try installing bash using, for example, FreeBSD ports collection.

AFAIK it will be installed into /usr/local hierarchy. Therefore
after the installation, make a symlink in /bin to the bash executable
just installed:

ln -s ../usr/local/bin/bash /bin/bash

I worked very little with FreeBSD so I amn't sure about the last
command but the whole idea should work.

-- 
Nothing but perfection
pv
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to