From 240b4aebbc5ff01c4fdc10aed5c33ca0e433d320 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Mon, 21 Mar 2011 09:14:42 +0100
Subject: [PATCH] begin to add --preseed to __package_apt

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 conf/type/__package_apt/parameter/optional | 1 +
 doc/dev/todo/niconext                      | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/type/__package_apt/parameter/optional b/conf/type/__package_apt/parameter/optional
index a52167d3..2dae648e 100644
--- a/conf/type/__package_apt/parameter/optional
+++ b/conf/type/__package_apt/parameter/optional
@@ -1,2 +1,3 @@
 name
+preseed
 version
diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext
index 107023dd..4751c54a 100644
--- a/doc/dev/todo/niconext
+++ b/doc/dev/todo/niconext
@@ -1 +1,2 @@
-   - Ensure html output of manpages are published on the web
+- add --preseed to __package_apt
+- Ensure html output of manpages are published on the web