Changes between Version 8 and Version 9 of SettingUpMultiRootGen8
- Timestamp:
- 06/22/11 16:03:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingUpMultiRootGen8
v8 v9 34 34 35 35 == 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 {{{ 38 Angstrom|/dev/mmcblk1p2|/rootfs.img|/sbin/init|1 39 }}} 38 40 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 39 45 More to come ... 40 46
