Changes between Version 3 and Version 4 of SettingUpMultiRoot_BootMenu

Timestamp:
05/31/12 17:54:23 (4 years ago)
Author:
divx118
Comment:

Changed menu.lst line for booting a partition.

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpMultiRoot_BootMenu

    v3 v4  
    22 22  
    23 23 == Features == 
    24    1. You can repartition internal storage and use ext4 for as filesystem. You then have to add "/dev/mmcblk1p2" on the second position in menu.lst. You can also use the sd-card "/dev/mmcblk2pX". X is the partition you want to use. If you only have one partition it will be "/dev/mmcblk2p1" 
      24  1. You can repartition internal storage and use ext4 for as filesystem. You then have to add "/dev/mmcblk1p2" on the second position in menu.lst. You can also use the sd-card "/dev/mmcblk2pX". X is the partition you want to use. If you only have one partition it will be "/dev/mmcblk2p1" 
    25 25 {{{ 
    26   Angstrom|/dev/mmcblk1p2|/rootfs.img|/sbin/init|1 
      26 Angstrom|/dev/mmcblk1p2||/sbin/init|1 
    27 27 }}} 
      28  
      29  
    28 30  
    29 31  2. Dumping the squashfs file from archos. Create a dir on your internal storage with the name "/openaos/dump". On startup from the bootmenu it will copy the secure squashfs from /mnt/system dir to the dump dir for further extraction.