Changes between Version 8 and Version 9 of SettingUpMultiRootGen8

Show
Ignore:
Timestamp:
06/22/11 16:03:50 (2 years ago)
Author:
divx118
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpMultiRootGen8

    v8 v9  
    3434 
    3535== Features == 
    36  1. You can repartition internal storage and use ext4 for as filesystem. You then have to replace "/dev/sda1" in menu.lst with "/dev/mmcblk1p2". 
    37  1.  
     36 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. 
     37{{{ 
     38Angstrom|/dev/mmcblk1p2|/rootfs.img|/sbin/init|1 
     39}}} 
    3840 
     41 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. 
     42 
     43 3. Update the squashfs file. Create a dir on your internal storage with the name "/openaos/update". In that folder you can put your new squashfs. Use ".secure" extension if it has the 256 bytes signature. 
     44  
    3945More to come ... 
    4046