package selection for bc

Asked by Fay

Hi

I was trying to install the bc package for my automated install and added bc to the pkgsel line

d-i pkgsel/install-pattern string ~t^ubuntu-standard$
d-i pkgsel/language-pack-patterns string

#tasksel tasksel/first multiselect ubuntu-standard
#tasksel tasksel/first multiselect ubuntu-standard, lamp-server
#tasksel tasksel/first multiselect ubuntu-standard, kubuntu-desktop

d-i pkgsel/include string debconf-utils bc

d-i pkgsel/install-language-support boolean false

#d-i pkgsel/include string debconf-utils bc

in my preseed file. But somehow after the installation it doesnt seem to have done so.

Could someone please tell me what I am missing

Thanks
Fay

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu pkgsel Edit question
Assignee:
No assignee Edit question
Solved by:
Fay
Solved:
Last query:
Last reply:
Revision history for this message
Fay (fathima-safir) said :
#1

i installed it using apt-install bc in d-i preseed/late_command. :)

d-i preseed/late_command string apt-install bc