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.
|