From 67a3750fb3433c266b047c7cbbeb979b1987b165 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 19 Apr 2025 01:49:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ pacman.conf | 26 -------------------------- 2 files changed, 4 insertions(+), 26 deletions(-) create mode 100644 README.md delete mode 100644 pacman.conf 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