From 311abc8516676098bf61ebca71999a58e3835552 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Wed, 17 Feb 2021 13:29:34 +0100 Subject: [PATCH] dosfstools fix --- archiso/pacman.conf | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/archiso/pacman.conf b/archiso/pacman.conf index 20defde..772ad40 100644 --- a/archiso/pacman.conf +++ b/archiso/pacman.conf @@ -24,7 +24,7 @@ HoldPkg = pacman glibc Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -#IgnorePkg = +IgnorePkg = dosfstools #IgnoreGroup = #NoUpgrade = @@ -71,6 +71,24 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +#you can create packages and put them on your local repo +#the folder should be on your homedirectory with the name alci_local_repo +#see uploaded example -there is a copy of the local repo in your folder +#Copy/paste it to your homefolder +#update the packages database +#Change the name erik to your own username + +#Your local repository +#[alci_local_repo] +#SigLevel = Optional TrustedOnly +#Server = file:///home/erik/$repo/$arch + +#repository from ALCI +[alci_repo] +SigLevel = Optional TrustedOnly +Server = https://arch-linux-calamares-installer.github.io/$repo/$arch + +#repositories from ArcoLinux #[arcolinux_repo_testing] #SigLevel = Required DatabaseOptional #Include = /etc/pacman.d/arcolinux-mirrorlist @@ -87,6 +105,7 @@ LocalFileSigLevel = Optional #SigLevel = Required DatabaseOptional #Include = /etc/pacman.d/arcolinux-mirrorlist +#repositories from Arch Linux #[testing] #Include = /etc/pacman.d/mirrorlist @@ -117,25 +136,6 @@ Include = /etc/pacman.d/mirrorlist #SigLevel = Optional TrustAll #Server = file:///home/custompkgs -#you can create packages and put them on your local repo -#change erik to your own username -#the folder is on your homedirectory with the name alci_local_repo -#see uploaded example - -#There is a copy of the local repo in your folder -#Copy/paste it to your homefolder -#Change the name erik to your own username -#update the packages database - -#[alci_local_repo] -#SigLevel = Optional TrustedOnly -#Server = file:///home/erik/$repo/$arch - -[alci_repo] -SigLevel = Optional TrustedOnly -Server = https://arch-linux-calamares-installer.github.io/$repo/$arch - - #more repositories here : #https://wiki.archlinux.org/index.php/unofficial_user_repositories