diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b7a44e --- /dev/null +++ b/README.md @@ -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`. diff --git a/pacman.conf b/pacman.conf deleted file mode 100644 index 8d64eff..0000000 --- a/pacman.conf +++ /dev/null @@ -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