View Single Post
Old 04-26-2011, 04:39 AM   #96
DickeFix
Enthusiast
DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.DickeFix is fluent in JavaScript as well as Klingon.
 
Posts: 43
Karma: 4733
Join Date: Apr 2011
Device: Kindle 3Wifi+3G and DX
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.
DickeFix is offline   Reply With Quote