Skip to content

Commit

Permalink
Merge pull request #248 from grml/zeha/setupcon
Browse files Browse the repository at this point in the history
console-setup: create setupcon cache
  • Loading branch information
zeha authored Dec 23, 2024
2 parents 02a08d2 + b8af655 commit c39a1c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/grml/fai/config/scripts/GRMLBASE/26-console-setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ set -e

fcopy -M -v /etc/default/console-setup

# Have setupcon write its cache into /etc/console-setup, to avoid doing
# this on each live boot.
rm -f "${target}"/etc/console-setup/cached*
$ROOTCMD setupcon --save-only

## END OF FILE #################################################################
# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2

0 comments on commit c39a1c7

Please sign in to comment.