📝 docs

This commit is contained in:
JMARyA 2025-04-19 01:49:51 +02:00
parent ae86fd8b0f
commit 67a3750fb3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 4 additions and 26 deletions

4
README.md Normal file
View 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`.

View file

@ -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