debian: set default target of multi-user.target

pull/1/head
Marek Marczykowski-Górecki 10 years ago
parent 04da34e545
commit 53c79a8363

@ -31,6 +31,8 @@ else # testing/unstable
chroot $INSTALLDIR apt-get -y install systemd-sysv
fi
chroot $INSTALLDIR systemctl set-default multi-user.target
echo "--> Upgrading system"
chroot $INSTALLDIR apt-get update
chroot $INSTALLDIR apt-get -y upgrade

Loading…
Cancel
Save