summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-11-06 23:12:14 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-08 15:44:12 -0500
commitc0534e888483168e2591924fc3b2795d025a43e3 (patch)
tree7ae9ee7db2473d37d5cf0f86e0b5ced92c748e87
parentf023963001df54474a387caf7c16f8cdf45f465e (diff)
wip - consolefont hookwip-fix-arm-kernels
-rw-r--r--install/consolefont4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/consolefont b/install/consolefont
index 0ec554e..6b9ac3a 100644
--- a/install/consolefont
+++ b/install/consolefont
@@ -25,10 +25,10 @@ build() {
exit 0
fi
done
- error "consolefont: requested font not found: '%s'" "$FONT"
+ error "consolefont: configured font not found: '%s'" "$FONT"
exit 1
else
- warning 'consolefont: no font found in configuration'
+ warning 'consolefont: no font found in configuration (/etc/vconsole.conf)'
exit 1
fi
) && add_runscript