Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

debian-installer adding new udeb package

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
avertyr
Posts: 3
Joined: 2022-06-13 08:38

debian-installer adding new udeb package

#1 Post by avertyr »

Hi All,

i have created a new udeb package which ask for an URL, then i store the value into a debconf variable. This value is used by a debian .deb package to be installed by debian installer , in the postinst script. This deb package contains a .config file, used with dpkg-reconfigure command in case the value entered at install time via udeb has to be updated.

But at install time :
- i can see the question (url) from the udeb, this is good
- but also interface from .config file when the .deb package is installing

How can i ask the debian installer to not show the .deb config file and its questions ?

Regards

avertyr
Posts: 3
Joined: 2022-06-13 08:38

Re: debian-installer adding new udeb package

#2 Post by avertyr »

no one can help me ?

Post Reply