#!/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 <