aptitude was mistyped. And it needed to be forced to install the keyring.
Keep up the good work!
--- /home/hendry/projects/livecd/live-package/helpers/lh_installapt 2007-02-22 15:44:48.000000000 +0000
+++ /usr/sbin/lh_installapt 2007-02-26 15:29:27.000000000 +0000
@@ -1,7 +1,11 @@
-#!/bin/sh
+#!/bin/sh -x
# lh_installapt
+. /etc/make-live.conf
+echo DEBUG lh_installapt: ${LIVE_REPOSITORIES}
+
+
# Install aptitude
lh_chroot "apt-get install --yes --force-yes aptitude"
@@ -23,7 +27,7 @@
if [ -n "${REPOSITORY_KEYRING}" ]
then
- lh_chroot "aptiude install ${REPOSITORY_KEYRING}"
+ lh_chroot "apt-get install --yes --force-yes ${REPOSITORY_KEYRING}"
elif [ -n "${REPOSITORY_KEY}" ]
then
lh_chroot "wget ${REPOSITORY_KEY}"
signature.asc
Description: Digital signature
_______________________________________________ Debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

