Skip to content
Snippets Groups Projects
Commit b4dff490 authored by Michal Suchanek's avatar Michal Suchanek Committed by Johannes Schauer Marin Rodrigues
Browse files

mkimage: configure console-setup to not touch font

Font is to be set up in u-boot by adding device-specific parameter to
the kernel commandline.
parent adf0b5fb
No related branches found
No related tags found
1 merge request!112mkimage: configure console-setup to not touch font
Pipeline #2995 passed
...@@ -400,7 +400,10 @@ set -- "$@" \ ...@@ -400,7 +400,10 @@ set -- "$@" \
--essential-hook='echo tzdata tzdata/Areas select Europe | chroot "$1" debconf-set-selections' \ --essential-hook='echo tzdata tzdata/Areas select Europe | chroot "$1" debconf-set-selections' \
--essential-hook='echo tzdata tzdata/Zones/Europe select Berlin | chroot "$1" debconf-set-selections' \ --essential-hook='echo tzdata tzdata/Zones/Europe select Berlin | chroot "$1" debconf-set-selections' \
--essential-hook='echo locales locales/default_environment_locale select en_US.UTF-8 | chroot "$1" debconf-set-selections' \ --essential-hook='echo locales locales/default_environment_locale select en_US.UTF-8 | chroot "$1" debconf-set-selections' \
--essential-hook='echo locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8 | chroot "$1" debconf-set-selections' --essential-hook='echo locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8 | chroot "$1" debconf-set-selections' \
--essential-hook='echo console-setup console-setup/fontface47 select Do not change the boot/kernel font | chroot "$1" debconf-set-selections' \
--essential-hook='echo console-setup console-setup/fontsize string | chroot "$1" debconf-set-selections'
# set up motd # set up motd
set -- "$@" \ set -- "$@" \
--customize-hook='rm -f "$1"/etc/motd' \ --customize-hook='rm -f "$1"/etc/motd' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment