View Single Post
Old 04-26-2011, 07:57 AM   #98
yifanlu
Kindle Dissector
yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.yifanlu ought to be getting tired of karma fortunes by now.
 
Posts: 662
Karma: 475607
Join Date: Jul 2010
Device: Amazon Kindle 3
Quote:
Originally Posted by DickeFix View Post
NiLuJe, Thanks for the tip. I tried to replace

cp -a /usr ${ROOT}/

with these three lines

rsync --partial -a /usr ${ROOT}/
rsync --partial -a /usr ${ROOT}/
rsync -a /usr ${ROOT}/

These rsync lines were done just within seconds as opposed to copy which took at least 15 minutes so I donīt think anything got copied. The update was however generated but when I tried it on the DXG it got stuck at start page and I had to recover.
The Kindle doesn't have rsync. I think usbnetwork includes rsync though. If what NiLuJe said is true, I guess I can just include rsync with the package.

Quote:
Originally Posted by azuwis View Post
Why not generate rootfs-host.img from host and rootfs-client.img from client, and then run the patch process in a normal Linux box?
You can, but what's the fun in that
yifanlu is offline   Reply With Quote