|
|
2010-07-06
, 22:24
|
|
|
Posts: 577 |
Thanked: 699 times |
Joined on Feb 2010
@ Malta
|
#2
|
|
|
2010-07-06
, 22:30
|
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2010
|
#3
|
http://wiki.maemo.org/Repartitioning_the_flash
It Seems with PR1.2 release below methods don't work as it is impossible to boot without /home
For some unknown reason I cannot find any way to do it. I believe the simplest one is to use ext3 sd card. Still, adding two lines to /etc/event.d/rcS-late causes unbootable system. The same commands work just fine when executed manually. It drives me crazy.
# First added line:
echo "/dev/mmcblk1p1 /mnt/card ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab
cmp -s $tmp_fstab $fstab || cp $tmp_fstab $fstab
rm -f $tmp_fstab
# Second line:
/bin/mount /mnt/card
I have no success with repartitioning before. Does anybody solve this simple problem on Maemo PR 1.2?