Obviously this is a temporary workaround, for personal testing only.
I added these two lines to the 030-early-packages script.
cp /root/acpid.deb $ROOT
chroot $ROOT dpkg -i /acpid.deb
This is what my
"/usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/030-early-packages" file
looks like.
case "$MODE" in
commandline)
add_option "early-packages" "`eval_gettext "set the list of packages to
install after base-install is completed."`" "advanced" "true"
;;
configure)
if [ -n "$option_early_packages_value" ]; then
EARLY_PACKAGES="$option_early_packages_value"
fi
;;
after-install)
cp /root/acpid.deb $ROOT
chroot $ROOT dpkg -i /acpid.deb
chroot $ROOT apt-get $APT_GET_OPTS install $EARLY_PACKAGES
;;
esac
** Attachment added: "my 030-early-packages script"
http://launchpadlibrarian.net/13196865/030-early-packages
--
ltsp-client: Depends: acpid but it is not installable
https://bugs.launchpad.net/bugs/213014
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs