Quote:
Originally Posted by cts
Is there a place I can download only this emergency update from?
|
I haven't found the critical update available for a manual update at this time. Maybe Amazon will provide that in the future.
I was lucky to snag the update in my DXG except that is not the same as for the K3G. I first had to undo my update blocker and then reboot when the update appeared within seconds of enabling the wireless.
EDIT: I don't actually use an update blocker. I stop logging to /var/log/messages by editing the /etc/syslog-ng/syslog-ng.conf and that also stops Amazon from sending the updates. The relevant part of my syslog-ng.conf looks like this:
log { source(src); filter(f_notice); destination(messages); };
EDIT2: You might need to clear the /var/log/messages first because the old messages persist until they finally get rotated away and the messages size drops to zero.
echo > /var/log/messages