summaryrefslogtreecommitdiffstats
path: root/target/image/x86/grub/menu.lst
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-08 15:48:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-08 15:48:56 +0000
commit5cd5287c63bd0be72b4ae00fc1af508a2b42e541 (patch)
tree8bb05e3468ab2c57394f38af4dff7fbd16f82eca /target/image/x86/grub/menu.lst
parenta963f60b9b11be446ebe3a77b528ee2513010597 (diff)
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
Diffstat (limited to 'target/image/x86/grub/menu.lst')
-rw-r--r--target/image/x86/grub/menu.lst11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/image/x86/grub/menu.lst b/target/image/x86/grub/menu.lst
new file mode 100644
index 000000000..39803c5bb
--- /dev/null
+++ b/target/image/x86/grub/menu.lst
@@ -0,0 +1,11 @@
+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
+