[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. fbcc696c651387637f16b277be5d4b6aad36edd0

Steffen Moeller steffen_moeller at gmx.de
Thu Feb 19 23:43:44 UTC 2009


The following commit has been merged in the master branch:
commit 4b249ece0c3c8b64229cc34b71c6ffd74c00cdad
Author: Steffen Moeller <moeller at debian.org>
Date:   Fri Feb 13 17:20:55 2009 +0100

    The Perl libreadline is missing
    
    Unpacking x11-common (from .../x11-common_1%3a7.3+18_all.deb) ...
    debconf: unable to initialize frontend: Dialog
    debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 75.)
    debconf: falling back to frontend: Readline
    debconf: unable to initialize frontend: Readline
    debconf: (Can't locate Term/ReadLine.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
    debconf: falling back to frontend: Teletype
    
    I had felt we should possibly have it.

diff --git a/install.sh b/install.sh
index 8a20ed5..0fb5063 100755
--- a/install.sh
+++ b/install.sh
@@ -54,7 +54,7 @@ DROPBEAR_KEYS="/etc/dropbear/dropbear_rsa_host_key /etc/dropbear/dropbear_dss_ho
 # cdebootstrap options
 # with packages for a basic debian with network connectivity
 CDEBOOTSTRAP_PACKAGE=$INST_MIRROR/pool/main/c/cdebootstrap/cdebootstrap-static_0.5.4_armel.deb
-CDEBOOTSTRAP_EXTRA_PACKAGES=ifupdown,dropbear,udev,procps,netbase,vim-tiny,module-init-tools,wget,openssh-client
+CDEBOOTSTRAP_EXTRA_PACKAGES=ifupdown,dropbear,udev,procps,netbase,vim-tiny,module-init-tools,wget,openssh-client,libterm-readline-gnu-perl
 # This gets passed to cdebuildstrap. currently not used
 CDEBOOTSTRAP_EXCLUDE_PACKAGES=hello
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list