[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#232623: unknown owner



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




Reply to: