Author: bdubbs
Date: 2011-10-08 14:13:33 -0600 (Sat, 08 Oct 2011)
New Revision: 9621

Modified:
   trunk/BOOK/bootscripts/lfs/init.d/console
Log:
Correct logic error in console boot script

Modified: trunk/BOOK/bootscripts/lfs/init.d/console
===================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/console   2011-10-08 16:25:33 UTC (rev 
9620)
+++ trunk/BOOK/bootscripts/lfs/init.d/console   2011-10-08 20:13:33 UTC (rev 
9621)
@@ -40,7 +40,7 @@
 # See if we need to do anything
 if [ -z "${KEYMAP}"         ] && [ -z "${KEYMAP_CORRECTIONS}" ] &&
    [ -z "${FONT}"           ] && [ -z "${LEGACY_CHARSET}"     ] &&     
-    is_true "${UNICODE}"; then 
+   ! is_true "${UNICODE}"; then 
    exit 0
 fi
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to