added bootoption lang=us to fix utf8 issues 0.84
authorMichael Gebetsroither <michael.geb@gmx.at>
Wed, 21 Mar 2007 13:10:30 +0000 (14:10 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Wed, 21 Mar 2007 13:10:30 +0000 (14:10 +0100)
debian/changelog
templates/grub-pxelinux_config

index e9bee38..d974bc9 100644 (file)
@@ -5,9 +5,10 @@ grml-terminalserver (0.84) unstable; urgency=low
   * changed default value for NAT_INTERFACE_ from none to ""
   * introduced iptables as a seperate configurable service within
     grml-terminalserver
-  * adding create_netboot script to examples 
+  * adding create_netboot script to examples
+  * added bootoption lang=us to fix utf8 issues 
 
- -- Michael Gebetsroither <gebi@grml.org>  Mon, 19 Mar 2007 02:45:28 +0100
+ -- Michael Gebetsroither <gebi@grml.org>  Wed, 21 Mar 2007 14:10:14 +0100
 
 grml-terminalserver (0.83) unstable; urgency=low
 
index 9ae04f9..7f15645 100644 (file)
@@ -21,7 +21,7 @@
 # default boot arguments used for both grub and pxelinux
 default_boot_args_="ramdisk_size=24000 root=/dev/ram0 rw \
 init=/etc/init nfsdir=$IP_:$MOUNT_POINT_ nodhcp noprompt noeject \
-apm=power-off nomce"
+apm=power-off nomce lang=us"
 
 # special boot arguments required by grub
 grub_def_boot_args_="/linux26 $default_boot_args_"