Difference between revisions of "Talk:Debian chroot"
Jump to navigation
Jump to search
(New page: Hi there. I followed the instuctions excately. I did not get any errors. After i chrooted i typed in uname -a and it said '''Linux castle 2.6.24-palm-joplin-3430 #1 175.1.23.1.1.1.1 armv7...) |
Ragingmind (talk | contribs) m (moved Talk:Debian to Talk:Debian chroot: The previous title was too ambiguous.) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ===Doing it all on-device=== | |
− | + | This entire process can be done on-device (if you're patient), as both bunzip2 and resize2fs exist on the Pre. | |
− | |||
− | |||
− | |||
− | + | time bunzip2 debsmall.img.bz2 | |
+ | |||
+ | ''real 2m 26.53s'' | ||
+ | |||
+ | time resize2fs debsmall.img 1G | ||
+ | |||
+ | ''real 17m 49.56s'' | ||
+ | |||
+ | Also took about 20% of my battery (including the download over 3G), but hey, it works! |
Latest revision as of 01:03, 30 March 2011
Doing it all on-device
This entire process can be done on-device (if you're patient), as both bunzip2 and resize2fs exist on the Pre.
time bunzip2 debsmall.img.bz2
real 2m 26.53s
time resize2fs debsmall.img 1G
real 17m 49.56s
Also took about 20% of my battery (including the download over 3G), but hey, it works!