[scripts] properly set the default systemd target

This commit is contained in:
Fabio Erculiani
2013-04-27 14:53:01 +02:00
parent 5e8da5905c
commit 50486dffca
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -46,6 +46,10 @@ echo FONT=latarcyrheb-sun16 > /etc/vconsole.conf
echo FONT_MAP=8859-1_to_uni >> /etc/vconsole.conf
echo FONT_UNIMAP=iso01 >> /etc/vconsole.conf
# since this comes without X, set the default target to multi-user.target
# instead of graphical.target
sd_enable multi-user
# remove SSH keys
rm -rf /etc/ssh/*_key*