Hello,

I was somewhat uncertain about it. But particularly since typing with our 
beloved device
is rather cumbersome, should we not have the libreadline in, no matter what?  
It would
also avoid some strange-looking error messages while running cdebootstrap.

Best,

Steffen
>From 4b249ece0c3c8b64229cc34b71c6ffd74c00cdad Mon Sep 17 00:00:00 2001
From: Steffen Moeller <[email protected]>
Date: Fri, 13 Feb 2009 17:20:55 +0100
Subject: [PATCH] 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.
---
 install.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 
-- 
1.5.6.5

_______________________________________________
pkg-fso-maint mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-fso-maint

Reply via email to