X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/56ebc8501fd24ca8a2d1c7ecb224d7e667a26b86..fae448a5aa16aa50bbc5cf0fafd692d487754d18:/preseed/buster/commands/late_commands.d/debconf_readline_low diff --git a/preseed/buster/commands/late_commands.d/debconf_readline_low b/preseed/buster/commands/late_commands.d/debconf_readline_low new file mode 100755 index 0000000..936ac8c --- /dev/null +++ b/preseed/buster/commands/late_commands.d/debconf_readline_low @@ -0,0 +1,10 @@ +#!/bin/sh + +echo "Configuring debconf for readline/low" +export DEBCONF_FRONTEND=noninteractive +apt-get install --no-install-recommends -y libterm-readline-gnu-perl +debconf-set-selections <<_eof +debconf debconf/priority select low +debconf debconf/frontend select readline +debconf debconf/frontend seen false +_eof