Package: fai
Version: 2.8.4
Severity: normal
if there are no files for the classes of the installclient, taks_debconf
exits with error. so the install is no fully automatic ...
The Error ist in /usr/bin/fai-debconf, line 56:
packages=$(awk '{print $1}' $LOGDIR/debconf.data | sort | uniq)
should be replaced by something like:
packages=$(test -s && awk '{print $1}' $LOGDIR/debconf.data | sort |
uniq)
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages fai depends on:
ii libapt-pkg-perl 0.1.13 Perl interface to libapt-pkg
ii perl 5.8.4-8 Larry Wall's Practical Extraction
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]