From d49f4568fc94f269beba2100c9cb9c338483bc97 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 19 Jun 2015 11:03:20 +0200 Subject: [PATCH] TODO/Idea: --apt-options to pass arbitrary APT options via installDebianPackage --- TODO.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.markdown b/TODO.markdown index 5ff89f3..1d5ae80 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -9,6 +9,12 @@ General Ideas * Support per-distribution-release defaults for at least the file system. +* Add an option named `--apt-options` or similar to pass arbitrary APT + options via installDebianPackage() and friends. The reasoning behind + this idea is in + [this mail](http://xen-tools.org/pipermail/xen-tools-discuss/2015-June/001103.html) + and the following mails on the xen-tools-discuss mailing list. + Bugs to fix and features to add for 5.0 ---------------------------------------