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
|
# Define hostname
|
||||||
hostname adlin-${USER_LOGIN}
|
hostname adlin-${USER_LOGIN}
|
||||||
|
|
||||||
|
# Change font
|
||||||
|
zcat /usr/share/consolefonts/Inconsolata-16r.psf.gz | loadfont
|
||||||
|
|
||||||
# Launch some TTYs
|
# Launch some TTYs
|
||||||
for i in `seq 2 4`
|
for i in `seq 2 6`
|
||||||
do
|
do
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
@ -46,9 +49,6 @@ done
|
|||||||
# Launch some daemons
|
# Launch some daemons
|
||||||
#/usr/bin/setsid /usr/sbin/crond > /dev/null &
|
#/usr/bin/setsid /usr/sbin/crond > /dev/null &
|
||||||
|
|
||||||
# Change font
|
|
||||||
zcat /usr/share/consolefonts/Inconsolata-16r.psf.gz | loadfont
|
|
||||||
|
|
||||||
# Prepare token 4
|
# Prepare token 4
|
||||||
mkdir -p /mnt
|
mkdir -p /mnt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user