switched from fitpc/atom to prime/linux

Also removed a few old things that had nothing reasonable to be changed
to.
diff --git a/aos/config/10-net-eth0.rules b/aos/config/10-net-eth0.rules
index c4e17e0..0d8d807 100644
--- a/aos/config/10-net-eth0.rules
+++ b/aos/config/10-net-eth0.rules
@@ -1,6 +1,6 @@
 # This is a file that will make any NIC eth0.
 # It prevents the persistent net rules generator from running because that ends
-# up naming the 1 NIC eth1 instead of when you move a disk between fit-pcs.
+# up naming the 1 NIC eth1 instead of when you move a disk between boxes.
 # Put it in /etc/udev/rules.d/ to use it.
 
 SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"