The Following User Says Thank You to techdork For This Useful Post: | ||
|
2009-12-19
, 09:54
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#52
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-12-19
, 12:19
|
Posts: 10 |
Thanked: 5 times |
Joined on Oct 2009
@ Paris
|
#53
|
sudo gainroot # on the device with rootsh, but you can use openssh too cd /home/user mkdir /media/mmc1/MyDocs_backup # assuming you have a mounted memory card here cp -R MyDocs /media/mmc1/MyDocs_backup umount MyDocs sfdisk -d > sf vi sf # resize first partition, then add a new one for /dev/mmcblk0p4, see an example file at the bottom of this post sfdisk --force /dev/mmcblk0 < sf rm ./sf reboot sudo gainroot cd /home/user umount MyDocs mkfs.vfat -F 32 /dev/mmcblk0p1 mount MyDocs cp -R /media/mmc1/MyDocs_backup/* MyDocs/ rm -R /media/mmc1/MyDocs_backup mkfs.ext3 /dev/mmcblk0p4 mount /dev/mmcblk0p4 /debian cd MyDocs wget http://qole.org/files/debian-squeeze-m5-rootfs.tar.gz cd /debian tar xzf /home/user/MyDocs/debian-squeeze-m5-rootfs.tar.gz rm /home/user/MyDocs/debian-squeeze-m5-rootfs.tar.gz umount /debian
# partition table of /dev/mmcblk0 unit: sectors /dev/mmcblk0p1 : start= 64, size= 48952512, Id= c /dev/mmcblk0p2 : start= 56631360, size= 4194304, Id=83 /dev/mmcblk0p3 : start= 60825664, size= 1572864, Id=82 /dev/mmcblk0p4 : start= 48952576, size= 7678784, Id=83
The Following User Says Thank You to Ph0b For This Useful Post: | ||
|
2009-12-19
, 21:03
|
Posts: 33 |
Thanked: 4 times |
Joined on Dec 2009
@ London, UK
|
#54
|
|
2009-12-20
, 19:18
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#55
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-12-20
, 19:31
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#56
|
The Following 9 Users Say Thank You to qole For This Useful Post: | ||
|
2009-12-20
, 21:47
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2009
|
#57
|
In the spirit of "release early, release often" I have uploaded my current rootfs, with a working LXDE install. Download debian-m5-v2-rootfs.tgz and untar it (tar xzvf) into a partition or a 2GB image file (that you make using the instructions in this post).
To start LXDE, use the command "debbie xephwm5" and if LXDE loses keyboard, use "debbie xephfocus" to get the keyboard back again.
If you want the Fremantle-like theme with wide scrollbars, choose "MurrinaNightOrange" from the list of themes.
The new package with everything set up for you is coming soon, but I thought some eager testers might want to start now...
|
2009-12-21
, 03:20
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#58
|
The Following 2 Users Say Thank You to qole For This Useful Post: | ||
|
2009-12-21
, 06:28
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#59
|
The Following 2 Users Say Thank You to qole For This Useful Post: | ||
|
2009-12-21
, 06:38
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#60
|
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
Thread Tools | |
|
EDIT: @qole http://qole.org/files/debian-squeeze-m5-rootfs.tar.gz = 404 .. should be http://qole.org/files/debian-squeeze-m5-img.bz2 no?