View previous topic :: View next topic |
Author |
Message |
engelsman
Joined: 21 Aug 2005 Posts: 131 Location: Netherlands
|
Posted: Sat Aug 27, 2005 4:44 pm Post subject: How to wipe previous module config set during lin --deps ? |
|
|
I'm a newbie on the Lunar block and the first poster in this forum, yippee!
I'm interested to see what dependencies a module has before I kick off the 'lin module'. Therefore I've been using 'lin --deps module' to see what else is required. Unfortunately, even 'lin --deps module' asks configuration questions and saves the answers away somewhere, so that any subsequent real installation using 'lin module' takes these answers.
Where are these answers stored? And is there an option to one of the lunar core tools to clear out any previous config for as-yet-uninstalled modules? This would let you experiment in 'lin --deps module' and not commit yourself until the real installation. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sat Aug 27, 2005 6:14 pm Post subject: dash r |
|
|
you can explicitly start with 'clean' dependencies and configuration options for a module by passing the '-r' option to lin. It will wipe the selection of optional dependencies and config options you chose.
PS the config choices are stored in Code: | /etc/lunar/local/depends | , and the dependencies are tracked in state files in |
|
Back to top |
|
 |
|