projects
/
yawep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99156d
)
disable console
author
Neszt Tibor
<neszt.tibor@euronetrt.hu>
Thu, 7 Dec 2017 10:51:22 +0000
(11:51 +0100)
committer
Neszt Tibor
<neszt.tibor@euronetrt.hu>
Thu, 7 Dec 2017 10:51:22 +0000
(11:51 +0100)
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
90dca76
..
7f5cb3f
100755
(executable)
--- 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"