xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 44 forks source link

xbian-update obliterates dhclient.conf #657

Closed palswim closed 9 years ago

palswim commented 9 years ago

Whenever xbian-update has an update, I lose all of the data in /etc/dhcp/dhclient.conf configuration file, save for three lines:

initial-interval 1; reboot 4; script "/etc/xbian-udhcpc/dhclient-script-xbian";

Thankfully, I had the initial dhclient.conf from the base XBian (1.0r2) image from which to restore the configuration, but I have to restore that backup each time xbian-update updates.

mk01 commented 9 years ago

can you try

touch /run/noreboot
wget http://download.serveftp.net/other/xbian-update20150114-0.deb
dpkg -i xbian-update20150114-0.deb
palswim commented 9 years ago

A diff confirms that I have an identical /etc/dhcp/dhclient.conf file to the file I had before the update. Thanks!