#!/bin/sh | |
# This script sets the debconf setting so that snowball | |
# hardware packs won't prompt for user input in l-m-c | |
CFILE=/var/cache/debconf/config.dat | |
cat >> $CFILE <<EOF | |
Name: ste-lla/accepted | |
Template: ste-lla/accepted | |
Value: true | |
Owners: lbsd, mali400-dev, startupfiles, ux500-firmware | |
Flags: seen | |
EOF |