add systemd.networkd prereq

Change-Id: I9e2520dfdbdaec96e203f221ef51f94f986acd48
diff --git a/intro.rst b/intro.rst
index 268c169..b975071 100644
--- a/intro.rst
+++ b/intro.rst
@@ -34,17 +34,16 @@
 
 Note that Aether was originally deployed as a centrally-manged,
 ONF-operated cloud service, with the expectation that organizations
-would participate in Aether by connecting their site to this
+would participate in Aether by connecting their edge site to this
 operational deployment.\ [#]_ That service is now being deprecated in
 favor of users bringing up their own Aether sites using :doc:`OnRamp
-</onramp/overview>`, but the guide describing how to connect an edge
-site to Aether (still available in `Version 2.1 of the Aether Docs
-<https://docs.aetherproject.org/aether-2.1/edge_deployment/overview.html>`__)
-is useful because it highlights many of the operational challenges
-facing a production deployment of Aether as a managed cloud service.
-Those challenges motivate many of the operational mechanisms available
-in the Aether platform today, but now packaged for others to apply to
-their deployments.
+</onramp/overview>`. If you are looking for the original guide
+describing how to connect a site to Aether, it is still available in
+`Version 2.1 of the Aether Docs
+<https://docs.aetherproject.org/aether-2.1/edge_deployment/overview.html>`__.
+The operational issues described in that guide motivate many of the
+mechanisms available in the Aether platform today, but now refactored
+for others to apply to their deployments.
 
 .. [#] The original Aether service supported the Pronto research
        project, with edge clusters built on top of an SDN-controlled
diff --git a/onramp/start.rst b/onramp/start.rst
index 972ff4d..38c7076 100644
--- a/onramp/start.rst
+++ b/onramp/start.rst
@@ -42,6 +42,14 @@
    $ sudo ufw status
    Status: inactive
 
+Your server should use *systemd-networkd* to configure the
+network. This is the default for Ubuntu, but you can verify it by
+typing:
+
+.. code-block::
+
+   $ systemctl status systemd-networkd.service
+
 OnRamp depends on Ansible, which you can install on your server as
 follows: