1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-01 01:31:05 +02:00
nbd 5cd5287c63 add grub based images for x86-2.6 - still a bit hackish, but works with ext2 and jffs2
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-08 15:48:56 +00:00

12 lines
222 B
Plaintext

serial --unit=0 --speed=@BAUDRATE@ --word=8 --parity=no --stop=1
terminal --timeout=10 serial
default 0
timeout 5
title OpenWrt
root (hd0,0)
kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8
boot