challenge: try to apply font on all terms
This commit is contained in:
parent
b48fcf23dd
commit
a51749f60d
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user