I'm working on a Phidgets SBC2. It's got emdebian grip, but grip has is over and so I get 404 on those repositories when apt-get is trying to get package lists. I can get things to install using apt-get if I comment out the grip line in the /etc/apt/sources.list.d/multistrap-debian.list file. However, that file keeps getting re-created, as a comment in the file itself warns. Here is the contents:
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
deb http://www.emdebian.org/grip squeeze main dev java doc
deb http://ftp.us.debian.org/debian squeeze main contrib non-free
What is doing the overwriting, and how can I stop it?
(Edit: I assume multistrap is doing the overwriting, but I can't find the conf file that governs that. I have no /usr/share/multistrap directory. I think it's re-creating the file every time I do an apt-get update, maybe?)
/etc/apt/apt.conf.d
, perhaps? – Faheem Mitha Jan 08 '15 at 20:39