diff --git a/raspberrypi/files/avoid-debconf-prompts b/raspberrypi/files/avoid-debconf-prompts new file mode 100644 index 0000000..d4afbc3 --- /dev/null +++ b/raspberrypi/files/avoid-debconf-prompts @@ -0,0 +1,21 @@ +#!/bin/sh +# +# A number of packages are going to ask questions via debconf prompts. Since we +# know which answers are the right ones, set the right values and mark those +# questions as seen, instead of having users follow documentation. +# +# See https://github.com/PiRogueToolSuite/pirogue-images/issues/3 +# +# Reminder: debconf-set-selections comes with debconf, debconf-get-selections is +# shipped in the debconf-utils package (not installed by default). +set -e + +cat <