[Fai-commit] r3862 - trunk/examples/simple/scripts/FAIBASE

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Sep 5 13:42:31 UTC 2006


Author: lange
Date: 2006-09-05 13:42:31 +0000 (Tue, 05 Sep 2006)
New Revision: 3862

Modified:
   trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
fix syntax error


Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc	2006-09-05 13:41:49 UTC (rev 3861)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc	2006-09-05 13:42:31 UTC (rev 3862)
@@ -33,7 +33,7 @@
 
 # create keyboard layout table
 $ROOTCMD bash -c "echo 'console-data console-data/keymap/full select $KEYMAP' | debconf-set-selections"
-$ROOTCMD install-keymap KEYMAP || true
+$ROOTCMD install-keymap $KEYMAP || true
 # dumpkeys | gzip -9f >$target/etc/console/boottime.kmap.gz
 
 exit $error




More information about the Fai-commit mailing list