diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-08 19:46:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-08 19:46:16 +0100 |
commit | b27533599deeccfe4ca6d176baa8a05307f3805e (patch) | |
tree | f51d09c86da001e26742185e5f42aee77a60cde5 /scripts | |
parent | ad6880eef71d01101c2b216a5462dd9ae116542c (diff) |
update to latest stable kernel, fix grub2 terminal output
- grub2 documentation is really outdated. you have to read the source
to get serial working.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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 |