From 9b2ca64424122be2f3717ee0b50637a865e4ace2 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Mon, 6 Mar 2017 04:43:15 +0100 Subject: [PATCH] [setup] set font in live session --- bin/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/setup b/bin/setup index 070768d..0557345 100644 --- a/bin/setup +++ b/bin/setup @@ -10,6 +10,8 @@ # as published by the Free Software Foundation. So feel free to copy, distribute, # or modify it as you wish. +[[ -e /run/miso/bootmnt ]] && setfont ter-u16n + while [[ ! $(ping -c 2 manjaro.org) ]]; do if [[ $(cat /proc/1/comm) == "systemd" ]];then if [[ $(systemctl is-active NetworkManager) == "active" ]]; then