dosfstools fix
This commit is contained in:
parent
68ba05a3f9
commit
311abc8516
1 changed files with 20 additions and 20 deletions
|
@ -24,7 +24,7 @@ HoldPkg = pacman glibc
|
||||||
Architecture = auto
|
Architecture = auto
|
||||||
|
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
#IgnorePkg =
|
IgnorePkg = dosfstools
|
||||||
#IgnoreGroup =
|
#IgnoreGroup =
|
||||||
|
|
||||||
#NoUpgrade =
|
#NoUpgrade =
|
||||||
|
@ -71,6 +71,24 @@ LocalFileSigLevel = Optional
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# 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]
|
#[arcolinux_repo_testing]
|
||||||
#SigLevel = Required DatabaseOptional
|
#SigLevel = Required DatabaseOptional
|
||||||
#Include = /etc/pacman.d/arcolinux-mirrorlist
|
#Include = /etc/pacman.d/arcolinux-mirrorlist
|
||||||
|
@ -87,6 +105,7 @@ LocalFileSigLevel = Optional
|
||||||
#SigLevel = Required DatabaseOptional
|
#SigLevel = Required DatabaseOptional
|
||||||
#Include = /etc/pacman.d/arcolinux-mirrorlist
|
#Include = /etc/pacman.d/arcolinux-mirrorlist
|
||||||
|
|
||||||
|
#repositories from Arch Linux
|
||||||
#[testing]
|
#[testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
@ -117,25 +136,6 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#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 :
|
#more repositories here :
|
||||||
#https://wiki.archlinux.org/index.php/unofficial_user_repositories
|
#https://wiki.archlinux.org/index.php/unofficial_user_repositories
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue