Difference between revisions of "Talk:Debian chroot"

From WebOS Internals
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...)
 
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:
Hi there.
+
===Doing it all on-device===
  
I followed the instuctions excately. I did not get any errors. After i chrooted i typed in uname -a and it said
+
This entire process can be done on-device (if you're patient), as both bunzip2 and resize2fs exist on the Pre.
'''Linux castle 2.6.24-palm-joplin-3430 #1 175.1.23.1.1.1.1 armv7l GNU/Linux
 
'''
 
Doesn't look like Debian for me. I also don't have any C compiler installed. I'm trying to get VNC working on my Pre. And .configure won't work. "Make" does not even exist.
 
  
Waht did i do wrong?
+
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!