From 9d22e0820b97b308f92540eda2c136641147eab7 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Wed, 21 Mar 2007 14:10:30 +0100 Subject: [PATCH] added bootoption lang=us to fix utf8 issues --- debian/changelog | 5 +++-- templates/grub-pxelinux_config | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e9bee38..d974bc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 19 Mar 2007 02:45:28 +0100 + -- Michael Gebetsroither Wed, 21 Mar 2007 14:10:14 +0100 grml-terminalserver (0.83) unstable; urgency=low diff --git a/templates/grub-pxelinux_config b/templates/grub-pxelinux_config index 9ae04f9..7f15645 100644 --- a/templates/grub-pxelinux_config +++ b/templates/grub-pxelinux_config @@ -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_" -- 2.1.4