first commit
This commit is contained in:
13
archiso/airootfs/etc/pacman.d/gnupg/gpg.conf
Executable file
13
archiso/airootfs/etc/pacman.d/gnupg/gpg.conf
Executable file
@@ -0,0 +1,13 @@
|
||||
no-greeting
|
||||
no-permission-warning
|
||||
lock-never
|
||||
keyserver-options timeout=10
|
||||
keyserver-options import-clean
|
||||
keyserver-options no-self-sigs-only
|
||||
|
||||
keyserver hkp://keyserver.ubuntu.com:80
|
||||
#keyserver hkp://pool.sks-keyservers.net:80
|
||||
#keyserver hkps://hkps.pool.sks-keyservers.net:443
|
||||
#keyserver hkp://ipv4.pool.sks-keyservers.net:11371
|
||||
|
||||
|
||||
13
archiso/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Executable file
13
archiso/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Executable file
@@ -0,0 +1,13 @@
|
||||
# remove from airootfs!
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Type = Package
|
||||
Target = pacman-mirrorlist
|
||||
|
||||
[Action]
|
||||
Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist...
|
||||
When = PostTransaction
|
||||
Depends = pacman-mirrorlist
|
||||
Depends = sed
|
||||
Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
|
||||
@@ -0,0 +1,18 @@
|
||||
# remove from airootfs!
|
||||
# As a workaround for https://bugs.archlinux.org/task/49347 , remove pacman hooks specific to the ISO build process.
|
||||
# If not, they would be used when pacstrap is run in the live environment.
|
||||
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Type = Package
|
||||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = Work around FS#49347 by removing custom pacman hooks that are only required during ISO build...
|
||||
When = PostTransaction
|
||||
Depends = sh
|
||||
Depends = coreutils
|
||||
Depends = grep
|
||||
Exec = /bin/sh -c "rm -- $(grep -Frl 'remove from airootfs' /etc/pacman.d/hooks/)"
|
||||
38
archiso/airootfs/etc/pacman.d/mirrorlist
Executable file
38
archiso/airootfs/etc/pacman.d/mirrorlist
Executable file
@@ -0,0 +1,38 @@
|
||||
##
|
||||
## Arch Linux repository mirrorlist
|
||||
## Generated on 2022-07-01
|
||||
##
|
||||
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
||||
|
||||
## China
|
||||
Server = http://mirrors.163.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.aliyun.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.dgut.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.dgut.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.nju.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.nju.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.njupt.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.redrock.team/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.redrock.team/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.shanghaitech.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.shanghaitech.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.wsyu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.wsyu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.xjtu.edu.cn/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.zju.edu.cn/archlinux/$repo/os/$arch
|
||||
Reference in New Issue
Block a user