Package: cdebconf
Version:  0.55

i try to use db_register in d-i
it is working but when i look at /var/lib/cdebconf/questions.dat
all questions created by db_register have an
Owner: Unknown

my code is :
module_probe() {
   local module="$1"
   local priority="$2"
   local template="ethdetect/module_params"
   local question="$template/$module"

   db_register "$template" "$question"
   db_subst "$question" MODULE "$module"

   db_input $priority "$question" || [ $? -eq 30 ]
   db_go
   db_get "$question"
....
....
}

sylvain



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to