mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-24 19:58:31 +01:00
27 lines
541 B
Markdown
27 lines
541 B
Markdown
|
### Configuration
|
||
|
|
||
|
There are four configuration files.
|
||
|
|
||
|
The general configuration file:
|
||
|
```
|
||
|
/etc/slpkg/slpkg.toml
|
||
|
General configuration of slpkg
|
||
|
```
|
||
|
|
||
|
The repositories configuration file that you can setting about repositories:
|
||
|
```
|
||
|
/etc/slpkg/repositories.toml
|
||
|
Repositories configuration
|
||
|
```
|
||
|
|
||
|
In the blacklist file that you can add files to be ignored:
|
||
|
```
|
||
|
/etc/slpkg/blacklist.toml
|
||
|
Blacklist of packages
|
||
|
```
|
||
|
|
||
|
The rules configuration is about to manage some specials files:
|
||
|
```
|
||
|
/etc/slpkg/rules.toml
|
||
|
Rules of packages.
|
||
|
```
|