From d65d911625b8e6f430406a29663c857df690545f Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Fri, 22 Jan 2010 18:37:55 +0100 Subject: 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 file changed, 7 insertions(+) create mode 100644 recipes/grub/grub-0.97/eee701/menu.lst (limited to 'recipes/grub') 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 + -- cgit 1.2.3-korg