PDA

View Full Version : [ubuntu] debconf-get-selections doesnt work!



withjigs
April 24th, 2011, 10:04 AM
Hello everyone,
Trying to create initial preseed file using debconf-get-selections, but getting following error.


root@jbox:~# debconf-get-selections --installer
debconf: DbDriver "di_questions": could not open /var/log/installer/cdebconf/questions.dat

I am using Ubuntu 10.10.

Thanks,
Jigar

hedge.hog
May 7th, 2011, 07:33 AM
Drop the --installer option and it should work for you:

root@jbox:~# debconf-get-selections

HTH?