Commit d04d5ff1 by Christian Brauner Committed by GitHub

Merge pull request #1163 from mabes/fix-libetc-dir

templates: remove creation of bogus directory in Debian templates
parents 1f42bbce c45df3b8
......@@ -239,7 +239,7 @@ configure_debian_systemd()
fi
# just in case systemd is not installed
mkdir -p "${rootfs}/{lib,etc}/systemd/system"
mkdir -p "${rootfs}/lib/systemd/system"
mkdir -p "${rootfs}/etc/systemd/system/getty.target.wants"
# Fix getty-static-service as debootstrap does not install dbus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment