#!/bin/sh -e # $HeadURL$ $LastChangedRevision$ # Use debconf . /usr/share/debconf/confmodule || exit 0 #db_version 2.0 # Ask debconf to prepare to display a question to the user db_input low pcms/disable_cdrom_repos || true # Display the accumulated set of questions (from INPUT commands) to the user. db_go