move profile
1
src/profile/airootfs/etc/hostname
Normal file
|
@ -0,0 +1 @@
|
|||
archiso
|
1
src/profile/airootfs/etc/locale.conf
Normal file
|
@ -0,0 +1 @@
|
|||
LANG=C.UTF-8
|
1
src/profile/airootfs/etc/localtime
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/share/zoneinfo/UTC
|
2
src/profile/airootfs/etc/mkinitcpio.conf.d/archiso.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
HOOKS=(base udev modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
||||
COMPRESSION="xz"
|
8
src/profile/airootfs/etc/mkinitcpio.d/linux.preset
Normal file
|
@ -0,0 +1,8 @@
|
|||
# mkinitcpio preset file for the 'linux' package on archiso
|
||||
|
||||
PRESETS=('archiso')
|
||||
|
||||
ALL_kver='/boot/vmlinuz-linux'
|
||||
archiso_config='/etc/mkinitcpio.conf.d/archiso.conf'
|
||||
|
||||
archiso_image="/boot/initramfs-linux.img"
|
7
src/profile/airootfs/etc/modprobe.d/broadcom-wl.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
# The broadcom-wl package requires some modules to be disabled in order to use
|
||||
# wl. Since the ISO image needs to cover many hardware cases, this file
|
||||
# overrides the default blacklist in /usr/lib/modprobe.d/
|
||||
#
|
||||
# If you need to use wl, you may need to delete this file, then `rmmod` any
|
||||
# already-loaded modules that are now blacklisted before proceeding to modprobe
|
||||
# wl itself.
|
11
src/profile/airootfs/etc/motd
Normal file
|
@ -0,0 +1,11 @@
|
|||
To install [38;2;23;147;209mArch Linux[0m follow the installation guide:
|
||||
https://wiki.archlinux.org/title/Installation_guide
|
||||
|
||||
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||
For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility.
|
||||
Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.
|
||||
|
||||
After connecting to the internet, the installation guide can be accessed
|
||||
via the convenience script [35mInstallation_guide[0m.
|
||||
|
||||
[41m [41m [41m [40m [44m [40m [41m [46m [45m [41m [46m [43m [41m [44m [45m [40m [44m [40m [41m [44m [41m [41m [46m [42m [41m [44m [43m [41m [45m [40m [40m [44m [40m [41m [44m [42m [41m [46m [44m [41m [46m [47m [0m
|
97
src/profile/airootfs/etc/pacman.conf
Normal file
|
@ -0,0 +1,97 @@
|
|||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
# If you wish to use different paths, uncomment and update the paths.
|
||||
#RootDir = /
|
||||
#DBPath = /var/lib/pacman/
|
||||
#CacheDir = /var/cache/pacman/pkg/
|
||||
#LogFile = /var/log/pacman.log
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
#NoExtract =
|
||||
|
||||
# Misc options
|
||||
#UseSyslog
|
||||
Color
|
||||
#NoProgressBar
|
||||
# CheckSpace
|
||||
#VerbosePkgLists
|
||||
ParallelDownloads = 4
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||
SigLevel = Never
|
||||
LocalFileSigLevel = Optional
|
||||
#RemoteFileSigLevel = Required
|
||||
|
||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||
# keyring can then be populated with the keys of all official Arch Linux
|
||||
# packagers with `pacman-key --populate archlinux`.
|
||||
|
||||
#
|
||||
# REPOSITORIES
|
||||
# - can be defined here or included from another file
|
||||
# - pacman will search repositories in the order defined here
|
||||
# - local/custom mirrors can be added here or in separate files
|
||||
# - repositories listed first will take precedence when packages
|
||||
# have identical names, regardless of version number
|
||||
# - URLs will have $repo replaced by the name of the current repo
|
||||
# - URLs will have $arch replaced by the name of the architecture
|
||||
#
|
||||
# Repository entries are of the format:
|
||||
# [repo-name]
|
||||
# Server = ServerName
|
||||
# Include = IncludePath
|
||||
#
|
||||
# The header [repo-name] is crucial - it must be present and
|
||||
# uncommented to enable the repo.
|
||||
#
|
||||
|
||||
# The testing repositories are disabled by default. To enable, uncomment the
|
||||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
#[core-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[extra-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the multilib repositories as required here.
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[multilib]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
|
@ -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/)"
|
934
src/profile/airootfs/etc/pacman.d/mirrorlist
Normal file
|
@ -0,0 +1,934 @@
|
|||
# Server list generated by rankmirrors on 2024-03-07
|
||||
##
|
||||
## Arch Linux repository mirrorlist
|
||||
## Generated on 2024-03-07
|
||||
##
|
||||
## Worldwide
|
||||
## Australia
|
||||
#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://au.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://au.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
|
||||
#Server = http://gsl-syd.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://gsl-syd.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://sydney.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = https://syd.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
|
||||
## Austria
|
||||
# Server = http://mirror.alwyzon.net/archlinux/$repo/os/$arch
|
||||
# Server = https://mirror.alwyzon.net/archlinux/$repo/os/$arch
|
||||
# Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
|
||||
# Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
|
||||
# Server = https://at.arch.mirror.kescher.at/$repo/os/$arch
|
||||
# Server = http://mirror.reisenbauer.ee/archlinux/$repo/os/$arch
|
||||
# Server = https://mirror.reisenbauer.ee/archlinux/$repo/os/$arch
|
||||
## Azerbaijan
|
||||
#Server = http://mirror.hostart.az/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.hostart.az/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.yer.az/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.yer.az/archlinux/$repo/os/$arch
|
||||
## Bangladesh
|
||||
#Server = http://mirror.xeonbd.com/archlinux/$repo/os/$arch
|
||||
## Belarus
|
||||
#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
|
||||
## Belgium
|
||||
## Bosnia and Herzegovina
|
||||
#Server = http://archlinux.mirror.ba/$repo/os/$arch
|
||||
## Brazil
|
||||
#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
|
||||
#Server = http://www.caco.ic.unicamp.br/archlinux/$repo/os/$arch
|
||||
#Server = https://www.caco.ic.unicamp.br/archlinux/$repo/os/$arch
|
||||
#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
|
||||
#Server = http://mirror.ufam.edu.br/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.ufscar.br/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ufscar.br/archlinux/$repo/os/$arch
|
||||
## Bulgaria
|
||||
#Server = https://mirror.darklinux.uk/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.host.ag/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.telepoint.bg/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
|
||||
## Cambodia
|
||||
#Server = http://mirror.sabay.com.kh/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.sabay.com.kh/archlinux/$repo/os/$arch
|
||||
## Canada
|
||||
#Server = http://mirror.0xem.ma/arch/$repo/os/$arch
|
||||
#Server = https://mirror.0xem.ma/arch/$repo/os/$arch
|
||||
#Server = https://arch.mirror.winslow.cloud/$repo/os/$arch
|
||||
#Server = http://mirror.cedille.club/archlinux/$repo/os/$arch
|
||||
#Server = http://ca.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://ca.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.colo-serv.net/$repo/os/$arch
|
||||
#Server = http://mirror.cpsc.ucalgary.ca/mirror/archlinux.org/$repo/os/$arch
|
||||
#Server = https://mirror.cpsc.ucalgary.ca/mirror/archlinux.org/$repo/os/$arch
|
||||
#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror2.evolution-host.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror2.evolution-host.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.quantum5.ca/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.quantum5.ca/archlinux/$repo/os/$arch
|
||||
#Server = http://muug.ca/mirror/archlinux/$repo/os/$arch
|
||||
#Server = https://muug.ca/mirror/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.powerfly.ca/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.powerfly.ca/archlinux/$repo/os/$arch
|
||||
#Server = https://dl.ptse.host/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
|
||||
#Server = http://mirror.scd31.com/arch/$repo/os/$arch
|
||||
#Server = https://mirror.scd31.com/arch/$repo/os/$arch
|
||||
#Server = http://mirror.xenyth.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.xenyth.net/archlinux/$repo/os/$arch
|
||||
## Chile
|
||||
#Server = http://mirror.anquan.cl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.anquan.cl/archlinux/$repo/os/$arch
|
||||
#Server = http://elmirror.cl/archlinux/$repo/os/$arch
|
||||
#Server = https://elmirror.cl/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.hnd.cl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.hnd.cl/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.hit.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.hit.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.jlu.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.jlu.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.jxust.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.jxust.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.nyist.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.nyist.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.qlu.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
|
||||
## Colombia
|
||||
#Server = http://mirrors.atlas.net.co/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.atlas.net.co/archlinux/$repo/os/$arch
|
||||
#Server = http://edgeuno-bog2.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://edgeuno-bog2.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.udenar.edu.co/archlinux/$repo/os/$arch
|
||||
## Croatia
|
||||
#Server = http://archlinux.iskon.hr/$repo/os/$arch
|
||||
## Czechia
|
||||
#Server = http://mirror.dkm.cz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.dkm.cz/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.fi.muni.cz/pub/linux/arch/$repo/os/$arch
|
||||
#Server = http://ftp.linux.cz/pub/linux/arch/$repo/os/$arch
|
||||
#Server = https://europe.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = http://gluttony.sin.cvut.cz/arch/$repo/os/$arch
|
||||
#Server = https://gluttony.sin.cvut.cz/arch/$repo/os/$arch
|
||||
#Server = http://mirror.it4i.cz/arch/$repo/os/$arch
|
||||
#Server = https://mirror.it4i.cz/arch/$repo/os/$arch
|
||||
#Server = http://mirrors.nic.cz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.nic.cz/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.sh.cvut.cz/arch/$repo/os/$arch
|
||||
#Server = https://ftp.sh.cvut.cz/arch/$repo/os/$arch
|
||||
#Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
|
||||
## Denmark
|
||||
#Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.dotsrc.org/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.one.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.one.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.safe-con.dk/archlinux/$repo/os/$arch
|
||||
## Ecuador
|
||||
#Server = http://mirror.cedia.org.ec/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.espoch.edu.ec/archlinux/$repo/os/$arch
|
||||
## Estonia
|
||||
#Server = http://mirror.cspacehostings.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.cspacehostings.com/archlinux/$repo/os/$arch
|
||||
#Server = http://repo.br.ee/arch/$repo/os/$arch
|
||||
#Server = https://repo.br.ee/arch/$repo/os/$arch
|
||||
#Server = http://mirrors.xtom.ee/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.xtom.ee/archlinux/$repo/os/$arch
|
||||
## Finland
|
||||
#Server = https://arch.mcstrugs.org/$repo/os/$arch
|
||||
#Server = http://mirror.arctic.lol/ArchMirror/$repo/os/$arch
|
||||
#Server = https://mirror.arctic.lol/ArchMirror/$repo/os/$arch
|
||||
#Server = http://arch.mirror.far.fi/$repo/os/$arch
|
||||
#Server = http://mirror.hosthink.net/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.kyberorg.fi/$repo/os/$arch
|
||||
#Server = https://arch.kyberorg.fi/$repo/os/$arch
|
||||
#Server = http://mirror.5i.fi/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.5i.fi/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror1.sl-chat.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.srv.fail/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.wuki.li/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.wuki.li/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.yhtez.xyz/$repo/os/$arch
|
||||
#Server = https://arch.yhtez.xyz/$repo/os/$arch
|
||||
## France
|
||||
## Georgia
|
||||
#Server = http://archlinux.grena.ge/$repo/os/$arch
|
||||
#Server = https://archlinux.grena.ge/$repo/os/$arch
|
||||
## Germany
|
||||
## Greece
|
||||
#Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://repo.greeklug.gr/data/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.myaegean.gr/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/$arch
|
||||
## Hong Kong
|
||||
#Server = https://asia.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = http://mirror-hk.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror-hk.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = http://hkg.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = https://hkg.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = https://arch-mirror.wtako.net/$repo/os/$arch
|
||||
#Server = http://mirror.xtom.com.hk/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.xtom.com.hk/archlinux/$repo/os/$arch
|
||||
## Hungary
|
||||
#Server = https://ftp.ek-cer.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
|
||||
#Server = http://archmirror.hbit.sztaki.hu/archlinux/$repo/os/$arch
|
||||
#Server = http://nova.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://super.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://nova.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://super.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch
|
||||
## Iceland
|
||||
#Server = http://is.mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
#Server = https://is.mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.opensource.is/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.opensource.is/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.system.is/arch/$repo/os/$arch
|
||||
#Server = https://mirror.system.is/arch/$repo/os/$arch
|
||||
## India
|
||||
#Server = http://mirror.4v1.in/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.4v1.in/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.abhy.me/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.albony.in/archlinux/$repo/os/$arch
|
||||
#Server = http://in.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://in.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
|
||||
#Server = http://in-mirror.garudalinux.org/archlinux/$repo/os/$arch
|
||||
#Server = https://in-mirror.garudalinux.org/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.net.in/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.net.in/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.nxtgen.com/archlinux-mirror/$repo/os/$arch
|
||||
#Server = https://mirrors.nxtgen.com/archlinux-mirror/$repo/os/$arch
|
||||
#Server = http://mirrors.piconets.webwerks.in/archlinux-mirror/$repo/os/$arch
|
||||
#Server = https://mirrors.piconets.webwerks.in/archlinux-mirror/$repo/os/$arch
|
||||
#Server = http://mirror.sahil.world/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.sahil.world/archlinux/$repo/os/$arch
|
||||
## Indonesia
|
||||
#Server = http://mirror.citrahost.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.citrahost.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.cloudweeb.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.faizuladib.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.gi.co.id/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.gi.co.id/archlinux/$repo/os/$arch
|
||||
#Server = http://vpsmurah.jagoanhosting.com/archlinux/$repo/os/$arch
|
||||
#Server = https://vpsmurah.jagoanhosting.com/archlinux/$repo/os/$arch
|
||||
#Server = http://kebo.pens.ac.id/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.labkom.id/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.ditatompel.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ditatompel.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.papua.go.id/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.papua.go.id/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.poliwangi.ac.id/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.repository.id/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.repository.id/archlinux/$repo/os/$arch
|
||||
#Server = http://suro.ubaya.ac.id/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.telkomuniversity.ac.id/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.telkomuniversity.ac.id/archlinux/$repo/os/$arch
|
||||
#Server = https://kacabenggala.uny.ac.id/archlinux/$repo/os/$arch
|
||||
## Iran
|
||||
#Server = http://mirror.arvancloud.ir/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.arvancloud.ir/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.bardia.tech/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.bardia.tech/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.hostiran.ir/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.hostiran.ir/archlinux/$repo/os/$arch
|
||||
#Server = http://repo.iut.ac.ir/repo/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.nak-mci.ir/arch/$repo/os/$arch
|
||||
## Israel
|
||||
#Server = http://archlinux.interhost.co.il/$repo/os/$arch
|
||||
#Server = https://archlinux.interhost.co.il/$repo/os/$arch
|
||||
#Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.mivzakim.net/$repo/os/$arch
|
||||
## Italy
|
||||
## Japan
|
||||
#Server = http://mirrors.cat.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.cat.net/archlinux/$repo/os/$arch
|
||||
#Server = http://jp.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://jp.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch
|
||||
#Server = https://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch
|
||||
#Server = http://repo.jing.rocks/archlinux/$repo/os/$arch
|
||||
#Server = https://repo.jing.rocks/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.nishi.network/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.nishi.network/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.saebasol.org/archlinux/$repo/os/$arch
|
||||
## Kazakhstan
|
||||
#Server = http://mirror.hoster.kz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.hoster.kz/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.ps.kz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ps.kz/archlinux/$repo/os/$arch
|
||||
## Kenya
|
||||
#Server = http://archlinux.mirror.liquidtelecom.com/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.liquidtelecom.com/$repo/os/$arch
|
||||
## Latvia
|
||||
#Server = http://archlinux.koyanet.lv/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.koyanet.lv/archlinux/$repo/os/$arch
|
||||
## Lithuania
|
||||
#Server = http://mirrors.atviras.lt/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.atviras.lt/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.ims.nksc.lt/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.ims.nksc.lt/archlinux/$repo/os/$arch
|
||||
## Luxembourg
|
||||
## Mauritius
|
||||
#Server = http://archlinux-mirror.cloud.mu/$repo/os/$arch
|
||||
#Server = https://archlinux-mirror.cloud.mu/$repo/os/$arch
|
||||
## Mexico
|
||||
#Server = https://arch.jsc.mx/$repo/os/$arch
|
||||
## Moldova
|
||||
#Server = http://md.mirrors.hacktegic.com/archlinux/$repo/os/$arch
|
||||
#Server = https://md.mirrors.hacktegic.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.ihost.md/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ihost.md/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.mangohost.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.mangohost.net/archlinux/$repo/os/$arch
|
||||
## Monaco
|
||||
#Server = http://mirrors.qontinuum.space/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.qontinuum.space/archlinux/$repo/os/$arch
|
||||
## Netherlands
|
||||
#Server = http://mirror.bouwhuis.network/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.bouwhuis.network/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.cj2.nl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.cj2.nl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.daan.vodka/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.evoluso.com/archlinux/$repo/os/$arch
|
||||
#Server = http://nl.mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
#Server = https://nl.mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://arch.jeweet.net/$repo/os/$arch
|
||||
#Server = http://mirror.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.mirrors.lavatech.top/$repo/os/$arch
|
||||
#Server = https://arch.mirrors.lavatech.top/$repo/os/$arch
|
||||
#Server = http://mirror.ams1.nl.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ams1.nl.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.liteserver.nl/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.liteserver.nl/$repo/os/$arch
|
||||
#Server = http://mirror.lyrahosting.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.lyrahosting.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.mijn.host/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.mijn.host/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.neostrada.nl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.neostrada.nl/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.pcextreme.nl/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.pcextreme.nl/$repo/os/$arch
|
||||
#Server = http://mirror.serverion.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.serverion.com/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.tarellia.net/distr/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.tarellia.net/distr/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.viflcraft.top/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.viflcraft.top/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.wearetriple.com/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.wearetriple.com/$repo/os/$arch
|
||||
#Server = http://mirror-archlinux.webruimtehosting.nl/$repo/os/$arch
|
||||
#Server = https://mirror-archlinux.webruimtehosting.nl/$repo/os/$arch
|
||||
#Server = http://mirrors.xtom.nl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.xtom.nl/archlinux/$repo/os/$arch
|
||||
## New Caledonia
|
||||
#Server = http://mirror.lagoon.nc/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.nautile.nc/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.nautile.nc/archlinux/$repo/os/$arch
|
||||
## New Zealand
|
||||
#Server = http://mirror.2degrees.nz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.2degrees.nz/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.fsmg.org.nz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.fsmg.org.nz/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.ourhome.kiwi/$repo/os/$arch
|
||||
#Server = http://mirror.smith.geek.nz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.smith.geek.nz/archlinux/$repo/os/$arch
|
||||
## North Macedonia
|
||||
#Server = http://arch.softver.org.mk/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.onevip.mk/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.t-home.mk/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.t-home.mk/archlinux/$repo/os/$arch
|
||||
## Norway
|
||||
#Server = http://mirror.archlinux.no/$repo/os/$arch
|
||||
#Server = https://mirror.archlinux.no/$repo/os/$arch
|
||||
#Server = http://archlinux.uib.no/$repo/os/$arch
|
||||
#Server = http://lysakermoen.com/Software/Linux/Mirrors/ArchLinux/$repo/os/$arch
|
||||
#Server = https://lysakermoen.com/Software/Linux/Mirrors/ArchLinux/$repo/os/$arch
|
||||
#Server = http://mirror.neuf.no/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.neuf.no/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.terrahost.no/linux/archlinux/$repo/os/$arch
|
||||
## Paraguay
|
||||
#Server = http://archlinux.mirror.py/archlinux/$repo/os/$arch
|
||||
## Poland
|
||||
#Server = https://mirror.eloteam.tk/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.icm.edu.pl/pub/Linux/dist/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.icm.edu.pl/pub/Linux/dist/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.juniorjpdj.pl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.juniorjpdj.pl/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.midov.pl/arch/$repo/os/$arch
|
||||
#Server = https://arch.midov.pl/arch/$repo/os/$arch
|
||||
#Server = http://mirror.onet.pl/pub/mirrors/archlinux/$repo/os/$arch
|
||||
#Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
|
||||
#Server = http://ftp.psnc.pl/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.psnc.pl/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.sakamoto.pl/$repo/os/$arch
|
||||
#Server = https://arch.sakamoto.pl/$repo/os/$arch
|
||||
#Server = http://repo.skni.umcs.pl/archlinux/$repo/os/$arch
|
||||
#Server = https://repo.skni.umcs.pl/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch
|
||||
## Portugal
|
||||
#Server = http://mirror.barata.pt/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.barata.pt/archlinux/$repo/os/$arch
|
||||
#Server = http://glua.ua.pt/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://glua.ua.pt/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.leitecastro.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.leitecastro.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.up.pt/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.up.pt/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch
|
||||
## Romania
|
||||
#Server = http://mirrors.chroot.ro/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.chroot.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.efect.ro/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.efect.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://ro.mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
#Server = https://ro.mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.go.ro/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.go.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.hosterion.ro/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.hosterion.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.hostico.ro/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.hostico.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirrors.linux.ro/$repo/os/$arch
|
||||
#Server = http://mirrors.m247.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.nav.ro/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.nxthost.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.nxthost.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.pidginhost.com/arch/$repo/os/$arch
|
||||
#Server = https://mirrors.pidginhost.com/arch/$repo/os/$arch
|
||||
## Russia
|
||||
#Server = http://mirror.kamtv.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.kamtv.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.kpfu.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.kpfu.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.lebedinets.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.lebedinets.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.nw-sys.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.nw-sys.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.powernet.com.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://repository.su/archlinux/$repo/os/$arch
|
||||
#Server = https://repository.su/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.rol.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.rol.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror2.sl-chat.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror3.sl-chat.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.truenetwork.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.truenetwork.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.yandex.ru/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.zepto.cloud/$repo/os/$arch
|
||||
## Réunion
|
||||
#Server = http://arch.mithril.re/$repo/os/$arch
|
||||
## Serbia
|
||||
#Server = http://arch.petarmaric.com/$repo/os/$arch
|
||||
#Server = http://mirror.pmf.kg.ac.rs/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror1.sox.rs/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror1.sox.rs/archlinux/$repo/os/$arch
|
||||
## Singapore
|
||||
#Server = http://mirror.0x.sg/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.0x.sg/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.aktkn.sg/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.aktkn.sg/archlinux/$repo/os/$arch
|
||||
#Server = http://sg.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://sg.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://download.nus.edu.sg/mirror/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.guillaumea.fr/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.guillaumea.fr/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.jingk.ai/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.jingk.ai/archlinux/$repo/os/$arch
|
||||
#Server = http://ossmirror.mycloud.services/os/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.sg.gs/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.sg.gs/archlinux/$repo/os/$arch
|
||||
## Slovakia
|
||||
#Server = http://mirror.lnx.sk/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.lnx.sk/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://tux.rainside.sk/archlinux/$repo/os/$arch
|
||||
## Slovenia
|
||||
#Server = http://archimonde.ts.si/archlinux/$repo/os/$arch
|
||||
#Server = https://archimonde.ts.si/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.tux.si/arch/$repo/os/$arch
|
||||
#Server = https://mirror.tux.si/arch/$repo/os/$arch
|
||||
## South Africa
|
||||
#Server = http://archlinux.za.mirror.allworldit.com/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.za.mirror.allworldit.com/archlinux/$repo/os/$arch
|
||||
#Server = http://za.mirror.archlinux-br.org/$repo/os/$arch
|
||||
#Server = http://mirror.is.co.za/mirror/archlinux.org/$repo/os/$arch
|
||||
#Server = http://mirrors.urbanwave.co.za/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.urbanwave.co.za/archlinux/$repo/os/$arch
|
||||
## South Korea
|
||||
#Server = http://kr.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://kr.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.kaist.ac.kr/ArchLinux/$repo/os/$arch
|
||||
#Server = http://mirror.funami.tech/arch/$repo/os/$arch
|
||||
#Server = https://mirror.funami.tech/arch/$repo/os/$arch
|
||||
#Server = https://seoul.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = http://ftp.harukasan.org/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.harukasan.org/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.lanet.kr/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.lanet.kr/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.morgan.kr/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.morgan.kr/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.siwoo.org/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.siwoo.org/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.yuki.net.uk/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.yuki.net.uk/archlinux/$repo/os/$arch
|
||||
## Spain
|
||||
## Sweden
|
||||
#Server = http://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch
|
||||
#Server = http://ftpmirror.infania.net/mirror/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.ludd.ltu.se/mirrors/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.bahnhof.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.bahnhof.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.osbeck.com/archlinux/$repo/os/$arch
|
||||
## Switzerland
|
||||
## Taiwan
|
||||
#Server = http://mirror.archlinux.tw/ArchLinux/$repo/os/$arch
|
||||
#Server = https://mirror.archlinux.tw/ArchLinux/$repo/os/$arch
|
||||
#Server = http://archlinux.ccns.ncku.edu.tw/archlinux/$repo/os/$arch
|
||||
#Server = http://free.nchc.org.tw/arch/$repo/os/$arch
|
||||
#Server = https://free.nchc.org.tw/arch/$repo/os/$arch
|
||||
#Server = https://ncuesaweb.ncue.edu.tw/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.cs.nycu.edu.tw/$repo/os/$arch
|
||||
#Server = https://archlinux.cs.nycu.edu.tw/$repo/os/$arch
|
||||
#Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
|
||||
#Server = http://ftp.yzu.edu.tw/Linux/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.yzu.edu.tw/Linux/archlinux/$repo/os/$arch
|
||||
## Thailand
|
||||
#Server = https://mirror.cyberbits.asia/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.kku.ac.th/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.kku.ac.th/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror2.totbb.net/archlinux/$repo/os/$arch
|
||||
## Türkiye
|
||||
#Server = http://ftp.linux.org.tr/archlinux/$repo/os/$arch
|
||||
#Server = http://depo.turkiye.linux.web.tr/archlinux/$repo/os/$arch
|
||||
#Server = https://depo.turkiye.linux.web.tr/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.veriteknik.net.tr/archlinux/$repo/os/$arch
|
||||
## Ukraine
|
||||
#Server = http://archlinux.astra.in.ua/$repo/os/$arch
|
||||
#Server = https://archlinux.astra.in.ua/$repo/os/$arch
|
||||
#Server = http://repo.hyron.dev/archlinux/$repo/os/$arch
|
||||
#Server = https://repo.hyron.dev/archlinux/$repo/os/$arch
|
||||
#Server = http://fastmirror.pp.ua/archlinux/$repo/os/$arch
|
||||
#Server = https://fastmirror.pp.ua/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.ip-connect.vn.ua/$repo/os/$arch
|
||||
#Server = https://archlinux.ip-connect.vn.ua/$repo/os/$arch
|
||||
#Server = http://mirror.mirohost.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.mirohost.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.nix.org.ua/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.nix.org.ua/linux/archlinux/$repo/os/$arch
|
||||
## United Kingdom
|
||||
## United States
|
||||
#Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.adectra.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.adectra.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
|
||||
#Server = http://il.us.mirror.archlinux-br.org/$repo/os/$arch
|
||||
#Server = http://mirror.arizona.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.arizona.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://arlm.tyzoid.com/$repo/os/$arch
|
||||
#Server = https://arlm.tyzoid.com/$repo/os/$arch
|
||||
#Server = https://mirror.ava.dev/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.bjg.at/arch/$repo/os/$arch
|
||||
#Server = https://mirrors.bjg.at/arch/$repo/os/$arch
|
||||
#Server = http://mirrors.bloomu.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.bloomu.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://ca.us.mirror.archlinux-br.org/$repo/os/$arch
|
||||
#Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://us.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = https://us.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.clarkson.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.clarkson.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.mirror.constant.com/$repo/os/$arch
|
||||
#Server = https://arch.mirror.constant.com/$repo/os/$arch
|
||||
#Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/$arch
|
||||
#Server = http://mirror.cybersecurity.nmt.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.cybersecurity.nmt.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://distro.ibiblio.org/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.ette.biz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ette.biz/archlinux/$repo/os/$arch
|
||||
#Server = http://codingflyboy.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://coresite.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://forksystems.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://irltoolkit.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mnvoip.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://nnenix.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://nocix.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://ohioix.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://opencolo.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://ridgewireless.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://southfront.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://uvermont.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://volico.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://ziply.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://codingflyboy.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://coresite.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://forksystems.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://irltoolkit.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mnvoip.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://nnenix.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://nocix.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://ohioix.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://opencolo.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://ridgewireless.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://southfront.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://uvermont.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://volico.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = https://ziply.mm.fcix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.fossable.org/archlinux/$repo/os/$arch
|
||||
#Server = https://america.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.goober.cloud/$repo/os/$arch
|
||||
#Server = https://arch.goober.cloud/$repo/os/$arch
|
||||
#Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.hackingand.coffee/arch/$repo/os/$arch
|
||||
#Server = https://mirror.hackingand.coffee/arch/$repo/os/$arch
|
||||
#Server = https://mirror.hodgepodge.dev/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.hostup.org/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.hostup.org/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.hu.fo/archlinux/$repo/os/$arch
|
||||
#Server = https://arch.hu.fo/archlinux/$repo/os/$arch
|
||||
#Server = http://repo.ialab.dsu.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://repo.ialab.dsu.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.iu13.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.iu13.net/archlinux/$repo/os/$arch
|
||||
#Server = https://arch.mirror.ivo.st/$repo/os/$arch
|
||||
#Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.mia11.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.mia11.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.liquidweb.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.lty.me/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.lty.me/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://m.lqy.me/arch/$repo/os/$arch
|
||||
#Server = http://archlinux.macarne.com/$repo/os/$arch
|
||||
#Server = https://archlinux.macarne.com/$repo/os/$arch
|
||||
#Server = http://mirror.math.princeton.edu/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.kaminski.io/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.kaminski.io/archlinux/$repo/os/$arch
|
||||
#Server = http://iad.mirrors.misaka.one/archlinux/$repo/os/$arch
|
||||
#Server = https://iad.mirrors.misaka.one/archlinux/$repo/os/$arch
|
||||
#Server = http://repo.miserver.it.umich.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.mit.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.mit.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://archmirror1.octyl.net/$repo/os/$arch
|
||||
#Server = https://archmirror1.octyl.net/$repo/os/$arch
|
||||
#Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.mirrors.pair.com/$repo/os/$arch
|
||||
#Server = http://dfw.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = http://iad.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = http://ord.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = https://dfw.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = https://iad.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = https://ord.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.radwebhosting.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.radwebhosting.com/archlinux/$repo/os/$arch
|
||||
#Server = http://plug-mirror.rcac.purdue.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://plug-mirror.rcac.purdue.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.rit.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.rutgers.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.siena.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.sonic.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.sonic.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.phx1.us.spryservers.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.phx1.us.spryservers.net/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.mirror.square-r00t.net/$repo/os/$arch
|
||||
#Server = https://arch.mirror.square-r00t.net/$repo/os/$arch
|
||||
#Server = http://mirror.stjschools.org/arch/$repo/os/$arch
|
||||
#Server = https://mirror.stjschools.org/arch/$repo/os/$arch
|
||||
#Server = http://ftp.sudhip.com/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.sudhip.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.pit.teraswitch.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.pit.teraswitch.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.the-repo.org/ArchMirror/$repo/os/$arch
|
||||
#Server = https://mirror.theash.xyz/arch/$repo/os/$arch
|
||||
#Server = https://mirror.tmmworkshop.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.umd.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.umd.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.vectair.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.vectair.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.vtti.vt.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://wcbmedia.io:8000/$repo/os/$arch
|
||||
#Server = http://mirrors.xmission.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.xtom.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.xtom.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.zackmyers.io/archlinux/$repo/os/$arch
|
||||
#Server = https://zxcvfdsa.com/arch/$repo/os/$arch
|
||||
## Uzbekistan
|
||||
#Server = http://mirror.dc.uz/arch/$repo/os/$arch
|
||||
#Server = https://mirror.dc.uz/arch/$repo/os/$arch
|
||||
## Vietnam
|
||||
#Server = http://mirror.bizflycloud.vn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.nguyenhoang.cloud/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
|
||||
Server = http://arch.yourlabs.org/$repo/os/$arch
|
||||
Server = http://mirror.its-tps.fr/archlinux/$repo/os/$arch
|
||||
Server = http://mirroir.wptheme.fr/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.cu.be/$repo/os/$arch
|
||||
Server = http://mirrors.gandi.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.cyberbits.eu/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.mailtunnel.eu/$repo/os/$arch
|
||||
Server = http://mirror.united-gameserver.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.gandi.net/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.rezopole.net/$repo/os/$arch
|
||||
Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.cyberbits.eu/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.netweaver.uk/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.theo546.fr/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mailtunnel.eu/$repo/os/$arch
|
||||
Server = http://mirror.pagenotfound.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.theo546.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.its-tps.fr/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.clientvps.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.celianvdb.fr/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.oldsql.cc/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.vinehost.net/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.fau.de/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.iphh.net/$repo/os/$arch
|
||||
Server = http://arch.mirror.zachlge.org/$repo/os/$arch
|
||||
Server = http://mirror.moson.org/arch/$repo/os/$arch
|
||||
Server = https://mirror.thekinrar.fr/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.gwdg.de/pub/linux/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.moson.org/arch/$repo/os/$arch
|
||||
Server = https://mirrors.celianvdb.fr/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.init7.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.wormhole.eu/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.eric.ovh/arch/$repo/os/$arch
|
||||
Server = https://arch.jensgutermuth.de/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.server24.net/$repo/os/$arch
|
||||
Server = http://mirror.sunred.org/archlinux/$repo/os/$arch
|
||||
Server = https://arch.yourlabs.org/$repo/os/$arch
|
||||
Server = https://ftp.fau.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.thaller.ws/$repo/os/$arch
|
||||
Server = https://mirror.sunred.org/archlinux/$repo/os/$arch
|
||||
Server = http://arch.jensgutermuth.de/$repo/os/$arch
|
||||
Server = https://mirror.vinehost.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.init7.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.f4st.host/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.niyawe.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.sysa.tech/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.pagenotfound.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirroir.wptheme.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.bethselamin.de/$repo/os/$arch
|
||||
Server = https://arch.phinau.de/$repo/os/$arch
|
||||
Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.nekos.host/$repo/os/$arch
|
||||
Server = https://arch.unixpeople.org/$repo/os/$arch
|
||||
Server = https://archlinux.mirror.server24.net/$repo/os/$arch
|
||||
Server = https://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
|
||||
Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.thaller.ws/$repo/os/$arch
|
||||
Server = http://mirrors.xtom.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.netweaver.uk/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
|
||||
Server = https://mirror.oldsql.cc/archlinux/$repo/os/$arch
|
||||
Server = https://pkg.adfinis.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.tiguinet.net/arch/$repo/os/$arch
|
||||
Server = http://mirror.hugo-betrugo.de/archlinux/$repo/os/$arch
|
||||
Server = http://packages.oth-regensburg.de/archlinux/$repo/os/$arch
|
||||
Server = https://packages.oth-regensburg.de/archlinux/$repo/os/$arch
|
||||
Server = http://os.codefionn.eu/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
|
||||
Server = https://os.codefionn.eu/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.xtom.de/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.dogado.de/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.cov.ukservers.com/archlinux/$repo/os/$arch
|
||||
Server = https://dist-mirror.fem.tu-ilmenau.de/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.datagr.am/$repo/os/$arch
|
||||
Server = https://mirror.metanet.ch/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.manchester.m247.com/arch-linux/$repo/os/$arch
|
||||
Server = https://mirror.iusearchbtw.nl/$repo/os/$arch
|
||||
Server = http://mirror.metanet.ch/archlinux/$repo/os/$arch
|
||||
Server = https://pkg.fef.moe/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.cmt.de/archlinux/$repo/os/$arch
|
||||
Server = http://arch.phinau.de/$repo/os/$arch
|
||||
Server = https://mirror.pseudoform.org/$repo/os/$arch
|
||||
Server = http://mirrors.janbruckner.de/archlinux/$repo/os/$arch
|
||||
Server = http://archmirror.xyz/archlinux/$repo/os/$arch
|
||||
Server = http://mir.archlinux.fr/$repo/os/$arch
|
||||
Server = http://mirror.fsrv.services/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.cov.ukservers.com/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
|
||||
Server = http://pkg.adfinis.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.cmt.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.jtremesay.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.gethosted.online/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.hugo-betrugo.de/archlinux/$repo/os/$arch
|
||||
Server = https://de.arch.mirror.kescher.at/$repo/os/$arch
|
||||
Server = http://artfiles.org/archlinux.org/$repo/os/$arch
|
||||
Server = http://mirror.lastmikoi.net/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.janbruckner.de/archlinux/$repo/os/$arch
|
||||
Server = https://arch.mirror.zachlge.org/$repo/os/$arch
|
||||
Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch
|
||||
Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirroir.labhouse.fr/arch/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.garr.it/archlinux/$repo/os/$arch
|
||||
Server = https://theswissbay.ch/archlinux/$repo/os/$arch
|
||||
Server = https://arch.nimukaito.net/$repo/os/$arch
|
||||
Server = http://ftp.rediris.es/mirror/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.informatik.tu-freiberg.de/arch/$repo/os/$arch
|
||||
Server = https://mirror.informatik.tu-freiberg.de/arch/$repo/os/$arch
|
||||
Server = https://mirror.kumi.systems/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.richard-neumann.de/$repo/os/$arch
|
||||
Server = https://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.kumi.systems/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.gethosted.online/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.wtnet.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.ungleich.ch/mirror/packages/archlinux/$repo/os/$arch
|
||||
Server = https://repo.slithery.uk/$repo/os/$arch
|
||||
Server = https://mirror.clientvps.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.wtnet.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.librelabucm.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.worldhotspot.org/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
|
||||
Server = https://nox.panibrez.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.selfnet.de/archlinux/$repo/os/$arch
|
||||
Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch
|
||||
Server = http://mirrors.melbourne.co.uk/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.ukfast.co.uk/sites/archlinux.org/$repo/os/$arch
|
||||
Server = http://mirror.23m.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.melbourne.co.uk/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.standaloneinstaller.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.jordanrey.me/archlinux/$repo/os/$arch
|
||||
Server = https://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch
|
||||
Server = https://mirror.librelabucm.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.23m.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.ukfast.co.uk/sites/archlinux.org/$repo/os/$arch
|
||||
Server = https://arch.kurdy.org/$repo/os/$arch
|
||||
Server = https://mirror.jordanrey.me/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.homeinfo.de/$repo/os/$arch
|
||||
Server = https://de.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = https://london.mirror.pkgbuild.com/$repo/os/$arch
|
||||
Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|
||||
Server = http://de.mirrors.cicku.me/archlinux/$repo/os/$arch
|
||||
Server = http://arch.nimukaito.net/$repo/os/$arch
|
||||
Server = https://lon.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = https://archmirror.it/repos/$repo/os/$arch
|
||||
Server = http://lon.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = http://arch.serverspace.co.uk/arch/$repo/os/$arch
|
||||
Server = http://archlinux.honkgong.info/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.root.lu/$repo/os/$arch
|
||||
Server = http://archlinux.mirrors.benatherton.com/$repo/os/$arch
|
||||
Server = http://archmirror.hogwarts.fr/$repo/os/$arch
|
||||
Server = http://mirror.infernocomms.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.lcarilla.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.mikrogravitation.org/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.orbit-os.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.satis-faction.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.spaceint.fr/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.undisclose.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.marquitos.space/archlinux/$repo/os/$arch
|
||||
Server = http://www.gutscheindrache.com/mirror/archlinux/$repo/os/$arch
|
||||
Server = https://appuals.com/archlinux/$repo/os/$arch
|
||||
Server = https://arch.juline.tech/$repo/os/$arch
|
||||
Server = https://archmirror.hogwarts.fr/$repo/os/$arch
|
||||
Server = https://archmirror.xyz/archlinux/$repo/os/$arch
|
||||
Server = https://mirroir.labhouse.fr/arch/$repo/os/$arch
|
||||
Server = https://mirror.cloroformo.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.fsrv.services/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.gnomus.de/$repo/os/$arch
|
||||
Server = https://mirror.ibakerserver.pt/Arch/$repo/os/$arch
|
||||
Server = https://mirror.infernocomms.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.lcarilla.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.mikrogravitation.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.orbit-os.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.satis-faction.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.spaceint.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.undisclose.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.marquitos.space/archlinux/$repo/os/$arch
|
1
src/profile/airootfs/etc/passwd
Normal file
|
@ -0,0 +1 @@
|
|||
root:x:0:0:root:/root:/usr/bin/zsh
|
1
src/profile/airootfs/etc/resolv.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
/run/systemd/resolve/stub-resolv.conf
|
1
src/profile/airootfs/etc/shadow
Normal file
|
@ -0,0 +1 @@
|
|||
root::14871::::::
|
|
@ -0,0 +1,3 @@
|
|||
# Allow root login using password authentication
|
||||
PasswordAuthentication yes
|
||||
PermitRootLogin yes
|
|
@ -0,0 +1,2 @@
|
|||
[Journal]
|
||||
Storage=volatile
|
|
@ -0,0 +1,4 @@
|
|||
[Login]
|
||||
HandleSuspendKey=ignore
|
||||
HandleHibernateKey=ignore
|
||||
HandleLidSwitch=ignore
|
|
@ -0,0 +1,2 @@
|
|||
[Network]
|
||||
IPv6PrivacyExtensions=yes
|
24
src/profile/airootfs/etc/systemd/network/20-ethernet.network
Normal file
|
@ -0,0 +1,24 @@
|
|||
[Match]
|
||||
# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
|
||||
# See https://bugs.archlinux.org/task/70892
|
||||
# Instead match by globbing the network interface name.
|
||||
Name=en*
|
||||
Name=eth*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=100
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=100
|
20
src/profile/airootfs/etc/systemd/network/20-wlan.network
Normal file
|
@ -0,0 +1,20 @@
|
|||
[Match]
|
||||
Name=wl*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
MulticastDNS=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=600
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=600
|
19
src/profile/airootfs/etc/systemd/network/20-wwan.network
Normal file
|
@ -0,0 +1,19 @@
|
|||
[Match]
|
||||
Name=ww*
|
||||
|
||||
[Link]
|
||||
RequiredForOnline=routable
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
|
||||
# systemd-networkd does not set per-interface-type default route metrics
|
||||
# https://github.com/systemd/systemd/issues/17698
|
||||
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||
[DHCPv4]
|
||||
RouteMetric=700
|
||||
|
||||
[IPv6AcceptRA]
|
||||
RouteMetric=700
|
|
@ -0,0 +1,4 @@
|
|||
# Default systemd-resolved configuration for archiso
|
||||
|
||||
[Resolve]
|
||||
MulticastDNS=yes
|
|
@ -0,0 +1 @@
|
|||
/dev/null
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Choose mirror from the kernel command line
|
||||
ConditionKernelCommandLine=mirror
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/choose-mirror
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-config.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-final.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init-local.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/cloud-init.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/ModemManager.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-networkd.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-resolved.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-timesyncd.service
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Temporary /etc/pacman.d/gnupg directory
|
||||
|
||||
[Mount]
|
||||
What=tmpfs
|
||||
Where=/etc/pacman.d/gnupg
|
||||
Type=tmpfs
|
||||
Options=mode=0755,noswap
|
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
|
||||
# This needs to run after the audio device becomes available.
|
||||
Wants=systemd-udev-settle.service
|
||||
After=systemd-udev-settle.service sound.target
|
||||
ConditionKernelCommandLine=accessibility=on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/livecd-sound -u
|
||||
|
||||
[Install]
|
||||
WantedBy=sound.target
|
20
src/profile/airootfs/etc/systemd/system/livecd-talk.service
Normal file
|
@ -0,0 +1,20 @@
|
|||
[Unit]
|
||||
Description=Screen reader service
|
||||
After=livecd-alsa-unmuter.service
|
||||
Before=getty@tty1.service
|
||||
ConditionKernelCommandLine=accessibility=on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
TTYPath=/dev/tty13
|
||||
ExecStartPre=/usr/bin/chvt 13
|
||||
ExecStart=/usr/local/bin/livecd-sound -p
|
||||
ExecStartPost=/usr/bin/chvt 1
|
||||
ExecStartPost=systemctl start espeakup.service
|
||||
StandardInput=tty
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/ModemManager.service
|
|
@ -0,0 +1 @@
|
|||
../choose-mirror.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/hv_fcopy_daemon.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/hv_kvp_daemon.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/hv_vss_daemon.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/iwd.service
|
|
@ -0,0 +1 @@
|
|||
/etc/systemd/system/livecd-talk.service
|
|
@ -0,0 +1 @@
|
|||
../pacman-init.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/reflector.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/sshd.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-networkd.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-resolved.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/vboxservice.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/vmtoolsd.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/vmware-vmblock-fuse.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-networkd-wait-online.service
|
15
src/profile/airootfs/etc/systemd/system/pacman-init.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Initializes Pacman keyring
|
||||
Requires=etc-pacman.d-gnupg.mount
|
||||
After=etc-pacman.d-gnupg.mount time-sync.target
|
||||
BindsTo=etc-pacman.d-gnupg.mount
|
||||
Before=archlinux-keyring-wkd-sync.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/pacman-key --init
|
||||
ExecStart=/usr/bin/pacman-key --populate
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
ConditionKernelCommandLine=!mirror
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/pcscd.socket
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-networkd.socket
|
|
@ -0,0 +1 @@
|
|||
../livecd-alsa-unmuter.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-time-wait-sync.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/systemd-timesyncd.service
|
|
@ -0,0 +1,6 @@
|
|||
# Allow systemd-networkd-wait-online to succeed with one interface, otherwise, if multiple network interfaces exist,
|
||||
# network-online.target gets needlessly delayed.
|
||||
# See https://wiki.archlinux.org/title/systemd-networkd#systemd-networkd-wait-online
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
|
8
src/profile/airootfs/etc/xdg/reflector/reflector.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Reflector configuration file for the systemd service.
|
||||
|
||||
--save /etc/pacman.d/mirrorlist
|
||||
--ipv4
|
||||
--ipv6
|
||||
--protocol https
|
||||
--latest 20
|
||||
--sort rate
|
4
src/profile/airootfs/root/.gnupg/scdaemon.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
disable-ccid
|
||||
disable-pinpad
|
||||
pcsc-driver /usr/lib/libpcsclite.so
|
||||
pcsc-shared
|
17
src/profile/airootfs/root/.zlogin
Normal file
|
@ -0,0 +1,17 @@
|
|||
# fix for screen readers
|
||||
if grep -Fqa 'accessibility=' /proc/cmdline &> /dev/null; then
|
||||
setopt SINGLE_LINE_ZLE
|
||||
fi
|
||||
|
||||
loadkeys fr
|
||||
|
||||
(
|
||||
set -e
|
||||
echo "[.zlogin] ____ starting auto install ____"
|
||||
archinstall --config ./user_configuration.json --creds ./user_credentials.json --silent
|
||||
echo "[.zlogin] ____ finished auto install ____"
|
||||
echo "[.zlogin] ____ starting post install ____"
|
||||
sh post_install.sh
|
||||
echo "[.zlogin] ____ finished post install ____"
|
||||
shutdown now
|
||||
)
|
|
@ -0,0 +1 @@
|
|||
/home/user/Pictures
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"section1": {
|
||||
"type": "section",
|
||||
"description": "Display"
|
||||
},
|
||||
"show-events": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show calendar events",
|
||||
"tooltip": "Check this to display events in the calendar.",
|
||||
"value": true
|
||||
},
|
||||
"show-week-numbers": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show week numbers in calendar",
|
||||
"tooltip": "Check this to show week numbers in the calendar.",
|
||||
"value": false
|
||||
},
|
||||
"use-custom-format": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Use a custom date format",
|
||||
"tooltip": "Check this to define a custom format for the date in the calendar applet.",
|
||||
"value": false
|
||||
},
|
||||
"custom-format": {
|
||||
"type": "entry",
|
||||
"default": "%A, %B %e, %H:%M",
|
||||
"description": "Date format",
|
||||
"dependency": "use-custom-format",
|
||||
"tooltip": "Set your custom format here.",
|
||||
"value": "%A, %B %e, %H:%M"
|
||||
},
|
||||
"format-button": {
|
||||
"type": "button",
|
||||
"description": "Show information on date format syntax",
|
||||
"dependency": "use-custom-format",
|
||||
"callback": "on_custom_format_button_pressed",
|
||||
"tooltip": "Click this button to know more about the syntax for date formats."
|
||||
},
|
||||
"section2": {
|
||||
"type": "section",
|
||||
"description": "Keyboard shortcuts"
|
||||
},
|
||||
"keyOpen": {
|
||||
"type": "keybinding",
|
||||
"description": "Show calendar",
|
||||
"default": "<Super>c",
|
||||
"tooltip": "Set keybinding(s) to show the calendar.",
|
||||
"value": "<Super>c"
|
||||
},
|
||||
"__md5__": "5ea063337a9b776b6c19825f31b2a320"
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"head": {
|
||||
"type": "header",
|
||||
"description": "Settings"
|
||||
},
|
||||
"show-full-uri": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Display full paths in the list",
|
||||
"value": false
|
||||
},
|
||||
"__md5__": "47cfb84ecf716b6b4756ccdac7f369e4"
|
||||
}
|
|
@ -0,0 +1,356 @@
|
|||
{
|
||||
"layout": {
|
||||
"type": "layout",
|
||||
"pages": [
|
||||
"generalPage",
|
||||
"panelPage",
|
||||
"thumbnailsPage",
|
||||
"contextMenuPage"
|
||||
],
|
||||
"generalPage": {
|
||||
"type": "page",
|
||||
"title": "General",
|
||||
"sections": [
|
||||
"generalSection",
|
||||
"hotKeysSection"
|
||||
]
|
||||
},
|
||||
"panelPage": {
|
||||
"type": "page",
|
||||
"title": "Panel",
|
||||
"sections": [
|
||||
"appButtonsSection"
|
||||
]
|
||||
},
|
||||
"thumbnailsPage": {
|
||||
"type": "page",
|
||||
"title": "Thumbnails",
|
||||
"sections": [
|
||||
"thumbnailsSection",
|
||||
"hoverPeekSection"
|
||||
]
|
||||
},
|
||||
"contextMenuPage": {
|
||||
"type": "page",
|
||||
"title": "Context Menu",
|
||||
"sections": [
|
||||
"contextMenuSection"
|
||||
]
|
||||
},
|
||||
"generalSection": {
|
||||
"type": "section",
|
||||
"title": "Behavior",
|
||||
"keys": [
|
||||
"group-apps",
|
||||
"scroll-behavior",
|
||||
"left-click-action",
|
||||
"middle-click-action",
|
||||
"show-all-workspaces"
|
||||
]
|
||||
},
|
||||
"appButtonsSection": {
|
||||
"type": "section",
|
||||
"title": "Application Buttons",
|
||||
"keys": [
|
||||
"title-display",
|
||||
"launcher-animation-effect",
|
||||
"number-display",
|
||||
"pinned-apps",
|
||||
"enable-app-button-dragging"
|
||||
]
|
||||
},
|
||||
"hotKeysSection": {
|
||||
"type": "section",
|
||||
"title": "Hot Keys",
|
||||
"keys": [
|
||||
"cycleMenusHotkey",
|
||||
"show-apps-order-hotkey",
|
||||
"show-apps-order-timeout",
|
||||
"super-num-hotkeys"
|
||||
]
|
||||
},
|
||||
"thumbnailsSection": {
|
||||
"type": "section",
|
||||
"title": "Thumbnails",
|
||||
"keys": [
|
||||
"thumbnail-scroll-behavior",
|
||||
"show-thumbnails",
|
||||
"animate-thumbnails",
|
||||
"vertical-thumbnails",
|
||||
"sort-thumbnails",
|
||||
"highlight-last-focused-thumbnail",
|
||||
"onclick-thumbnails",
|
||||
"thumbnail-timeout",
|
||||
"thumbnail-size"
|
||||
]
|
||||
},
|
||||
"hoverPeekSection": {
|
||||
"type": "section",
|
||||
"title": "Hover Peek",
|
||||
"keys": [
|
||||
"enable-hover-peek",
|
||||
"hover-peek-time-in",
|
||||
"hover-peek-time-out",
|
||||
"hover-peek-opacity"
|
||||
]
|
||||
},
|
||||
"contextMenuSection": {
|
||||
"type": "section",
|
||||
"title": "",
|
||||
"keys": [
|
||||
"show-recent",
|
||||
"autostart-menu-item",
|
||||
"monitor-move-all-windows"
|
||||
]
|
||||
}
|
||||
},
|
||||
"number-display": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Show window count numbers",
|
||||
"value": true
|
||||
},
|
||||
"title-display": {
|
||||
"type": "combobox",
|
||||
"default": 1,
|
||||
"description": "Button label",
|
||||
"options": {
|
||||
"None": 1,
|
||||
"Application name": 2,
|
||||
"Window title": 3,
|
||||
"Window title (only for the focused window)": 4
|
||||
},
|
||||
"value": 1
|
||||
},
|
||||
"scroll-behavior": {
|
||||
"type": "combobox",
|
||||
"default": 1,
|
||||
"description": "Mouse wheel scroll action",
|
||||
"options": {
|
||||
"None": 1,
|
||||
"Cycle apps": 2,
|
||||
"Cycle windows": 3
|
||||
},
|
||||
"value": 1
|
||||
},
|
||||
"left-click-action": {
|
||||
"type": "combobox",
|
||||
"default": 2,
|
||||
"description": "Left click action",
|
||||
"options": {
|
||||
"None": 1,
|
||||
"Toggle activation of last focused window": 2,
|
||||
"Cycle windows": 3
|
||||
},
|
||||
"value": 2
|
||||
},
|
||||
"middle-click-action": {
|
||||
"type": "combobox",
|
||||
"default": 3,
|
||||
"description": "Middle click action",
|
||||
"options": {
|
||||
"None": 1,
|
||||
"Launch new app instance": 2,
|
||||
"Close last focused window in group": 3
|
||||
},
|
||||
"value": 3
|
||||
},
|
||||
"pinned-apps": {
|
||||
"type": "generic",
|
||||
"default": [
|
||||
"nemo.desktop",
|
||||
"firefox.desktop",
|
||||
"org.gnome.Terminal.desktop"
|
||||
],
|
||||
"value": [
|
||||
"firefox.desktop",
|
||||
"org.gnome.Terminal.desktop",
|
||||
"nemo.desktop"
|
||||
]
|
||||
},
|
||||
"group-apps": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Group windows by application",
|
||||
"value": true
|
||||
},
|
||||
"show-all-workspaces": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Show windows from all workspaces",
|
||||
"value": false
|
||||
},
|
||||
"enable-app-button-dragging": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Enable app button dragging",
|
||||
"value": true
|
||||
},
|
||||
"launcher-animation-effect": {
|
||||
"type": "combobox",
|
||||
"default": 3,
|
||||
"description": "Launcher animation",
|
||||
"options": {
|
||||
"None": 1,
|
||||
"Fade": 2,
|
||||
"Scale": 3
|
||||
},
|
||||
"value": 3
|
||||
},
|
||||
"cycleMenusHotkey": {
|
||||
"type": "keybinding",
|
||||
"default": "",
|
||||
"description": "Global hotkey for cycling through thumbnail menus",
|
||||
"value": ""
|
||||
},
|
||||
"show-apps-order-hotkey": {
|
||||
"type": "keybinding",
|
||||
"default": "<Super>grave",
|
||||
"description": "Global hotkey to show the order of apps",
|
||||
"value": "<Super>grave"
|
||||
},
|
||||
"show-apps-order-timeout": {
|
||||
"type": "spinbutton",
|
||||
"default": 2500,
|
||||
"min": 100,
|
||||
"max": 10000,
|
||||
"step": 10,
|
||||
"units": "milliseconds",
|
||||
"description": "Duration of the apps order display on hotkey press",
|
||||
"value": 2500
|
||||
},
|
||||
"super-num-hotkeys": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Enable Super+<number> shortcut to switch/open apps",
|
||||
"value": true
|
||||
},
|
||||
"thumbnail-timeout": {
|
||||
"dependency": "!onclick-thumbnails",
|
||||
"type": "combobox",
|
||||
"default": 250,
|
||||
"description": "Delay before showing thumbnails",
|
||||
"options": {
|
||||
"50 ms": 50,
|
||||
"250 ms": 250,
|
||||
"500 ms": 500
|
||||
},
|
||||
"value": 250
|
||||
},
|
||||
"thumbnail-size": {
|
||||
"type": "combobox",
|
||||
"default": 6,
|
||||
"description": "Thumbnail size",
|
||||
"options": {
|
||||
"Small": 3,
|
||||
"Medium": 6,
|
||||
"Large": 9,
|
||||
"Largest": 12
|
||||
},
|
||||
"value": 6
|
||||
},
|
||||
"thumbnail-scroll-behavior": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Cycle windows on mouse wheel scroll",
|
||||
"value": false
|
||||
},
|
||||
"show-thumbnails": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Show thumbnails",
|
||||
"value": true
|
||||
},
|
||||
"animate-thumbnails": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Animate thumbnails",
|
||||
"value": false
|
||||
},
|
||||
"vertical-thumbnails": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Enable vertical thumbnails",
|
||||
"value": false
|
||||
},
|
||||
"sort-thumbnails": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Sort thumbnails according to the last focused windows",
|
||||
"value": false
|
||||
},
|
||||
"highlight-last-focused-thumbnail": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Highlight the thumbnail of the last focused window",
|
||||
"value": true
|
||||
},
|
||||
"onclick-thumbnails": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Click to show thumbnails",
|
||||
"value": false
|
||||
},
|
||||
"show-recent": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Show recent items",
|
||||
"value": true
|
||||
},
|
||||
"autostart-menu-item": {
|
||||
"type": "checkbox",
|
||||
"default": false,
|
||||
"description": "Show autostart option",
|
||||
"value": false
|
||||
},
|
||||
"monitor-move-all-windows": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Apply the monitor move option to all windows",
|
||||
"tooltip": "When clicking \"Move to monitor\" in the context menu, this option will move all of an app's windows instead of just the last focused window from the app.",
|
||||
"value": true
|
||||
},
|
||||
"enable-hover-peek": {
|
||||
"type": "checkbox",
|
||||
"default": true,
|
||||
"description": "Show the window when hovering its thumbnail",
|
||||
"value": true
|
||||
},
|
||||
"hover-peek-time-in": {
|
||||
"dependency": "enable-hover-peek",
|
||||
"type": "combobox",
|
||||
"default": 300,
|
||||
"description": "Window fade-in time",
|
||||
"options": {
|
||||
"150 ms": 150,
|
||||
"300 ms": 300,
|
||||
"450 ms": 450
|
||||
},
|
||||
"value": 300
|
||||
},
|
||||
"hover-peek-time-out": {
|
||||
"dependency": "enable-hover-peek",
|
||||
"type": "combobox",
|
||||
"default": 0,
|
||||
"description": "Window fade-out time",
|
||||
"options": {
|
||||
"None": 0,
|
||||
"150 ms": 150,
|
||||
"300 ms": 300,
|
||||
"450 ms": 450
|
||||
},
|
||||
"value": 0
|
||||
},
|
||||
"hover-peek-opacity": {
|
||||
"dependency": "enable-hover-peek",
|
||||
"type": "spinbutton",
|
||||
"default": 100,
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"step": 1,
|
||||
"units": "percent",
|
||||
"description": "Window opacity",
|
||||
"value": 100
|
||||
},
|
||||
"__md5__": "6f73ea938aeb5481595a809eb6cbe8e3"
|
||||
}
|
|
@ -0,0 +1,267 @@
|
|||
{
|
||||
"layout": {
|
||||
"type": "layout",
|
||||
"pages": [
|
||||
"panel",
|
||||
"menu"
|
||||
],
|
||||
"panel": {
|
||||
"type": "page",
|
||||
"title": "Panel",
|
||||
"sections": [
|
||||
"panel-appear",
|
||||
"panel-behave"
|
||||
]
|
||||
},
|
||||
"menu": {
|
||||
"type": "page",
|
||||
"title": "Menu",
|
||||
"sections": [
|
||||
"menu-layout",
|
||||
"menu-behave"
|
||||
]
|
||||
},
|
||||
"panel-appear": {
|
||||
"type": "section",
|
||||
"title": "Appearance",
|
||||
"keys": [
|
||||
"menu-custom",
|
||||
"menu-icon",
|
||||
"menu-icon-size",
|
||||
"menu-label"
|
||||
]
|
||||
},
|
||||
"panel-behave": {
|
||||
"type": "section",
|
||||
"title": "Behavior",
|
||||
"keys": [
|
||||
"overlay-key",
|
||||
"activate-on-hover",
|
||||
"hover-delay",
|
||||
"force-show-panel",
|
||||
"enable-animation"
|
||||
]
|
||||
},
|
||||
"menu-layout": {
|
||||
"type": "section",
|
||||
"title": "Layout and content",
|
||||
"keys": [
|
||||
"restrict-menu-height",
|
||||
"menu-height",
|
||||
"show-category-icons",
|
||||
"category-icon-size",
|
||||
"show-application-icons",
|
||||
"application-icon-size",
|
||||
"favbox-show",
|
||||
"fav-icon-size",
|
||||
"show-places",
|
||||
"show-recents",
|
||||
"menu-editor-button"
|
||||
]
|
||||
},
|
||||
"menu-behave": {
|
||||
"type": "section",
|
||||
"title": "Behavior",
|
||||
"keys": [
|
||||
"category-hover",
|
||||
"enable-autoscroll",
|
||||
"search-filesystem"
|
||||
]
|
||||
}
|
||||
},
|
||||
"overlay-key": {
|
||||
"type": "keybinding",
|
||||
"description": "Keyboard shortcut to open and close the menu",
|
||||
"default": "Super_L::Super_R",
|
||||
"value": "Super_L::Super_R"
|
||||
},
|
||||
"menu-custom": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Use a custom icon and label",
|
||||
"tooltip": "Check this to specify a custom icon and label",
|
||||
"value": false
|
||||
},
|
||||
"menu-icon": {
|
||||
"type": "iconfilechooser",
|
||||
"default": "cinnamon-symbolic",
|
||||
"description": "Icon",
|
||||
"tooltip": "Select an icon to show in the panel.",
|
||||
"default_icon": "cinnamon-symbolic",
|
||||
"dependency": "menu-custom",
|
||||
"value": "cinnamon-symbolic"
|
||||
},
|
||||
"menu-icon-size": {
|
||||
"type": "spinbutton",
|
||||
"default": 32,
|
||||
"min": 16,
|
||||
"max": 96,
|
||||
"step": 1,
|
||||
"units": "px",
|
||||
"description": "Icon size",
|
||||
"dependency": "menu-custom",
|
||||
"value": 32
|
||||
},
|
||||
"menu-label": {
|
||||
"type": "entry",
|
||||
"default": "Menu",
|
||||
"description": "Text",
|
||||
"tooltip": "Enter custom text to show in the panel.",
|
||||
"dependency": "menu-custom",
|
||||
"value": "Menu"
|
||||
},
|
||||
"restrict-menu-height": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Use a fixed menu height",
|
||||
"tooltip": "Keep the size of the menu the same no matter how many favorites or categories there are.",
|
||||
"value": false
|
||||
},
|
||||
"menu-height": {
|
||||
"type": "spinbutton",
|
||||
"default": 550,
|
||||
"min": 300,
|
||||
"max": 2000,
|
||||
"step": 10,
|
||||
"units": "px",
|
||||
"description": "Menu height",
|
||||
"dependency": "restrict-menu-height",
|
||||
"value": 550
|
||||
},
|
||||
"show-category-icons": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show category icons",
|
||||
"tooltip": "Choose whether or not to show icons on categories.",
|
||||
"value": true
|
||||
},
|
||||
"category-icon-size": {
|
||||
"type": "spinbutton",
|
||||
"default": 22,
|
||||
"min": 16,
|
||||
"max": 48,
|
||||
"step": 1,
|
||||
"units": "px",
|
||||
"description": "Categories icon size",
|
||||
"dependency": "show-category-icons",
|
||||
"value": 22
|
||||
},
|
||||
"show-application-icons": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show application icons",
|
||||
"tooltip": "Choose whether or not to show icons on applications.",
|
||||
"value": true
|
||||
},
|
||||
"application-icon-size": {
|
||||
"type": "spinbutton",
|
||||
"default": 22,
|
||||
"min": 16,
|
||||
"max": 48,
|
||||
"step": 1,
|
||||
"units": "px",
|
||||
"description": "Applications icon size",
|
||||
"dependency": "show-application-icons",
|
||||
"value": 22
|
||||
},
|
||||
"favbox-show": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show favorites and session buttons",
|
||||
"tooltip": "Choose whether or not to show the left pane of the menu.",
|
||||
"value": true
|
||||
},
|
||||
"fav-icon-size": {
|
||||
"type": "spinbutton",
|
||||
"default": 32,
|
||||
"min": 16,
|
||||
"max": 64,
|
||||
"step": 1,
|
||||
"units": "px",
|
||||
"description": "Favorites icon size",
|
||||
"dependency": "favbox-show",
|
||||
"value": 32
|
||||
},
|
||||
"show-favorites": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show favorites",
|
||||
"tooltip": "Choose whether or not to show favorite files in the menu.",
|
||||
"value": true
|
||||
},
|
||||
"show-places": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show bookmarks and places",
|
||||
"tooltip": "Choose whether or not to show bookmarks and places in the menu.",
|
||||
"value": true
|
||||
},
|
||||
"show-recents": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show recents",
|
||||
"tooltip": "Choose whether or not to show recents in the menu.",
|
||||
"value": true
|
||||
},
|
||||
"category-hover": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Change categories on hover",
|
||||
"tooltip": "Choose whether or not to change categories by hovering.",
|
||||
"value": true
|
||||
},
|
||||
"enable-autoscroll": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Enable autoscrolling in application list",
|
||||
"tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
|
||||
"value": true
|
||||
},
|
||||
"search-filesystem": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Enable filesystem path entry in search box",
|
||||
"tooltip": "Allows path entry in the menu search box.",
|
||||
"value": false
|
||||
},
|
||||
"force-show-panel": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Force the panel to be visible when opening the menu",
|
||||
"tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).",
|
||||
"value": true
|
||||
},
|
||||
"activate-on-hover": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Open the menu when I move my mouse over it",
|
||||
"tooltip": "Enable opening the menu when the mouse enters the applet",
|
||||
"value": false
|
||||
},
|
||||
"hover-delay": {
|
||||
"type": "spinbutton",
|
||||
"default": 0,
|
||||
"min": 0,
|
||||
"max": 1000,
|
||||
"step": 50,
|
||||
"units": "milliseconds",
|
||||
"dependency": "activate-on-hover",
|
||||
"description": "Menu hover delay",
|
||||
"tooltip": "Delay before the menu opens when hovered",
|
||||
"value": 0
|
||||
},
|
||||
"enable-animation": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Use menu animations",
|
||||
"tooltip": "Allow the menu to animate on open and close",
|
||||
"value": false
|
||||
},
|
||||
"menu-editor-button": {
|
||||
"type": "button",
|
||||
"description": "Open the menu editor",
|
||||
"callback": "_launch_editor",
|
||||
"tooltip": "Press this button to customize your menu entries."
|
||||
},
|
||||
"__md5__": "38c9122e36f6267fae12706a694ac35f"
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"section1": {
|
||||
"type": "section",
|
||||
"description": "Menu"
|
||||
},
|
||||
"keyOpen": {
|
||||
"type": "keybinding",
|
||||
"description": "Show menu",
|
||||
"default": "<Shift><Super>n",
|
||||
"tooltip": "Set keybinding(s) to show the network applet menu.",
|
||||
"value": "<Shift><Super>n"
|
||||
},
|
||||
"__md5__": "976b46e8430522899e7fe34f2abfee76"
|
||||
}
|
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"section1": {
|
||||
"type": "section",
|
||||
"description": "Behavior"
|
||||
},
|
||||
"ignoreTransientNotifications": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Ignore transient notifications",
|
||||
"tooltip": "Check this to ignore transient notifications.",
|
||||
"value": true
|
||||
},
|
||||
"section2": {
|
||||
"type": "section",
|
||||
"description": "Display"
|
||||
},
|
||||
"showEmptyTray": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show empty tray",
|
||||
"tooltip": "Check this to show the tray even when there are no new notifications.",
|
||||
"value": false
|
||||
},
|
||||
"showNotificationCount": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show the number of notifications",
|
||||
"value": true
|
||||
},
|
||||
"section3": {
|
||||
"type": "section",
|
||||
"description": "Keyboard shortcuts"
|
||||
},
|
||||
"keyOpen": {
|
||||
"type": "keybinding",
|
||||
"description": "Show notifications",
|
||||
"default": "<Super>n",
|
||||
"tooltip": "Set keybinding(s) to show the notification popup menu.",
|
||||
"value": "<Super>n"
|
||||
},
|
||||
"keyClear": {
|
||||
"type": "keybinding",
|
||||
"description": "Clear notifications",
|
||||
"default": "<Shift><Super>c",
|
||||
"tooltip": "Set keybinding(s) to clear all notifications.",
|
||||
"value": "<Shift><Super>c"
|
||||
},
|
||||
"section4": {
|
||||
"type": "section",
|
||||
"description": ""
|
||||
},
|
||||
"btnSystemSettings": {
|
||||
"type": "button",
|
||||
"description": "Open notification settings",
|
||||
"callback": "on_btn_open_system_settings_clicked"
|
||||
},
|
||||
"__md5__": "cb9ad336b2e360509f8ba388e1d19b8f"
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"labelinfo": {
|
||||
"type": "combobox",
|
||||
"description": "Display",
|
||||
"default": "nothing",
|
||||
"options": {
|
||||
"Show percentage": "percentage",
|
||||
"Show time remaining": "time",
|
||||
"Show percentage and time remaining": "percentage_time",
|
||||
"Hide label": "nothing"
|
||||
},
|
||||
"value": "nothing"
|
||||
},
|
||||
"showmulti": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Always show all batteries",
|
||||
"tooltip": "Check this to always show multiple batteries in the panel, regardless of whether one of them is marked primary.",
|
||||
"value": false
|
||||
},
|
||||
"__md5__": "db29025b0930e93063f745d0adcc675a"
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"section1": {
|
||||
"type": "section",
|
||||
"description": "Appearance"
|
||||
},
|
||||
"show-icon": {
|
||||
"type": "radiogroup",
|
||||
"default": "printers",
|
||||
"description": "Show printer icon",
|
||||
"options": {
|
||||
"Always": "always",
|
||||
"When printers exist": "printers",
|
||||
"When printing": "jobs"
|
||||
},
|
||||
"tooltip": "Choose when to show the printer icon in the panel",
|
||||
"value": "printers"
|
||||
},
|
||||
"__md5__": "93e5a8d56ccfdbf949efa8b7e5b6ef9d"
|
||||
}
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"section1": {
|
||||
"type": "section",
|
||||
"description": "Menu"
|
||||
},
|
||||
"playerControl": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Control Players",
|
||||
"value": true
|
||||
},
|
||||
"extendedPlayerControl": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show Loop and Shuffle controls",
|
||||
"dependency": "playerControl",
|
||||
"value": false
|
||||
},
|
||||
"keyOpen": {
|
||||
"type": "keybinding",
|
||||
"description": "Show menu",
|
||||
"default": "<Shift><Super>s",
|
||||
"tooltip": "Set keybinding(s) to show the sound applet menu.",
|
||||
"value": "<Shift><Super>s"
|
||||
},
|
||||
"_knownPlayers": {
|
||||
"type": "generic",
|
||||
"default": [
|
||||
"banshee",
|
||||
"vlc",
|
||||
"rhythmbox"
|
||||
],
|
||||
"value": [
|
||||
"banshee",
|
||||
"vlc",
|
||||
"rhythmbox"
|
||||
]
|
||||
},
|
||||
"section2": {
|
||||
"type": "section",
|
||||
"description": "Panel"
|
||||
},
|
||||
"showtrack": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show song information on the panel",
|
||||
"dependency": "playerControl",
|
||||
"value": false
|
||||
},
|
||||
"truncatetext": {
|
||||
"type": "spinbutton",
|
||||
"default": 30,
|
||||
"min": 5,
|
||||
"max": 512,
|
||||
"units": "characters",
|
||||
"step": 1,
|
||||
"description": "Limit song information to",
|
||||
"dependency": "showtrack",
|
||||
"value": 30
|
||||
},
|
||||
"middleClickAction": {
|
||||
"type": "combobox",
|
||||
"default": "mute",
|
||||
"options": {
|
||||
"Toggle Mute": "mute",
|
||||
"Toggle Mute output": "out_mute",
|
||||
"Toggle Mute input": "in_mute",
|
||||
"Toggle Play / Pause": "player"
|
||||
},
|
||||
"description": "Action on middle click",
|
||||
"value": "mute"
|
||||
},
|
||||
"horizontalScroll": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Use horizontal scrolling to move between tracks",
|
||||
"dependency": "playerControl",
|
||||
"value": false
|
||||
},
|
||||
"showalbum": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show album art as icon",
|
||||
"dependency": "playerControl",
|
||||
"value": false
|
||||
},
|
||||
"hideSystray": {
|
||||
"type": "switch",
|
||||
"description": "Hide system tray icons for compatible players",
|
||||
"default": true,
|
||||
"value": true
|
||||
},
|
||||
"section3": {
|
||||
"type": "section",
|
||||
"description": "Tooltip"
|
||||
},
|
||||
"tooltipShowVolume": {
|
||||
"type": "switch",
|
||||
"default": true,
|
||||
"description": "Show volume in tooltip",
|
||||
"value": true
|
||||
},
|
||||
"tooltipShowPlayer": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show player in tooltip",
|
||||
"value": false
|
||||
},
|
||||
"tooltipShowArtistTitle": {
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"description": "Show song artist and title in tooltip",
|
||||
"value": false
|
||||
},
|
||||
"__md5__": "cd7a99af6fce1f04852ac27d13a3bf55"
|
||||
}
|
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 790 B |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 676 B |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 12 KiB |