From b72c69f3bf2ac5d7fde09e6e4fe5016df8245f8b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 12 Mar 2018 13:16:26 +0100 Subject: [PATCH] systemd: Remove manual symlink creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It looks like, systemd does it for us now with the script `tools/meson-make-symlink.sh`. No idea, why it wasn’t the case in systemd 237. ``` [BEE] => entering mee_install_post() .. mkdir: cannot create directory ‘/dev/shm/bee-root/systemd/systemd-238-0/image/sbin’: File exists ``` --- systemd.be0 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systemd.be0 b/systemd.be0 index 045b42778..ecfcd60f4 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -81,12 +81,6 @@ mee_configure() { ## by default this may be 'make install DESTDIR="${D}"' mee_install_post() { - mkdir ${D}/sbin - for tool in runlevel reboot shutdown poweroff halt telinit; do - ln -sv ../bin/systemctl ${D}/sbin/${tool} - done - ln -sv ../lib/systemd/systemd ${D}/sbin/init - # Support Linux kernels built with `CONFIG_CMDLINE="init=/bin/systemd"` ln -v ${D}/lib/systemd/systemd ${D}/bin/systemd