Changes between Version 1 and Version 2 of SettingUpMultiRoot_BootMenu

Show
Ignore:
Timestamp:
04/09/12 19:09:46 (15 months ago)
Author:
divx118
Comment:

Some extra info

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpMultiRoot_BootMenu

    v1 v2  
    55 
    66== General Info == 
    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. 
     7This 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.  
     8The 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 
     10Example of the menu.lst 
     11 
     12{{{ 
     13Archos|ARCHOS|ARCHOS|/init|0 
     14Angstrom||/rootfs.img|/sbin/init|1 
     15Gingerbread||/openaos-gingerbread.img|/init|0 
     16}}} 
     17 
     18Note: 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. 
    822 
    923== Features ==