Luis Muñoz Fuente wrote:
Hello: In 7.5 book, in chapter 6.6, use:exec /tools/bin/bash --login +h Is enough this: /tools/bin/bash --login +h Why exec?
You want to change the current environment, not the environment of a sub-shell.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
