[oe-commits] Denis 'Gnutoo' Carikli : grub 0.97: added config for eee701

git version control git at git.openembedded.org
Sun Jan 24 10:39:18 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: d65d911625b8e6f430406a29663c857df690545f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d65d911625b8e6f430406a29663c857df690545f

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Jan 22 18:37:55 2010 +0100

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)

---

 recipes/grub/grub-0.97/eee701/menu.lst |    7 +++++++
 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 0000000..9f7a953
--- /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
+





More information about the Openembedded-commits mailing list