]> git.ipfire.org Git - thirdparty/lxc.git/commit
templates: remove creation of bogus directory 1163/head
authorMaxime BESSON <maxime.besson@smile.fr>
Thu, 1 Sep 2016 14:09:37 +0000 (16:09 +0200)
committerMaxime BESSON <maxime.besson@smile.fr>
Thu, 1 Sep 2016 14:09:37 +0000 (16:09 +0200)
commitc45df3b8dbfcf9bca0c5c4c85550bcd4c81fc8bc
treee9f6fdeceefeede70e37b53bf68651fe8038d4ba
parent1f42bbcec59596fbf584c3822d83431ebdf5dfbe
templates: remove creation of bogus directory

An incorrect quoting introduced in bf39edb caused a /{lib,etc} folder to
appear in Debian templates

The very next line :
    mkdir -p "${rootfs}/etc/systemd/system/getty.target.wants

makes creating ${rootfs}/etc/systemd/system/ unnecessary in the first
place

Signed-off-by: Maxime Besson <maxime.besson@smile.fr>
templates/lxc-debian.in