From b27533599deeccfe4ca6d176baa8a05307f3805e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Nov 2009 19:46:16 +0100 Subject: update to latest stable kernel, fix grub2 terminal output - grub2 documentation is really outdated. you have to read the source to get serial working. --- scripts/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/install.sh') diff --git a/scripts/install.sh b/scripts/install.sh index 54887b6be..2be010c0b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -206,10 +206,9 @@ if [ $rb532 -eq 0 ];then cat << EOF > $tmp/boot/grub/grub.cfg set default=0 set timeout=5 -insmod terminal -insmod serial serial --unit=0 --speed=115200 -terminal serial +terminal_output serial +terminal_input serial menuentry "GNU/Linux (OpenADK)" { insmod ext2 -- cgit v1.2.3