Difference between revisions of "Talk:Debian chroot"

From WebOS Internals
Jump to navigation Jump to search
(Removing all content from page)
m (moved Talk:Debian to Talk:Debian chroot: The previous title was too ambiguous.)
 
(One intermediate revision by one other user 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 02: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!