📝 docs
This commit is contained in:
parent
ae86fd8b0f
commit
67a3750fb3
2 changed files with 4 additions and 26 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# navOS Container
|
||||||
|
This repo contains the files for building a navOS container.
|
||||||
|
|
||||||
|
The navOS container can be found [here](https://git.hydrar.de/navos/-/packages/container/navos/latest) with support for `linux/amd64` and `linux/arm64`.
|
26
pacman.conf
26
pacman.conf
|
@ -1,26 +0,0 @@
|
||||||
[options]
|
|
||||||
HoldPkg = pacman glibc
|
|
||||||
Architecture = auto
|
|
||||||
Color
|
|
||||||
CheckSpace
|
|
||||||
ParallelDownloads = 6
|
|
||||||
DownloadUser = alpm
|
|
||||||
SigLevel = Required DatabaseOptional
|
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
|
|
||||||
[core]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[multilib]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[navos]
|
|
||||||
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
|
||||||
SigLevel = Optional TrustAll
|
|
||||||
|
|
||||||
[our]
|
|
||||||
Server = https://pac.hydrar.de/pkg/$repo/$arch
|
|
||||||
SigLevel = Never
|
|
Loading…
Add table
Reference in a new issue