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

Joachim Breitner mail at joachim-breitner.de
Sat Aug 22 21:32:17 UTC 2009


The following commit has been merged in the master branch:
commit af30df954a964d13e4ab42fb31e18de5a4543746
Author: Olivier Berger <oberger at ouvaton.org>
Date:   Sat Aug 22 18:11:43 2009 +0200

    Work around cdebootstrap bug #542955
    
    Yeah, the d-i dependency resolver is unable to handle versioned
    dependencies. This patch works around the issue by adding a dependency
    manually.

diff --git a/install.sh b/install.sh
index 2c4357e..6daefd0 100755
--- a/install.sh
+++ b/install.sh
@@ -94,7 +94,7 @@ intern_no_partitioning=""
 # with packages for a basic debian with network connectivity
 CDEBOOTSTRAP_FLAVOUR=minimal
 CDEBOOTSTRAP_PACKAGE=$INST_MIRROR/pool/main/c/cdebootstrap/cdebootstrap-static_0.5.5_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,install-info
 # 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