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
How about move "[ -r /etc/sysconfig/rc.site ] && .
/etc/sysconfig/rc.site" to the bottom of /lib/services/init-functions
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page