mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-07 17:24:57 +01:00
27 lines
No EOL
560 B
Markdown
27 lines
No EOL
560 B
Markdown
### Configuration files
|
|
|
|
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 configuration file, you can add packages 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.
|
|
``` |