From 7894b2ed0adc2e272ccf440b9b01a20eeb068371 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 24 Nov 2014 00:19:24 +0100 Subject: g-i: add four new jobs: (sid_daily|jessie)_gnome_(brltty|speakup) --- bin/g-i-installation.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 74355978..64cb4ade 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -301,6 +301,14 @@ bootstrap_system() { debian-edu_*) EXTRA_APPEND="$EXTRA_APPEND DEBCONF_DEBUG=developer" ;; + *_brltty) + EXTRA_APPEND="$EXTRA_APPEND brltty=tt,ttyS0,en" + ;; + *_speakup) + EXTRA_APPEND="$EXTRA_APPEND speakup.synth=soft" + ;; + *) + ;; esac case $NAME in debian-edu_*) @@ -1156,6 +1164,20 @@ save_logs() { # get list of installed packages # sudo chroot $SYSTEM_MNT dpkg -l > $RESULTS/dpkg-l || ( echo "Warning: cannot run dpkg inside the installed system, did the installation finish correctly?" ; export FAILURE=true ) + # + # check for must installed packages + # + case $NAME in + *_brltty) + grep brltty $RESULTS/dpkg-l || echo "Warning: package brltty not installed." + ;; + *_speakup) + grep epeakup RESULTS/dpkg-l || echo "Warning: package espeakup not installed." + ;; + *) + ;; + esac + # # only on combi-servers and ltsp-servers: # mount /opt -- cgit v1.2.3-70-g09d2