installer.sh: configure systemd for mambawelcome startup at the end of installation
This commit is contained in:
parent
27b08af71d
commit
37c23eb262
@ -553,6 +553,9 @@ fi
|
|||||||
dcop_write $"Configuring system startup files..." 85
|
dcop_write $"Configuring system startup files..." 85
|
||||||
echo $"Configuring system startup files"
|
echo $"Configuring system startup files"
|
||||||
|
|
||||||
|
chroot $MOUNTPOINT systemctl enable mambawelcome.target
|
||||||
|
chroot $MOUNTPOINT systemctl enable mambawelcome.service
|
||||||
|
|
||||||
if [ -d /cdrom/openmamba/base ]; then
|
if [ -d /cdrom/openmamba/base ]; then
|
||||||
|
|
||||||
# openmamba install_packages script section
|
# openmamba install_packages script section
|
||||||
|
Loading…
Reference in New Issue
Block a user