|
@@ -329,6 +329,7 @@ define SYSTEMD_INSTALL_INIT_HOOK
|
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/halt
|
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/halt
|
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/poweroff
|
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/poweroff
|
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/reboot
|
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/reboot
|
|
|
|
+ ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/shutdown
|
|
ln -fs ../../../lib/systemd/system/multi-user.target \
|
|
ln -fs ../../../lib/systemd/system/multi-user.target \
|
|
$(TARGET_DIR)/etc/systemd/system/default.target
|
|
$(TARGET_DIR)/etc/systemd/system/default.target
|
|
endef
|
|
endef
|