diff options
author | Judd Vinet <judd@archlinux.org> | 2003-09-19 05:16:21 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2003-09-19 05:16:21 +0000 |
commit | 3a161b0240eb8eedcc8affb5e0c5b92d058619d9 (patch) | |
tree | e72a1a0cbc2df3803a4bbabe7ab042fbe5965dcf /rc.sysinit | |
parent | 6ea51dec01002c6b392c374fa70a62020edffd84 (diff) |
added consolefont setting to rc.conf
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -113,6 +113,10 @@ if [ "$KEYMAP" != "" ]; then status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q $KEYMAP fi +if [ "$CONSOLEFONT" != "" ]; then + status "Loading Console Font: $CONSOLEFONT" /usr/bin/setfont $CONSOLEFONT +fi + # Load modules from the MODULES array defined in rc.conf stat_busy "Loading Modules" for mod in "${MODULES[@]}"; do |