Difference between revisions of "Talk:Debian chroot"
Jump to navigation
Jump to search
(Removing all content from page) |
Dallashigh (talk | contribs) |
||
| 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! | ||
Revision as of 02:47, 5 January 2010
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!