networkd-config: adding new line character before DHCP section

Resolves openbmc/openbmc#1386

Change-Id: I03fafc64a21bb96f21b28cb88476be8eaa511ffd
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
1 file changed
tree: 0b616bb8d7868a0d9b8b8b00d6e7414a0b988854
  1. conf/
  2. bootstrap.sh
  3. configure.ac
  4. LICENSE
  5. logman.py
  6. Makefile.am
  7. netman.py
  8. netman_watch_dns.c
  9. README.md
  10. userman.py
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.