From: Neszt Tibor Date: Thu, 7 Dec 2017 10:51:22 +0000 (+0100) Subject: disable console X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=5b172141a23e46821a209ec47f51194df77d4c4f;p=yawep.git disable console --- diff --git a/install.sh b/install.sh index 90dca76..7f5cb3f 100755 --- a/install.sh +++ b/install.sh @@ -22,4 +22,7 @@ adduser www-data wheel apt-get remove --purge plymouth +sed -i 's/ console=tty[0-9]//;s/$/ console=tty3/;s/ quiet//;s/$/ quiet/;s/ logo.nologo//;s/$/ logo.nologo/;s/ vt.global_cursor_default=0//;s/$/ vt.global_cursor_default=0/' /boot/cmdline.txt +systemctl disable getty@.service + echo "Check on web: http://"`dig +short myip.opendns.com @resolver1.opendns.com`"/yawep"