challenge: try to apply font on all terms

This commit is contained in:
nemunaire 2020-02-24 09:57:42 +01:00
parent b48fcf23dd
commit a51749f60d

View File

@ -26,8 +26,11 @@ USER_IP=$(cmdline adlin.ip)
# Define hostname
hostname adlin-${USER_LOGIN}
# Change font
zcat /usr/share/consolefonts/Inconsolata-16r.psf.gz | loadfont
# Launch some TTYs
for i in `seq 2 4`
for i in `seq 2 6`
do
while true
do
@ -46,9 +49,6 @@ done
# Launch some daemons
#/usr/bin/setsid /usr/sbin/crond > /dev/null &
# Change font
zcat /usr/share/consolefonts/Inconsolata-16r.psf.gz | loadfont
# Prepare token 4
mkdir -p /mnt