> Hi I'm trying to automate the installation of PhpMyAdmin, I add: > > echo phpmyadmin phpmyadmin/dbconfig-install boolean false | debconf-set- selections > echo phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2 | debconf-set-selections > > So the two questions I get, should be automatically run through, but even with "phpmyadmin/dbconfig-install boolean false" > I end up with a question about setting admin password. > > "This can be optionally handled with dbconfig-common. > Configure database for phpmyadmin with dbconfig-common? " > > The answer should be "no" here as I've set boolean false but it goes with yes and tries to configure the database which I dont want :( > > Is there a way through this problem? How do I autoconfigure it to say no to the dbconfig-common question in the installation script?
This is known bug in dbconfig-common that it ignores preseed. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476946 for more information. Merging bug accordingly. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org