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

 

 

 

How to set multiple arguments to debconf-set-selections line

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
DoubleHP
Posts: 72
Joined: 2016-10-09 08:55
Has thanked: 1 time

How to set multiple arguments to debconf-set-selections line

#1 Post by DoubleHP »

Hello.

I have designed a non interactive installer long time ago.

Today, I see a new ncurses question trying to interact with me; the package bugging me is wicd-daemon, which led me to

Code: Select all

debconf-get-selections | grep -v -e "^#" | grep -i wic
wicd-daemon     wicd/users      multiselect     foo
where foo is one user ; what's the syntax for two users : "foo bar" ? "foo,bar" ?

Post Reply