~roadmr/ubuntu/precise/checkbox/0.13.1

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

config_file="/etc/hwtest.d/$1.ini"

if [ "$1" = "hwtest" ]; then
    cat <<'EOF' >>$config_file
[hwtest/registries/packages]
command = COLUMNS=200 dpkg -l

EOF
fi