aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grub
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-01-22 18:37:55 +0100
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2010-01-23 19:43:21 +0100
commitd65d911625b8e6f430406a29663c857df690545f (patch)
tree7e60bb62bd8d5193d75629eb826513d80f34159a /recipes/grub
parentcb6d4c0d158a38823c458b991e29fcaa07b0e18d (diff)
downloadopenembedded-d65d911625b8e6f430406a29663c857df690545f.tar.gz
grub 0.97: added config for eee701
I took the default config and changed the following things: hda1->sda1: eee710 uses the new pata/sata subsystem driver in the linux kenrel,and the devices nodes changed from hdxx (in use in the old ata subsbsystem) to sdxx (in use in the new unified pata/sata one) ro was temporarly remplaced by rw because of the problem where the boot process hung. Udev could not write his cache on the disk, should have been fixed by commit 2b835db69e6b838fa8628dd85b11b4f930d5f5f9 but it was not (same issue than before...maybe this commit fix something else then)
Diffstat (limited to 'recipes/grub')
-rw-r--r--recipes/grub/grub-0.97/eee701/menu.lst7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/grub/grub-0.97/eee701/menu.lst b/recipes/grub/grub-0.97/eee701/menu.lst
new file mode 100644
index 0000000000..9f7a95312b
--- /dev/null
+++ b/recipes/grub/grub-0.97/eee701/menu.lst
@@ -0,0 +1,7 @@
+# menu.lst
+default 0
+timeout 5
+title OpenEmbedded Linux (sda1)
+root (hd0,0)
+kernel /boot/bzImage root=/dev/sda1 rw
+