Skip to content

Commit

Permalink
stage2: Manually install /etc/default/console-setup
Browse files Browse the repository at this point in the history
debconf alone does not seem to work
  • Loading branch information
XECDesign committed Mar 6, 2017
1 parent 8f017cb commit 51fbf45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions stage2/01-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install -m 644 files/ttyoutput.conf ${ROOTFS_DIR}/etc/systemd/system/rc-local.

install -m 644 files/50raspi ${ROOTFS_DIR}/etc/apt/apt.conf.d/

install -m 644 files/console-setup ${ROOTFS_DIR}/etc/default/

on_chroot << EOF
systemctl disable hwclock.sh
Expand Down
16 changes: 16 additions & 0 deletions stage2/01-sys-tweaks/files/console-setup
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CONFIGURATION FILE FOR SETUPCON

# Consult the console-setup(5) manual page.

ACTIVE_CONSOLES="/dev/tty[1-6]"

CHARMAP="UTF-8"

CODESET="guess"
FONTFACE=""
FONTSIZE=""

VIDEOMODE=

# The following is an example how to use a braille font
# FONT='lat9w-08.psf.gz brl-8x8.psf'

0 comments on commit 51fbf45

Please sign in to comment.