Add an init script to set up for cuttlefish

Change-Id: Idb6be372a678997ea2b16e8eb017a6769efa6df4
(cherry picked from commit 73a012cc5066451c6e9e871018d054d3e5a4a261)
diff --git a/deploy/README.md b/deploy/README.md
index 9fb588c..af629dd 100644
--- a/deploy/README.md
+++ b/deploy/README.md
@@ -39,7 +39,7 @@
 * add current user to `libvirt` group,
 * create `cuttlefish` image repository under `/srv/cf` (or a different location
   specified using flags)
-* set up `Android Bridge` that will be used to enable networking on Cuttlefish
+* set up `abr0` that will be used to enable networking on Cuttlefish
   instances.
 * grants `libvirt-qemu` user access to `/srv/cf` (or a different, user-specified
   location, that will later be hosting cuttlefish system images)
@@ -61,4 +61,4 @@
   branch/target/build combination
 * Kernel image from specified branch/target/build combination
 
-and uploads these files to a specified instance to cuttlefish image folder.
\ No newline at end of file
+and uploads these files to a specified instance to cuttlefish image folder.
diff --git a/launcher/network-abr0.xml b/launcher/network-abr0.xml
index a745b42..d8c1b2a 100644
--- a/launcher/network-abr0.xml
+++ b/launcher/network-abr0.xml
@@ -1,5 +1,5 @@
 <network>
-  <name>Android Bridge</name>
+  <name>abr0</name>
   <forward mode='nat'>
     <nat>
       <port start='1024' end='65535'/>