xinglp wrote: > lfs/init.d/console > > - [ -z "${FONT}" ] && [ is_true "${UNICODE}" ] && > + [ -z "${FONT}" ] && is_true "${UNICODE}" && > > - [ "${use_fb}" == "1" || [ -z "${FONT}" ] || setfont $FONT || failed=1 > + [ "${use_fb}" == "1" ] || [ -z "${FONT}" ] || setfont $FONT || failed=1 >
Thanks. The console script is difficult for me to test properly. Fixed in revision 9601. The book will update about 0800 GMT. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page