| 7 | | This page is about the multiroot bootmenu from openaos and will explain a few features it has. Since kernel version release from 09-04-2012 is gen7 equal to the bootmenu from gen8. |
| | 7 | This page is about the multiroot bootmenu from openaos and will explain a few features it has. Since [http://www.openaos.org/wp-upload/gen7/2012-04-09/ kernel version release from 09-04-2012] is gen7 equal to the bootmenu from gen8. |
| | 8 | The menu.lst also changed a bit, so if you have installed an older version and want to flash the newer version then delete menu.lst and on first boot it will be recreated in the right format. |
| | 9 | |
| | 10 | Example of the menu.lst |
| | 11 | |
| | 12 | {{{ |
| | 13 | Archos|ARCHOS|ARCHOS|/init|0 |
| | 14 | Angstrom||/rootfs.img|/sbin/init|1 |
| | 15 | Gingerbread||/openaos-gingerbread.img|/init|0 |
| | 16 | }}} |
| | 17 | |
| | 18 | Note: extension to the menu.lst structure only for gen7, for gen8 they will be ignored. |
| | 19 | |
| | 20 | * If you add '|1' then fbset will set the framebuffer like in the original SDE kernel (e.g. for Ångström). |
| | 21 | * If you add '|0' then it will be set like for the Android like Archos firmware, Froyo, Gingerbread. |