From 37c23eb2621b142f330252b23fb6ecdfb0a91cc0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 28 Jun 2013 23:20:14 +0200 Subject: [PATCH] installer.sh: configure systemd for mambawelcome startup at the end of installation --- installer/installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/installer.sh b/installer/installer.sh index a228d1d..3a469ad 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -553,6 +553,9 @@ fi dcop_write $"Configuring system startup files..." 85 echo $"Configuring system startup files" +chroot $MOUNTPOINT systemctl enable mambawelcome.target +chroot $MOUNTPOINT systemctl enable mambawelcome.service + if [ -d /cdrom/openmamba/base ]; then # openmamba install_packages script section