Re: lfs-bootscripts-20110921 fix

2011-09-22 Thread Bruce Dubbs
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

/lib/services/init-functions overwrites some variables set by /etc/sysconfig/rc.site

2011-09-22 Thread xinglp
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