[setup] set font in live session

This commit is contained in:
Bernhard Landauer 2017-03-06 04:43:15 +01:00
parent 4cc0e3112f
commit 9b2ca64424

View File

@ -10,6 +10,8 @@
# as published by the Free Software Foundation. So feel free to copy, distribute, # as published by the Free Software Foundation. So feel free to copy, distribute,
# or modify it as you wish. # or modify it as you wish.
[[ -e /run/miso/bootmnt ]] && setfont ter-u16n
while [[ ! $(ping -c 2 manjaro.org) ]]; do while [[ ! $(ping -c 2 manjaro.org) ]]; do
if [[ $(cat /proc/1/comm) == "systemd" ]];then if [[ $(cat /proc/1/comm) == "systemd" ]];then
if [[ $(systemctl is-active NetworkManager) == "active" ]]; then if [[ $(systemctl is-active NetworkManager) == "active" ]]; then