From 0d16bb6f6c561d8e1913d7a9c88e6a98e1212d01 2018-08-04 20:41:05 From: drtyhlpr Date: 2018-08-04 20:41:05 Subject: [PATCH] Merge pull request #135 from darktohka/darktohka-patch-1 Fix networking with systemd --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 0bb6354..f8e65fb 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -466,6 +466,10 @@ if [ "$ENABLE_REDUCE" = true ] ; then fi fi +if [ "$RELEASE" != "jessie" ] ; then + APT_INCLUDES="${APT_INCLUDES},libnss-systemd" +fi + # Configure kernel sources if no KERNELSRC_DIR if [ "$BUILD_KERNEL" = true ] && [ -z "$KERNELSRC_DIR" ] ; then KERNELSRC_CONFIG=true