Add initial implementation of Parch specific config
This commit is contained in:
parent
ea6a985aa2
commit
f6e9e71e0c
4 changed files with 25 additions and 0 deletions
10
rootfs/etc/locale.conf
Normal file
10
rootfs/etc/locale.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
LANG=C.UTF-8
|
||||
LC_ADDRESS=fa_IR
|
||||
LC_IDENTIFICATION=fa_IR
|
||||
LC_MEASUREMENT=fa_IR
|
||||
LC_MONETARY=fa_IR
|
||||
LC_NAME=fa_IR
|
||||
LC_NUMERIC=fa_IR
|
||||
LC_PAPER=fa_IR
|
||||
LC_TELEPHONE=fa_IR
|
||||
LC_TIME=fa_IR
|
11
rootfs/etc/os-release
Normal file
11
rootfs/etc/os-release
Normal file
|
@ -0,0 +1,11 @@
|
|||
NAME="Parch Linux"
|
||||
PRETTY_NAME="Parch Linux"
|
||||
ID=parch
|
||||
BUILD_ID=rolling
|
||||
HOME_URL="https://Parchlinux.com"
|
||||
DOCUMENTATION_URL="https://wiki.parchlinux.com/en/"
|
||||
SUPPORT_URL="https://parchlinux.com/"
|
||||
BUG_REPORT_URL="https://parchlinux.com/"
|
||||
LOGO=parch-logo
|
||||
VARIANT="Desktop Edition"
|
||||
ANSI_COLOR="0;35"
|
3
rootfs/etc/pacman.d/mirrorlist
Normal file
3
rootfs/etc/pacman.d/mirrorlist
Normal file
|
@ -0,0 +1,3 @@
|
|||
Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|
||||
Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.leaseweb.net/archlinux/$repo/os/$arch
|
1
rootfs/etc/pacman.d/parch-mirrors
Normal file
1
rootfs/etc/pacman.d/parch-mirrors
Normal file
|
@ -0,0 +1 @@
|
|||
Server = https://mirror.parchlinux.com/repos/$repo/$arch
|
Loading…
Add table
Add a link
Reference in a new issue