Why oh why does linuxmce overwrite my interfaces file in /etc/network? Now for my situation: I am still working on running cat6 to each room but until then I have to use a netgear wireless adapter. Once Ubuntu is installed I have to use a thumbdrive to get a few things installed before I can use the wireless (namely ndiswrapper[PITA], and wpa_supplicant[thankfully already there]). Internal wireless runs WPA-PSK so in order to get it to work at boot I had to modify the /etc/network/interfaces file to include
pre-up wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
When Linuxmce does its thing my precious interfaces file is overwritten
Also will this even work for the whole DHCP takeover? (current DHCP provided by a 2Wire modem/4port switch provided by the internet company and can be turned off)