grub 0.97: added config for eee701
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Fri, 22 Jan 2010 17:37:55 +0000 (18:37 +0100)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Sat, 23 Jan 2010 18:43:21 +0000 (19:43 +0100)
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)

recipes/grub/grub-0.97/eee701/menu.lst [new file with mode: 0644]

diff --git a/recipes/grub/grub-0.97/eee701/menu.lst b/recipes/grub/grub-0.97/eee701/menu.lst
new file mode 100644 (file)
index 0000000..9f7a953
--- /dev/null
@@ -0,0 +1,7 @@
+# menu.lst
+default 0
+timeout 5
+title   OpenEmbedded Linux (sda1)
+root    (hd0,0)
+kernel  /boot/bzImage root=/dev/sda1 rw
+