Compare commits
63 Commits
Author | SHA1 | Date | |
---|---|---|---|
e625ef559c
|
|||
54b77d3add
|
|||
92efac1372
|
|||
97ec415117
|
|||
6fa04245fc
|
|||
09e8145148
|
|||
7da392af12
|
|||
d4f1d7fdd1
|
|||
6c09001ca5
|
|||
93f9cff262
|
|||
74805cbcc0 | |||
f2a28d2299 | |||
361b19ac7e | |||
c99e8c5121 | |||
95adab106f | |||
a86f8ffa52 | |||
60a00cf94e | |||
22edf88bff | |||
e5939edcb5 | |||
bf0b119d71 | |||
15b88c3fec | |||
367cbe757d | |||
15e1c37086 | |||
f364288b2c | |||
c8cb3a0b2a | |||
07ab5a18eb | |||
238267996e | |||
9f789680da | |||
8211f31766 | |||
9b694d9f2f
|
|||
fa04e50a07
|
|||
d0b4b1687b
|
|||
f3edd56c44
|
|||
ab6ddd1960
|
|||
8815e6fb7a
|
|||
e70ecaf949
|
|||
314943491f
|
|||
4ce7ecec07
|
|||
ff9a5c68fc
|
|||
56b8f48067
|
|||
cfeec2d58b
|
|||
1b206c3889 | |||
a4523f7523 | |||
6f21e8f4f8
|
|||
f8343adb13
|
|||
9b50926eda
|
|||
035309f4bb
|
|||
![]() |
e2566d791e | ||
![]() |
19dcca75ad | ||
![]() |
bc0dfc5547 | ||
![]() |
5aaee53ef0 | ||
![]() |
7f77939dc1 | ||
939ed85cd2
|
|||
ad063f0dee
|
|||
5a7d1a45d5
|
|||
182e7de6e2
|
|||
96df7f70fb
|
|||
4978aafc37
|
|||
3b454999e5
|
|||
90746dfac0
|
|||
dd712fb52a
|
|||
074ff357a2
|
|||
ef7dbc642d
|
64
.build/TODO
64
.build/TODO
@@ -1,64 +0,0 @@
|
||||
TO-{DO,FIX} LIST
|
||||
|
||||
22-01-29
|
||||
community editions don't use common/etc/hostname
|
||||
|
||||
|
||||
21-12-XX
|
||||
FIXED community-gtk: installed system user autologins
|
||||
FIXED community-qt: LXQt is unresponsive at live boot; needs sddm restart to work
|
||||
DONE lxqt: default icon theme is mate, must be breeze
|
||||
FIXED xfce-suite66 calamares fails
|
||||
FIXED lxde-s6 calamares fails
|
||||
DONE lxde screenshot set to scrot
|
||||
FIXED autologin: runit
|
||||
FIXED no-autologin: dinit, openrc, s6, suite66
|
||||
FIXED calamares fail: lxde
|
||||
FIXED lxqt 'frozen' widgets:
|
||||
|
||||
21-11-01
|
||||
========
|
||||
DONE = Symlinks in profiles are dereferenced, move 80-net-link-something.rules into package
|
||||
= Move some stuff out of the profiles into packages
|
||||
DONE |_ Desktop settings -> artix-$DE-presets
|
||||
DONE |_ Application settings -> app-presets
|
||||
|
||||
FIXED /etc/rc.local from artix-branding-base overwrites /etc/issue with artix:artix info
|
||||
|
||||
DONE Change prompt from $ to % in community profiles
|
||||
Openbox not deleted from xsessions <-- see next
|
||||
DONE Make rc.local execute stuff in /etc/local.d under runit/s6:
|
||||
ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/'
|
||||
DONE mimeapps.list must be separate for each profile
|
||||
DONE Networkmanager in LXQt
|
||||
DONE GRUB remove 1280x1024
|
||||
|
||||
2021-10-15
|
||||
==========
|
||||
DONE Fix libreoffice-7 bright side-pane; perhaps related, /etc/profile.d/libreoffice-fresh.sh: SAL_USE_VCLPLUGIN=gtk3 spurts (soffice:5766): Gtk-WARNING **: Theme parsing error: gtk.css:14:33: Failed to import: Error opening file /home/artix/.config/gtk-3.0/window_decorations.css: No such file or directory
|
||||
DONE Plasma is getting fucked-up with QT_* set to gtk; see kinfocenter - the alternative kvantum-dark has ugly widgets
|
||||
|
||||
2020-03-08
|
||||
==========
|
||||
DONE Use firefox-dark-reader instead of local/skel profile's
|
||||
DONE Also consider a few more addons from the group
|
||||
DONE Test firefox before releasing
|
||||
|
||||
2020-04-18
|
||||
==========
|
||||
DONE XFCE4 profile
|
||||
|
||||
2020-06-08
|
||||
==========
|
||||
Autologin-session selection
|
||||
Cinnamon fonts should change to Roboto 11 instead of M$ ones, for consistency
|
||||
DONE Remove screengrab from plasma
|
||||
DONE Use QTWEBENGINE_CHROMIUM_FLAGS=--blink-settings=darkMode=4,darkModeImagePolicy=1/--blink-settings=darkModeEnabled=true,darkModeInversionAlgorithm=4/--force-dark-mode or whatever works with Qt-5.15
|
||||
DONE The window title font in XFCE needs to be adjusted
|
||||
DONE The Libreoffice background needs to change from 'Automatic' to '#2a2a2a'
|
||||
DONE Fluid is dark in GTK but light in Qt
|
||||
community-qt still boots into LXQt
|
||||
DONE The SDDM theme could use some darkening
|
||||
DONE Perhaps add man-pages to the ISOs
|
||||
|
||||
DONE Fix plasma desktop icons (~/.local/share/.....)
|
@@ -1,114 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Automated ISO build script
|
||||
# Builds all profiles, all inits and rsyncs to ISO download server
|
||||
# 2019-2021, nous
|
||||
|
||||
export TERM=xterm-256color
|
||||
source /usr/share/makepkg/util/message.sh
|
||||
colorize
|
||||
|
||||
WORKSPACE=/home/$USER/artools-workspace
|
||||
PROFILES=${WORKSPACE}/iso-profiles
|
||||
REPO=/srv/iso/weekly-iso
|
||||
#RSYNCARGS="-au --delete-after --bwlimit=5M"
|
||||
RSYNCARGS="-au --delete-before"
|
||||
CWD=$PROFILES
|
||||
DATE=$(date +"%Y%m%d")
|
||||
|
||||
mkdir -p ${PROFILES}/logs
|
||||
|
||||
cd $WORKSPACE
|
||||
if [[ -d $PROFILES ]]; then
|
||||
cd $PROFILES
|
||||
# git checkout community
|
||||
git pull
|
||||
else
|
||||
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
||||
# git checkout community
|
||||
fi
|
||||
|
||||
cd $PROFILES
|
||||
all_profiles=($(find -maxdepth 1 -type d | sed 's|.*/||'| egrep -v "\.|common|linexa|git|logs|lowmem|anon|gnome|plasma5|i3|community$" | sort))
|
||||
all_inits=('openrc' 'runit' 's6' 'dinit')
|
||||
|
||||
usage() {
|
||||
echo
|
||||
echo -n "${BOLD}Usage: "
|
||||
echo "$0 [-b stable|gremlins] -p <profile>[,profile,...]|[all] -i <init>[,init,...]|[all]${ALL_OFF}"
|
||||
echo
|
||||
echo -n "All profiles, all inits: "
|
||||
echo "$0 -p all -i all"
|
||||
echo
|
||||
echo "Available branches: ${BOLD}stable (default, if omitted), gremlins${ALL_OFF}"
|
||||
echo "Available profiles: ${GREEN}${all_profiles[@]}${ALL_OFF}"
|
||||
echo "Available inits: ${CYAN}${all_inits[@]} ${ALL_OFF}"
|
||||
echo
|
||||
echo "Example: $0 -p base,lxqt,lxde -i openrc,runit"
|
||||
echo " $0 -b gremlins -p base -i s6"
|
||||
echo
|
||||
exit 1
|
||||
}
|
||||
|
||||
timestamp() { date +"%Y/%m/%d-%H:%M:%S"; }
|
||||
|
||||
profiles=(${all_profiles[@]})
|
||||
inits=(${all_inits[@]})
|
||||
branch=''
|
||||
|
||||
echo "Building ISO(s):"
|
||||
echo " branch ${BOLD}${_branch}${ALL_OFF}"
|
||||
echo " profiles ${GREEN}${profiles[@]}${ALL_OFF}"
|
||||
echo " inits ${CYAN}${inits[@]}${ALL_OFF}"
|
||||
|
||||
echo -n "REMOVING EXISTING ISOs IN 10 SECONDS! "; i=9; while [ $i -ne 0 ]; do echo -n "$i "; let i--; sleep 1; done
|
||||
echo
|
||||
rm -fr $REPO/* &
|
||||
|
||||
cd $PROFILES && git checkout master
|
||||
for profile in ${profiles[@]}; do
|
||||
unset COPY_PACMAN_CONF
|
||||
[[ $profile =~ 'community' ]] && COPY_PACMAN_CONF='-w'
|
||||
for init in ${inits[@]}; do
|
||||
logfile=$PROFILES/logs/buildiso-$DATE
|
||||
logfile_debug=$logfile-$profile-$init
|
||||
echo "#################################" >> $logfile.log
|
||||
stamp=$(timestamp)
|
||||
[[ $profile =~ 'community' ]] && [[ $init != 'openrc' ]] && \
|
||||
{ echo "$stamp == ${YELLOW}Skipping building ${_branch} $profile ISO with $init${ALL_OFF}" >> $logfile.log; continue; }
|
||||
echo "$stamp == Begin building ${_branch} $profile ISO with $init" >> $logfile.log
|
||||
[[ $init == 'openrc' ]] && cp -f ${WORKSPACE}/tweaks/rc.conf ${PROFILES}/$profile/root-overlay/etc/
|
||||
echo "VERSION_ID=$DATE" >| ${PROFILES}/$profile/root-overlay/etc/buildinfo
|
||||
echo "VARIANT=${profile}-${init}" >> ${PROFILES}/$profile/root-overlay/etc/buildinfo
|
||||
nice -n 20 buildiso${branch} -p $profile -i $init $COPY_PACMAN_CONF 2>&1 >> ${logfile_debug}.log
|
||||
res=$?
|
||||
stamp=$(timestamp)
|
||||
if [ $res == 0 ]; then
|
||||
echo "$stamp == ${GREEN}Finished building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log
|
||||
else
|
||||
echo "$stamp == ${RED}Failed building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log
|
||||
echo "$stamp == ${RED}Retrying once ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log
|
||||
echo "$stamp == Re-building ${_branch} ${profile}-${init}" >> $logfile.log
|
||||
nice -n 20 buildiso${branch} -p $profile -i $init $COPY_PACMAN_CONF 2>&1 >> ${logfile_debug}.log
|
||||
res=$?
|
||||
stamp=$(timestamp)
|
||||
if [ $res == 0 ]; then
|
||||
{ echo "$stamp == ${GREEN}Finished building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; } \
|
||||
else
|
||||
{ echo "$stamp == ${RED}Failed building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; continue; }
|
||||
fi
|
||||
fi
|
||||
rm -f ${PROFILES}/$profile/root-overlay/etc/{rc.conf,buildinfo}
|
||||
sudo rm -fr /var/lib/artools/buildiso/$profile
|
||||
# [[ $res == 0 ]] && { echo "$stamp == ${GREEN}Finished building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; } \
|
||||
# || { echo "$stamp == ${RED}Failed building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; continue; }
|
||||
mv -v ${WORKSPACE}/iso/$profile/artix-$profile-$init-*.iso ${REPO}/
|
||||
cd $REPO && { sha256sum artix-*.iso > ${REPO}/sha256sums & }
|
||||
done
|
||||
done
|
||||
# Redundancy tasks
|
||||
rm -f ${PROFILES}/*/root-overlay/etc/{rc.conf,buildinfo}
|
||||
rm -f ${REPO}/artix-*community*{runit,s6,dinit}*.iso
|
||||
port=$(cat $WORKSPACE/port)
|
||||
rsync $RSYNCARGS ${REPO}/ nous@download.artixlinux.org:/srv/iso/weekly-iso/ -e "ssh -p $port"
|
||||
rsync $RSYNCARGS ${REPO}/ nous@iso.artixlinux.org:/srv/iso/weekly-iso/ -e "ssh -p $port"
|
@@ -1,130 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Automated ISO build script
|
||||
# Builds select profiles / inits
|
||||
# 2019-2021, nous
|
||||
|
||||
export TERM=xterm-256color
|
||||
source /usr/share/makepkg/util/message.sh
|
||||
colorize
|
||||
|
||||
WORKSPACE=/home/$USER/artools-workspace
|
||||
PROFILES=${WORKSPACE}/iso-profiles
|
||||
REPO=/srv/iso/weekly-iso
|
||||
CWD=$PROFILES
|
||||
DATE=$(date +"%Y%m%d")
|
||||
|
||||
mkdir -p ${PROFILES}/logs
|
||||
|
||||
cd $WORKSPACE
|
||||
if [[ -d $PROFILES ]]; then
|
||||
cd $PROFILES
|
||||
# git checkout community
|
||||
git pull
|
||||
else
|
||||
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
||||
fi
|
||||
|
||||
cd $PROFILES
|
||||
all_profiles=($(find -maxdepth 1 -type d | sed 's|.*/||'| egrep -v "\.|common|linexa|git|logs|lowmem|anon|gnome|i3|community$" | sort))
|
||||
all_inits=('openrc' 'runit' 's6' 'dinit')
|
||||
|
||||
usage() {
|
||||
echo
|
||||
echo -n "${BOLD}Usage: "
|
||||
echo "$0 [-b stable|gremlins] -p <profile>[,profile,...]|[all] -i <init>[,init,...]|[all]${ALL_OFF}"
|
||||
echo
|
||||
echo -n "All profiles, all inits: "
|
||||
echo "$0 -p all -i all"
|
||||
echo
|
||||
echo "Available branches: ${BOLD}stable (default, if omitted), gremlins${ALL_OFF}"
|
||||
echo "Available profiles: ${GREEN}${all_profiles[@]}${ALL_OFF}"
|
||||
echo "Available inits: ${CYAN}${all_inits[@]} ${ALL_OFF}"
|
||||
echo
|
||||
echo "Example: $0 -p base,lxqt,lxde -i openrc,runit"
|
||||
echo " $0 -b gremlins -p base -i s6"
|
||||
echo
|
||||
exit 1
|
||||
}
|
||||
|
||||
timestamp() { date +"%Y/%m/%d-%H:%M:%S"; }
|
||||
|
||||
[[ $# -eq 0 ]] && usage
|
||||
|
||||
while getopts "b:p:i:" option; do
|
||||
case $option in
|
||||
b)
|
||||
_branch=$OPTARG
|
||||
[[ ${_branch} =~ (^$|stable|gremlins) ]] || { echo; echo "${RED}No valid branch selected!${ALL_OFF}"; echo; usage; }
|
||||
[[ ${_branch} == 'stable' || ${_branch} == '' ]] && { _branch='stable'; branch=''; }
|
||||
[[ ${_branch} == 'gremlins' ]] && branch='-gremlins'
|
||||
;;
|
||||
p)
|
||||
_profile=$OPTARG
|
||||
for p in ${all_profiles[@]}; do
|
||||
[[ ${_profile} =~ $p ]] && profiles+=($p)
|
||||
done
|
||||
[[ ${_profile} == all ]] && profiles=(${all_profiles[@]})
|
||||
;;
|
||||
i)
|
||||
_init=$OPTARG
|
||||
for i in ${all_inits[@]}; do
|
||||
[[ ${_init} =~ $i ]] && inits+=($i)
|
||||
done
|
||||
[[ ${_init} == all ]] && inits=(${all_inits[@]})
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
[[ $branch ]] || { _branch='stable'; branch=''; }
|
||||
[[ ${#profiles[@]} -eq 0 ]] && { echo; echo "${RED}No valid profiles selected!${ALL_OFF}"; echo; usage; }
|
||||
[[ ${#inits[@]} -eq 0 ]] && { echo; echo "${RED}No valid inits selected!"${ALL_OFF}; echo; usage; }
|
||||
|
||||
echo "Building ISO(s):"
|
||||
echo " branch ${BOLD}${_branch}${ALL_OFF}"
|
||||
echo " profiles ${GREEN}${profiles[@]}${ALL_OFF}"
|
||||
echo " inits ${CYAN}${inits[@]}${ALL_OFF}"
|
||||
|
||||
|
||||
cd $PROFILES && git checkout master
|
||||
for profile in ${profiles[@]}; do
|
||||
unset COPY_PACMAN_CONF
|
||||
[[ $profile =~ 'community' ]] && COPY_PACMAN_CONF='-w'
|
||||
for init in ${inits[@]}; do
|
||||
logfile=$PROFILES/logs/buildiso-$DATE
|
||||
logfile_debug=$logfile-$profile-$init
|
||||
echo "#################################" >> ${logfile}.log
|
||||
stamp=$(timestamp)
|
||||
[[ $profile =~ 'community' ]] && [[ $init != 'openrc' ]] && \
|
||||
{ echo "$stamp == ${YELLOW}Skipping building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; continue; }
|
||||
echo "$stamp == Begin building ${_branch} ${profile}-${init}" >> $logfile.log
|
||||
[[ $init == 'openrc' ]] && cp ${WORKSPACE}/tweaks/rc.conf ${PROFILES}/$profile/root-overlay/etc/
|
||||
echo "VERSION_ID=$DATE" >| ${PROFILES}/$profile/root-overlay/etc/buildinfo
|
||||
echo "VARIANT=${profile}-${init}" >> ${PROFILES}/$profile/root-overlay/etc/buildinfo
|
||||
nice -n 20 buildiso${branch} -p $profile -i $init $COPY_PACMAN_CONF 2>&1 >> ${logfile_debug}.log
|
||||
res=$?
|
||||
stamp=$(timestamp)
|
||||
if [ $res == 0 ]; then
|
||||
echo "$stamp == ${GREEN}Finished building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log
|
||||
else
|
||||
echo "$stamp == ${RED}Failed building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log
|
||||
echo "$stamp == ${RED}Retrying once ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log
|
||||
echo "$stamp == Re-building ${_branch} ${profile}-${init}" >> $logfile.log
|
||||
nice -n 20 buildiso${branch} -p $profile -i $init $COPY_PACMAN_CONF 2>&1 >> ${logfile_debug}.log
|
||||
res=$?
|
||||
stamp=$(timestamp)
|
||||
if [ $res == 0 ]; then
|
||||
{ echo "$stamp == ${GREEN}Finished building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; } \
|
||||
else
|
||||
{ echo "$stamp == ${RED}Failed building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; continue; }
|
||||
fi
|
||||
fi
|
||||
rm -f ${PROFILES}/$profile/root-overlay/etc/{rc.conf,buildinfo}
|
||||
sudo rm -fr /var/lib/artools/buildiso/$profile
|
||||
# [[ $res == 0 ]] && { echo "$stamp == ${GREEN}Finished building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; } \
|
||||
# || { echo "$stamp == ${RED}Failed building ${_branch} ${profile}-${init}${ALL_OFF}" >> $logfile.log; continue; }
|
||||
mv -v ${WORKSPACE}/iso/$profile/artix-$profile-$init-*.iso ${REPO}/ 2>/dev/null
|
||||
cd $REPO && { sha256sum artix-*.iso > ${REPO}/sha256sums & }
|
||||
done
|
||||
done
|
||||
rm -f ${PROFILES}/*/root-overlay/etc/{rc.conf,buildinfo}
|
@@ -1,101 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Automated ISO build script
|
||||
# 2019-2020, nous
|
||||
|
||||
source /usr/share/makepkg/util/message.sh
|
||||
colorize
|
||||
|
||||
WORKSPACE=/home/$USER/artools-workspace
|
||||
PROFILES=${WORKSPACE}/iso-profiles
|
||||
REPO=/srv/iso/weekly-iso
|
||||
CWD=`pwd`
|
||||
|
||||
cd $PROFILES
|
||||
all_profiles=($(find -maxdepth 1 -type d | sed 's|.*/||'| egrep -v "\.|common|linexa|git|community$" | sort))
|
||||
all_inits=('openrc' 'runit' 's6' 'dinit')
|
||||
|
||||
usage() {
|
||||
echo
|
||||
echo -n "${BOLD}Usage: "
|
||||
echo "$0 [-b stable|gremlins] -p <profile>[,profile,...]|[all] -i <init>[,init,...]|[all]${ALL_OFF}"
|
||||
echo
|
||||
echo -n "All profiles, all inits: "
|
||||
echo "$0 -p all -i all"
|
||||
echo
|
||||
echo "Available branches: ${BOLD}stable (default, if omitted), gremlins${ALL_OFF}"
|
||||
echo "Available profiles: ${GREEN}${all_profiles[@]}${ALL_OFF}"
|
||||
echo "Available inits: ${CYAN}${all_inits[@]} ${ALL_OFF}"
|
||||
echo
|
||||
echo "Example: $0 -p base,lxqt,lxde -i openrc,runit"
|
||||
echo " $0 -b gremlins -p base -i s6"
|
||||
echo
|
||||
exit 1
|
||||
}
|
||||
|
||||
timestamp() { date +"%Y/%m/%d-%H:%M:%S"; }
|
||||
|
||||
[[ $# -eq 0 ]] && usage
|
||||
|
||||
while getopts "b:p:i:" option; do
|
||||
case $option in
|
||||
b)
|
||||
_branch=$OPTARG
|
||||
[[ ${_branch} =~ (^$|stable|gremlins) ]] || { echo; echo "${RED}No valid branch selected!${ALL_OFF}"; echo; usage; }
|
||||
[[ ${_branch} == 'stable' || ${_branch} == '' ]] && { _branch='stable'; branch=''; }
|
||||
[[ ${_branch} == 'gremlins' ]] && branch='-gremlins'
|
||||
;;
|
||||
p)
|
||||
_profile=$OPTARG
|
||||
for p in ${all_profiles[@]}; do
|
||||
[[ ${_profile} =~ $p ]] && profiles+=($p)
|
||||
done
|
||||
[[ ${_profile} == all ]] && profiles=(${all_profiles[@]})
|
||||
;;
|
||||
i)
|
||||
_init=$OPTARG
|
||||
for i in ${all_inits[@]}; do
|
||||
[[ ${_init} == $i ]] && inits+=($i)
|
||||
done
|
||||
[[ ${_init} == all ]] && inits=(${all_inits[@]})
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
[[ $branch ]] || { _branch='stable'; branch=''; }
|
||||
[[ ${#profiles[@]} -eq 0 ]] && { echo; echo "${RED}No valid profiles selected!${ALL_OFF}"; echo; usage; }
|
||||
[[ ${#inits[@]} -eq 0 ]] && { echo; echo "${RED}No valid inits selected!"${ALL_OFF}; echo; usage; }
|
||||
|
||||
echo "Building ISO(s):"
|
||||
echo " branch ${BOLD}${_branch}${ALL_OFF}"
|
||||
echo " profiles ${GREEN}${profiles[@]}${ALL_OFF}"
|
||||
echo " inits ${CYAN}${inits[@]}${ALL_OFF}"
|
||||
|
||||
mkdir -p ${PROFILES}
|
||||
|
||||
cd $WORKSPACE
|
||||
if [[ -d $PROFILES ]]; then
|
||||
cd $PROFILES
|
||||
git pull
|
||||
else
|
||||
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
||||
fi
|
||||
|
||||
cd $PROFILES && git checkout master
|
||||
echo "#################################" >>$CWD/ISO_build.log
|
||||
for profile in ${profiles[@]}; do
|
||||
for init in ${inits[@]}; do
|
||||
[[ $init == 'openrc' ]] && cp ${WORKSPACE}/rc.conf ${PROFILES}/$profile/root-overlay/etc/
|
||||
stamp=$(timestamp)
|
||||
echo "$stamp == Begin building ${_branch} $profile ISO with $init" >> $CWD/ISO_build.log
|
||||
nice -n 20 buildiso${branch} -p $profile -i $init
|
||||
res=$?
|
||||
rm -f ${PROFILES}/$profile/root-overlay/etc/rc.conf
|
||||
stamp=$(timestamp)
|
||||
sudo rm -fr /var/lib/artools/buildiso/$profile &
|
||||
[[ $res == 0 ]] && { echo "$stamp == ${GREEN}Finished building ${_branch} $profile ISO with $init${ALL_OFF}" >> $CWD/ISO_build.log; } \
|
||||
|| { echo "$stamp == ${RED}Failed building ${_branch} $profile ISO with $init${ALL_OFF}" >> $CWD/ISO_build.log; continue; }
|
||||
mv -v ${WORKSPACE}/iso/$profile/artix-$profile-$init-*.iso ${REPO}/
|
||||
cd $REPO && { sha256sum artix-*.iso > ${REPO}/sha256sums & }
|
||||
done
|
||||
done
|
@@ -1,69 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
yaml_array() {
|
||||
local array
|
||||
|
||||
for entry in "$@"; do
|
||||
array="${array:-}${array:+,} ${entry}"
|
||||
done
|
||||
printf "%s\n" "[${array}]"
|
||||
}
|
||||
|
||||
read_from_list() {
|
||||
local list="$1"
|
||||
local _space="s| ||g"
|
||||
local _clean='/^$/d'
|
||||
local _com_rm="s|#.*||g"
|
||||
mapfile -t pkgs < <(sed "$_com_rm" "$list" \
|
||||
| sed "$_space" \
|
||||
| sed "$_clean" | sort -u)
|
||||
}
|
||||
|
||||
profiles=(
|
||||
cinnamon
|
||||
community-gtk
|
||||
community-qt
|
||||
lxde
|
||||
lxqt
|
||||
mate
|
||||
xfce
|
||||
moksha
|
||||
)
|
||||
|
||||
cd ..
|
||||
|
||||
for p in "${profiles[@]}"; do
|
||||
|
||||
if [[ -f "$p"/profile.conf ]]; then
|
||||
|
||||
cp -v common/profile.yaml.template "$p"/profile.yaml
|
||||
|
||||
. "$p"/profile.conf
|
||||
|
||||
sv="$(yaml_array ${SERVICES[@]})"
|
||||
auto="$AUTOLOGIN" \
|
||||
sv="$sv" \
|
||||
yq -P '
|
||||
with(
|
||||
.live-session;
|
||||
.services = env(sv) |
|
||||
.autologin = env(auto))' -i "$p"/profile.yaml
|
||||
|
||||
fi
|
||||
|
||||
if [[ -e "$p"/Packages-Root ]]; then
|
||||
read_from_list "$p"/Packages-Root
|
||||
p="$(yaml_array ${pkgs[@]})" \
|
||||
yq -P '.rootfs.packages = env(p)' -i "$p"/profile.yaml
|
||||
|
||||
fi
|
||||
|
||||
if [[ -e "$p"/Packages-Live ]]; then
|
||||
read_from_list "$p"/Packages-Live
|
||||
p="$(yaml_array ${pkgs[@]})" \
|
||||
yq -P '.livefs.packages = env(p)' -i "$p"/profile.yaml
|
||||
fi
|
||||
|
||||
# git add "$p"
|
||||
# git commit -m "yamilize profiles"
|
||||
done
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
to_package/
|
||||
**/rc.conf
|
37
Notes
Normal file
37
Notes
Normal file
@@ -0,0 +1,37 @@
|
||||
BuildISO order
|
||||
rootfs
|
||||
desktopfs
|
||||
livefs
|
||||
|
||||
1. buildiso uses /usr/share/artools/pacman-default.conf for all pacman operations, and copies it into the ISO.
|
||||
2. ~/artools-workspace/iso-profiles overrides the system default ones
|
||||
3. livefs overlay isn't copied over to installed system
|
||||
4. having more than one kernel specified in base/Packages-Root fails
|
||||
5. buildiso seems to use both /etc/pacman.conf and /usr/share/artools/pacman-default.conf
|
||||
|
||||
|
||||
TODO
|
||||
1. DONE: /etc/default/grub append net.ifnames=0
|
||||
2. DONE: metalog-openrc instead of syslog-ng-openrc in ~/artools-workspace/iso-profiles/base/Packages-Root, because the latter seems to hang on some systems
|
||||
3. DONE: connman instead of nm in base/Packages-Live, because it's lighter and just as efficient
|
||||
4. DONE: gparted instead of partitionmanager
|
||||
5. DONE: Remove start menu arrow in MATE (~/.config/gtk-3.0/gtk.css)
|
||||
6. DONE: remove mate-backgrounds and add artix wallpapers instead
|
||||
7. DONE: Encrypted filesystem requires /crypto_keyfile.bin in mkinitcpio.conf/FILES and cryptkey=rootfs:/crypto_keyfile.bin in default/grub/GRUB_CMDLINE_LINUX, or kernel updates break
|
||||
8. DONE: For QT ISO: QT_QPA_PLATFORMTHEME must be unset, otherwise icons are invisible in Plasma desktop (nuoveXT2 set gets picked up by the gtk2 settings) and there are dark text on dark background issues in systemsettings5 and some widget settings. QT_STYLE_OVERRIDE=gtk perhaps should be set (e.g. in /etc/environment)
|
||||
9. DONE: GTK2 toolbar is a png, needs some darkening.
|
||||
|
||||
More TODOs, Nov 2019
|
||||
1. Virtualbox is ugly with every QT_STYLE_OVERRIDE setting except kvantum-dark; use an alias in /etc/bash/ until fixed upstream
|
||||
2. GTK ISO: Use gschema overrides instead of the binary dconf blob
|
||||
3. Create a branding package to keep the profiles lighter. Files/dirs to be included:
|
||||
community/root-overlay/etc/skel
|
||||
community/root-overlay/usr/lib/firefox/distribution
|
||||
community/root-overlay/usr/share/lxdm/themes/Artix <-- or make it separate
|
||||
community/root-overlay/usr/share/polkit-1/rules.d
|
||||
community/root-overlay/etc/profile.d/libreoffice-*
|
||||
community/root-overlay/etc/udev/rules.d/60-ioschedulers.rules
|
||||
community/root-overlay/etc/xdg/kcm-about-distrorc (unless Plasma picks correct distro info out of the box)
|
||||
community/root-overlay/etc/DIR_COLORS
|
||||
community/live-overlay/etc/bash/bashrc.d/local.bashrc
|
||||
mate-lxde/live-overlay/etc/lightdm
|
42
README.md
42
README.md
@@ -1,14 +1,36 @@
|
||||
# iso-profiles
|
||||
The Artix ISO profiles
|
||||
|
||||
The Artix ISO profiles.
|
||||
The *community* profiles (Plasma-LXQt and MATE-LXDE) are mostly symlinks to community. Only a few files/directories differ that accomodate settings specific to the flavour. Those files/directories are ***not*** symlinks.
|
||||
|
||||
Compared to *base/lxqt* profiles, the community profiles differ in:
|
||||
1. /etc/skel is a lot more populous, as it contains DE and application settings
|
||||
2. A few scripts in /etc/local.d/ get executed at first boot:
|
||||
* theme-root creates in /root/.config some symlinks to /etc/skel/.config, for allowing sudo apps follow the overall theme, and gets deleted after execution
|
||||
* artix-icons converts all start-here.png icons in /usr/share/icons to the Artix logo
|
||||
* 0-remove-openbox-sessions deletes openbox entries in /usr/share/xsessions; openbox sessions are unconfigured and can even hang if chosen. Also gets deleted after execution
|
||||
* change-machine-id replaces machine-id in /etc and /var/lib/dbus at every boot
|
||||
* mkinitcpio detects whether the installation is encrypted or not and modifies /etc/default/grub and /etc/mkinitcpio.conf accordingly
|
||||
3. The default erowise mirror in mirrorlist-arch is commented out for being very slow
|
||||
4. rc.local enables the magic sysrq key and replaces the boring /etc/issue with a neofetch dump
|
||||
5. A nice DIR_COLORS is present in /etc.
|
||||
6. /etc/environment sets QT_QPA_PLATFORMTHEME=gtk2 and QT_STYLE_OVERRIDE=gtk in the GTK ISO. Only the latter is needed in QT (I think, forgot to test).
|
||||
7. /etc/vconsole.conf is symlinked to conf.d/consolefont, which is a merge of both. This allows both OpenRC to set the console font and mkinitcpio run the hook early at boot.
|
||||
8. /etc/xdg/kcm-about-distrorc is branded for Artix. There are a few more config files there, stolen from other distros.
|
||||
9. The mkinitcpio.conf in *desktop* profile is preconfigured for rootfs encryption, otherwise system becomes unbootable at first kernel upgrade. If encryption isn't enabled, the script in local.d removes the setting.
|
||||
10. There's a custom local.bashrc in bashrc/bashrc.d, with a better PS1 and a few useful aliases and customizations.
|
||||
11. default/grub is preconfigured with the artix-grub-theme and rootfs encryption; see no.9.
|
||||
12. elogind/logind.conf sets KillUserProcesses=no, which seems to be forgotten to incredibly stupid default 'yes'
|
||||
13. In profile.d/ libreoffice is themed with SAL_USE_VCLPLUGIN=gtk
|
||||
14. rc.conf sets *rc_parallel* and *rc_crashed_start* to YES
|
||||
15. /etc/hosts for live sets *artix* to loopback, some programs hung for a while resolving it
|
||||
16. The branding icons in /usr/share/icons/matefaenzadark are set to Artix
|
||||
17. 60-ioschedulers.rules in udev/rules.d sets I/O scheduler according to disk type (ssd/rotational)
|
||||
18. /root/.config contains settings for Midnight Commander
|
||||
19. /usr/lib/firefox/distribution/distribution.ini is branded for Artix
|
||||
20. A little tested and possibly incomplete theme for LXDM lies in /usr/share
|
||||
21. A KDE .rules file from Fedora is put in /usr/share/polkit-1/rules.d
|
||||
22. A tweaked SDDM theme appears in /usr/share/sddm
|
||||
23. /etc/lightdm in GTK is themed and present in both *live* and *desktop* GTK, configured for autologin in the former
|
||||
|
||||
|
||||
The profiles are designated base, netinstall, minimal plasma.
|
||||
|
||||
Base only offers a bare minimum system, installable from the CLI. For advanced users.
|
||||
|
||||
Minimal plasma profile comes with a basic DE, slightly preconfigured. The graphical installer of choice is Calamares. For knowledgeable users.
|
||||
|
||||
Netinstall profile has the same minimal plasma live DE, but the calamares installer is configured in pure online netinstall mode and has almost every package selectable, including the init system to install. Everything is downloaded instead of the offline unpack mode, including the init system to install. Full customization of the target system.
|
||||
|
||||
Common settings among all profiles are stored in ''common''.
|
||||
|
18
base/Packages-Live
Normal file
18
base/Packages-Live
Normal file
@@ -0,0 +1,18 @@
|
||||
mkinitcpio-nfs-utils
|
||||
squashfs-tools
|
||||
nbd
|
||||
|
||||
@openrc artix-live-openrc
|
||||
@runit artix-live-runit
|
||||
artix-live-portable-efi
|
||||
|
||||
@openrc networkmanager-openrc
|
||||
@openrc ntp-openrc
|
||||
@openrc bluez-openrc
|
||||
|
||||
@runit networkmanager-runit
|
||||
@runit ntp-runit
|
||||
@runit bluez-runit
|
||||
|
||||
intel-ucode
|
||||
amd-ucode
|
69
base/Packages-Root
Normal file
69
base/Packages-Root
Normal file
@@ -0,0 +1,69 @@
|
||||
base
|
||||
base-devel
|
||||
@openrc elogind-openrc
|
||||
@runit elogind-runit
|
||||
@s6 elogind-s6
|
||||
acpi
|
||||
b43-fwcutter
|
||||
btrfs-progs
|
||||
crda
|
||||
dhclient
|
||||
diffutils
|
||||
dmraid
|
||||
dnsmasq
|
||||
dosfstools
|
||||
ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
ipw2100-fw
|
||||
ipw2200-fw
|
||||
jfsutils
|
||||
linux
|
||||
linux-headers
|
||||
lsb-release
|
||||
man-pages
|
||||
memtest86+
|
||||
mkinitcpio
|
||||
net-tools
|
||||
ntfs-3g
|
||||
@openrc acpid-openrc
|
||||
@openrc cronie-openrc
|
||||
@openrc cryptsetup-openrc
|
||||
@openrc dhcpcd-openrc
|
||||
@openrc haveged-openrc
|
||||
@openrc lvm2-openrc
|
||||
@openrc mdadm-openrc
|
||||
@openrc nfs-utils-openrc
|
||||
@openrc rsync-openrc
|
||||
@openrc openssh-openrc
|
||||
@openrc wpa_supplicant-openrc
|
||||
@openrc syslog-ng-openrc
|
||||
@runit acpid-runit
|
||||
@runit cronie-runit
|
||||
@runit cryptsetup-runit
|
||||
@runit dhcpcd-runit
|
||||
@runit haveged-runit
|
||||
@runit lvm2-runit
|
||||
@runit mdadm-runit
|
||||
@runit nfs-utils-runit
|
||||
@runit rsync-runit
|
||||
@runit openssh-runit
|
||||
@runit wpa_supplicant-runit
|
||||
@runit syslog-ng-runit
|
||||
@s6 acpid-s6
|
||||
@s6 cronie-s6
|
||||
@s6 cryptsetup-s6
|
||||
@s6 dhcpcd-s6
|
||||
@s6 haveged-s6
|
||||
@s6 lvm2-s6
|
||||
@s6 mdadm-s6
|
||||
@s6 nfs-utils-s6
|
||||
@s6 rsync-s6
|
||||
@s6 openssh-s6
|
||||
@s6 wpa_supplicant-s6
|
||||
@s6 syslog-ng-s6
|
||||
os-prober
|
||||
efibootmgr
|
||||
zsh
|
@@ -1,53 +1,49 @@
|
||||
GRUB_DEFAULT="0"
|
||||
GRUB_TIMEOUT="3"
|
||||
GRUB_DEFAULT=saved
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR="Artix"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
||||
GRUB_CMDLINE_LINUX="net.ifnames=0"
|
||||
GRUB_CMDLINE_LINUX=""
|
||||
|
||||
# If you want to enable the save default function, uncomment the following
|
||||
# line, and set GRUB_DEFAULT to saved.
|
||||
GRUB_SAVEDEFAULT=true
|
||||
|
||||
# Preload both GPT and MBR modules so that they are not missed
|
||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
||||
|
||||
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
|
||||
#GRUB_HIDDEN_TIMEOUT="5"
|
||||
#GRUB_HIDDEN_TIMEOUT_QUIET="true"
|
||||
#GRUB_HIDDEN_TIMEOUT=5
|
||||
#GRUB_HIDDEN_TIMEOUT_QUIET=true
|
||||
|
||||
# Uncomment to use basic console
|
||||
GRUB_TERMINAL_INPUT="console"
|
||||
GRUB_TERMINAL_INPUT=console
|
||||
|
||||
# Uncomment to disable graphical terminal
|
||||
#GRUB_TERMINAL_OUTPUT="console"
|
||||
#GRUB_TERMINAL_OUTPUT=console
|
||||
|
||||
# The resolution used on graphical terminal
|
||||
# note that you can use only modes which your graphic card supports via VBE
|
||||
# you can see them in real GRUB with the command `vbeinfo'
|
||||
#GRUB_GFXMODE="1680x1050x8"
|
||||
GRUB_GFXMODE="1024x768,800x600"
|
||||
GRUB_GFXMODE=auto
|
||||
|
||||
# Uncomment to allow the kernel use the same resolution used by grub
|
||||
GRUB_GFXPAYLOAD_LINUX="keep"
|
||||
GRUB_GFXPAYLOAD_LINUX=keep
|
||||
|
||||
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
|
||||
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
|
||||
#GRUB_DISABLE_LINUX_UUID="true"
|
||||
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
|
||||
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
|
||||
#GRUB_DISABLE_LINUX_UUID=true
|
||||
|
||||
# Uncomment to disable generation of recovery mode menu entries
|
||||
GRUB_DISABLE_RECOVERY="true"
|
||||
GRUB_DISABLE_RECOVERY=true
|
||||
|
||||
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
||||
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
|
||||
# modes only. Entries specified as foreground/background.
|
||||
export GRUB_COLOR_NORMAL="light-blue/black"
|
||||
export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
|
||||
GRUB_COLOR_NORMAL="light-gray/black"
|
||||
GRUB_COLOR_HIGHLIGHT="cyan/black"
|
||||
|
||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||
#GRUB_BACKGROUND="/path/to/wallpaper"
|
||||
GRUB_THEME="/usr/share/grub/themes/artix/theme.txt"
|
||||
GRUB_BACKGROUND="/usr/share/grub/background.png"
|
||||
#GRUB_THEME="/path/to/gfxtheme"
|
||||
|
||||
# Uncomment to get a beep at GRUB start
|
||||
#GRUB_INIT_TUNE="480 440 1"
|
||||
|
||||
GRUB_SAVEDEFAULT="true"
|
||||
|
||||
GRUB_DISABLE_LINUX_RECOVERY="true"
|
||||
|
||||
# Probe for other installed operating systems
|
||||
GRUB_DISABLE_OS_PROBER="false"
|
@@ -1,9 +1,13 @@
|
||||
[H[2J
|
||||
Artix Live ISO (\l) - \s-\r \m
|
||||
|
||||
[?25h[?7hArtix Live ISO (\l) - \s-\r \m
|
||||
|
||||
# Welcome to Artix #
|
||||
|
||||
# Welcome to Artix #
|
||||
|
||||
|
||||
login for the live environment:
|
||||
user 'artix'
|
||||
password 'artix'
|
||||
|
||||
|
7
base/live-overlay/etc/issue.live
Normal file
7
base/live-overlay/etc/issue.live
Normal file
@@ -0,0 +1,7 @@
|
||||
Artix Live ISO (\l) - \s-\r \m
|
||||
|
||||
login for the live environment:
|
||||
user 'artix'
|
||||
password 'artix'
|
||||
|
||||
|
25
base/profile.conf
Normal file
25
base/profile.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
################ install ################
|
||||
|
||||
# default displaymanager: none
|
||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
||||
# DISPLAYMANAGER="none"
|
||||
|
||||
# Set to false to disable autologin in the livecd
|
||||
AUTOLOGIN="false"
|
||||
|
||||
# start services
|
||||
SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
||||
|
||||
# default group membership
|
||||
# ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
||||
|
||||
################# live-session #################
|
||||
|
||||
# default value
|
||||
# HOST_NANE="artix"
|
||||
|
||||
# default value
|
||||
# USER_NAME="artix"
|
||||
|
||||
# default value
|
||||
# PASSWORD="artix"
|
@@ -1,43 +0,0 @@
|
||||
---
|
||||
|
||||
live-session:
|
||||
user: artix
|
||||
password: artix
|
||||
autologin: true
|
||||
use-xlibre: false
|
||||
services:
|
||||
- acpid
|
||||
- bluetoothd
|
||||
- cronie
|
||||
- cupsd
|
||||
- syslog-ng
|
||||
- NetworkManager
|
||||
user-services:
|
||||
- dbus
|
||||
rootfs:
|
||||
packages:
|
||||
- mkinitcpio-nfs-utils
|
||||
- squashfs-tools
|
||||
- artix-grub-live
|
||||
packages-init:
|
||||
dinit:
|
||||
- dinit-user-spawn
|
||||
- syslog-ng-dinit
|
||||
- networkmanager-dinit
|
||||
- cups-dinit
|
||||
- artix-live-dinit
|
||||
openrc:
|
||||
- syslog-ng-openrc
|
||||
- networkmanager-openrc
|
||||
- cups-openrc
|
||||
- artix-live-openrc
|
||||
runit:
|
||||
- syslog-ng-runit
|
||||
- networkmanager-runit
|
||||
- cups-runit
|
||||
- artix-live-runit
|
||||
s6:
|
||||
- syslog-ng-s6
|
||||
- networkmanager-s6
|
||||
- cups-s6
|
||||
- artix-live-s6
|
@@ -1 +0,0 @@
|
||||
../common/root-overlay
|
@@ -1 +0,0 @@
|
||||
../common/live-overlay
|
@@ -1,94 +0,0 @@
|
||||
---
|
||||
|
||||
live-session:
|
||||
user: artix
|
||||
password: artix
|
||||
autologin: true
|
||||
use-xlibre: false
|
||||
services:
|
||||
- acpid
|
||||
- bluetoothd
|
||||
- cronie
|
||||
- cupsd
|
||||
- metalog
|
||||
- NetworkManager
|
||||
- lightdm
|
||||
user-services:
|
||||
- dbus
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- wireplumber
|
||||
rootfs:
|
||||
packages:
|
||||
- atril
|
||||
- blueberry
|
||||
- cinnamon
|
||||
- eog
|
||||
- epiphany
|
||||
- file-roller
|
||||
- gnome-calculator
|
||||
- gnome-disk-utility
|
||||
- gnome-keyring
|
||||
- gnome-online-accounts
|
||||
- gnome-screenshot
|
||||
- gnome-system-monitor
|
||||
- gnome-terminal
|
||||
- leafpad
|
||||
- lightdm-gtk-greeter
|
||||
- nemo-fileroller
|
||||
- nemo-preview
|
||||
- nemo-seahorse
|
||||
- nemo-share
|
||||
- pavucontrol
|
||||
- xcursor-vanilla-dmz
|
||||
packages-init:
|
||||
dinit:
|
||||
- pipewire-dinit
|
||||
- pipewire-pulse-dinit
|
||||
- wireplumber-dinit
|
||||
- dinit-user-spawn
|
||||
- lightdm-dinit
|
||||
- metalog-dinit
|
||||
- networkmanager-dinit
|
||||
- cups-dinit
|
||||
openrc:
|
||||
- pipewire-openrc
|
||||
- pipewire-pulse-openrc
|
||||
- wireplumber-openrc
|
||||
- lightdm-openrc
|
||||
- metalog-openrc
|
||||
- networkmanager-openrc
|
||||
- cups-openrc
|
||||
runit:
|
||||
- lightdm-runit
|
||||
- metalog-runit
|
||||
- networkmanager-runit
|
||||
- cups-runit
|
||||
s6:
|
||||
- lightdm-s6
|
||||
- metalog-s6
|
||||
- networkmanager-s6
|
||||
- cups-s6
|
||||
livefs:
|
||||
packages:
|
||||
- amd-ucode
|
||||
- artix-docs
|
||||
- artix-grub-live
|
||||
- broadcom-wl
|
||||
- calamares-extensions
|
||||
- gparted
|
||||
- hexchat
|
||||
- intel-ucode
|
||||
- mkinitcpio-nfs-utils
|
||||
- nbd
|
||||
- squashfs-tools
|
||||
- virtualbox-guest-utils
|
||||
packages-init:
|
||||
dinit:
|
||||
- artix-live-dinit
|
||||
openrc:
|
||||
- artix-live-openrc
|
||||
runit:
|
||||
- artix-live-runit
|
||||
s6:
|
||||
- artix-live-s6
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/default
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/environment
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/hosts
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/issue
|
@@ -1 +0,0 @@
|
||||
../../../../community/live-overlay/etc/lightdm/lightdm-gtk-greeter.conf
|
@@ -1,169 +0,0 @@
|
||||
#
|
||||
# General configuration
|
||||
#
|
||||
# start-default-seat = True to always start one seat if none are defined in the configuration
|
||||
# greeter-user = User to run greeter as
|
||||
# minimum-display-number = Minimum display number to use for X servers
|
||||
# minimum-vt = First VT to run displays on
|
||||
# lock-memory = True to prevent memory from being paged to disk
|
||||
# user-authority-in-system-dir = True if session authority should be in the system location
|
||||
# guest-account-script = Script to be run to setup guest account
|
||||
# logind-check-graphical = True to on start seats that are marked as graphical by logind
|
||||
# log-directory = Directory to log information to
|
||||
# run-directory = Directory to put running state in
|
||||
# cache-directory = Directory to cache to
|
||||
# sessions-directory = Directory to find sessions
|
||||
# remote-sessions-directory = Directory to find remote sessions
|
||||
# greeters-directory = Directory to find greeters
|
||||
# backup-logs = True to move add a .old suffix to old log files when opening new ones
|
||||
# dbus-service = True if LightDM provides a D-Bus service to control it
|
||||
#
|
||||
[LightDM]
|
||||
#start-default-seat=true
|
||||
#greeter-user=lightdm
|
||||
#minimum-display-number=0
|
||||
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
|
||||
#lock-memory=true
|
||||
#user-authority-in-system-dir=false
|
||||
#guest-account-script=guest-account
|
||||
logind-check-graphical=true
|
||||
#log-directory=/var/log/lightdm
|
||||
run-directory=/run/lightdm
|
||||
#cache-directory=/var/cache/lightdm
|
||||
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
|
||||
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
|
||||
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
|
||||
#backup-logs=true
|
||||
#dbus-service=true
|
||||
|
||||
#
|
||||
# Seat configuration
|
||||
#
|
||||
# Seat configuration is matched against the seat name glob in the section, for example:
|
||||
# [Seat:*] matches all seats and is applied first.
|
||||
# [Seat:seat0] matches the seat named "seat0".
|
||||
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
|
||||
#
|
||||
# type = Seat type (local, xremote, unity)
|
||||
# pam-service = PAM service to use for login
|
||||
# pam-autologin-service = PAM service to use for autologin
|
||||
# pam-greeter-service = PAM service to use for greeters
|
||||
# xserver-backend = X backend to use (mir)
|
||||
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
|
||||
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
|
||||
# xserver-config = Config file to pass to X server
|
||||
# xserver-layout = Layout to pass to X server
|
||||
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
|
||||
# xserver-share = True if the X server is shared for both greeter and session
|
||||
# xserver-hostname = Hostname of X server (only for type=xremote)
|
||||
# xserver-display-number = Display number of X server (only for type=xremote)
|
||||
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
|
||||
# xdmcp-port = XDMCP UDP/IP port to communicate on
|
||||
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
|
||||
# unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
|
||||
# unity-compositor-timeout = Number of seconds to wait for compositor to start
|
||||
# greeter-session = Session to load for greeter
|
||||
# greeter-hide-users = True to hide the user list
|
||||
# greeter-allow-guest = True if the greeter should show a guest login option
|
||||
# greeter-show-manual-login = True if the greeter should offer a manual login option
|
||||
# greeter-show-remote-login = True if the greeter should offer a remote login option
|
||||
# user-session = Session to load for users
|
||||
# allow-user-switching = True if allowed to switch users
|
||||
# allow-guest = True if guest login is allowed
|
||||
# guest-session = Session to load for guests (overrides user-session)
|
||||
# session-wrapper = Wrapper script to run session with
|
||||
# greeter-wrapper = Wrapper script to run greeter with
|
||||
# guest-wrapper = Wrapper script to run guest sessions with
|
||||
# display-setup-script = Script to run when starting a greeter session (runs as root)
|
||||
# display-stopped-script = Script to run after stopping the display server (runs as root)
|
||||
# greeter-setup-script = Script to run when starting a greeter (runs as root)
|
||||
# session-setup-script = Script to run when starting a user session (runs as root)
|
||||
# session-cleanup-script = Script to run when quitting a user session (runs as root)
|
||||
# autologin-guest = True to log in as guest by default
|
||||
# autologin-user = User to log in with by default (overrides autologin-guest)
|
||||
# autologin-user-timeout = Number of seconds to wait before loading default user
|
||||
# autologin-session = Session to load for automatic login (overrides user-session)
|
||||
# autologin-in-background = True if autologin session should not be immediately activated
|
||||
# exit-on-failure = True if the daemon should exit if this seat fails
|
||||
#
|
||||
[Seat:*]
|
||||
#type=local
|
||||
#pam-service=lightdm
|
||||
#pam-autologin-service=lightdm-autologin
|
||||
#pam-greeter-service=lightdm-greeter
|
||||
#xserver-backend=
|
||||
#xserver-command=X
|
||||
#xmir-command=Xmir
|
||||
#xserver-config=
|
||||
#xserver-layout=
|
||||
#xserver-allow-tcp=false
|
||||
#xserver-share=true
|
||||
#xserver-hostname=
|
||||
#xserver-display-number=
|
||||
#xdmcp-manager=
|
||||
#xdmcp-port=177
|
||||
#xdmcp-key=
|
||||
#unity-compositor-command=unity-system-compositor
|
||||
#unity-compositor-timeout=60
|
||||
greeter-session=lightdm-gtk-greeter
|
||||
#greeter-hide-users=false
|
||||
#greeter-allow-guest=true
|
||||
#greeter-show-manual-login=false
|
||||
#greeter-show-remote-login=true
|
||||
#user-session=default
|
||||
#allow-user-switching=true
|
||||
#allow-guest=true
|
||||
#guest-session=
|
||||
session-wrapper=/etc/lightdm/Xsession
|
||||
#greeter-wrapper=
|
||||
#guest-wrapper=
|
||||
#display-setup-script=
|
||||
#display-stopped-script=
|
||||
#greeter-setup-script=
|
||||
#session-setup-script=
|
||||
#session-cleanup-script=
|
||||
#autologin-guest=false
|
||||
autologin-user=artix
|
||||
#autologin-user-timeout=0
|
||||
#autologin-in-background=false
|
||||
autologin-session=cinnamon
|
||||
#exit-on-failure=false
|
||||
|
||||
#
|
||||
# XDMCP Server configuration
|
||||
#
|
||||
# enabled = True if XDMCP connections should be allowed
|
||||
# port = UDP/IP port to listen for connections on
|
||||
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
|
||||
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
|
||||
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
|
||||
#
|
||||
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
|
||||
# it can be a word and the first 7 characters are used as the key.
|
||||
#
|
||||
[XDMCPServer]
|
||||
#enabled=false
|
||||
#port=177
|
||||
#listen-address=
|
||||
#key=
|
||||
#hostname=
|
||||
|
||||
#
|
||||
# VNC Server configuration
|
||||
#
|
||||
# enabled = True if VNC connections should be allowed
|
||||
# command = Command to run Xvnc server with
|
||||
# port = TCP/IP port to listen for connections on
|
||||
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
|
||||
# width = Width of display to use
|
||||
# height = Height of display to use
|
||||
# depth = Color depth of display to use
|
||||
#
|
||||
[VNCServer]
|
||||
#enabled=false
|
||||
#command=Xvnc
|
||||
#port=5900
|
||||
#listen-address=
|
||||
#width=1024
|
||||
#height=768
|
||||
#depth=8
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/local.d
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/pacman.conf
|
@@ -1 +0,0 @@
|
||||
../../common/gtk/root-overlay/usr
|
@@ -1,188 +0,0 @@
|
||||
---
|
||||
# Packages common in all profiles
|
||||
|
||||
packages-base:
|
||||
- base
|
||||
- intel-ucode
|
||||
- amd-ucode
|
||||
- acpi
|
||||
- alsa-firmware
|
||||
- b43-fwcutter
|
||||
- btrfs-progs
|
||||
- crda
|
||||
- dhclient
|
||||
- diffutils
|
||||
- dmraid
|
||||
- dosfstools
|
||||
- efibootmgr
|
||||
- e2fsprogs
|
||||
- ecryptfs-utils
|
||||
- exfat-utils
|
||||
- f2fs-tools
|
||||
- grub
|
||||
- artix-grub-theme
|
||||
- inetutils
|
||||
- iptables
|
||||
- jfsutils
|
||||
- linux
|
||||
- linux-firmware
|
||||
- linux-headers
|
||||
- lsb-release
|
||||
- logrotate
|
||||
- lsb-release
|
||||
- man-db
|
||||
- man-pages
|
||||
- memtest86+
|
||||
- mkinitcpio
|
||||
- mkinitcpio-openswap
|
||||
- modemmanager
|
||||
- nano
|
||||
- nbd
|
||||
- net-tools
|
||||
- ntfs-3g
|
||||
- os-prober
|
||||
- s-nail
|
||||
- sudo
|
||||
- sysfsutils
|
||||
- texinfo
|
||||
- usbutils
|
||||
- vi
|
||||
- which
|
||||
- xfsprogs
|
||||
- zsh
|
||||
packages-apps:
|
||||
- powertop
|
||||
- inxi
|
||||
packages-xorg:
|
||||
- xorg-server
|
||||
- xf86-input-vmmouse
|
||||
- xf86-input-wacom
|
||||
- xf86-video-amdgpu
|
||||
- xf86-video-ati
|
||||
- xf86-video-dummy
|
||||
- xf86-video-fbdev
|
||||
- xf86-video-intel
|
||||
- xf86-video-nouveau
|
||||
- xf86-video-sisusb
|
||||
- xf86-video-qxl
|
||||
- xf86-video-vesa
|
||||
- xf86-video-voodoo
|
||||
packages-xlibre:
|
||||
- xlibre-xserver
|
||||
- xlibre-xf86-input-vmmouse
|
||||
- xlibre-xf86-input-wacom
|
||||
- xlibre-xf86-video-amdgpu
|
||||
- xlibre-xf86-video-ati
|
||||
- xlibre-xf86-video-dummy
|
||||
- xlibre-xf86-video-fbdev
|
||||
- xlibre-xf86-video-intel
|
||||
- xlibre-xf86-video-nouveau
|
||||
- xlibre-xf86-video-sisusb
|
||||
- xlibre-xf86-video-qxl
|
||||
- xlibre-xf86-video-vesa
|
||||
- xlibre-xf86-video-voodoo
|
||||
packages-misc:
|
||||
- xorg-xhost
|
||||
- xorg-xinit
|
||||
- xdg-user-dirs
|
||||
- xdg-utils
|
||||
- wayland
|
||||
- xorg-xwayland
|
||||
- terminus-font
|
||||
- ttf-droid
|
||||
- ttf-inconsolata
|
||||
- ttf-liberation
|
||||
- ttf-roboto
|
||||
- ttf-roboto-mono
|
||||
- ttf-droid
|
||||
# - vkd3d
|
||||
# - vulkan-intel
|
||||
# - vulkan-radeon
|
||||
# - vulkan-swrast
|
||||
# - mesa-vdpau
|
||||
# - libva-mesa-driver
|
||||
# - libva-intel-driver
|
||||
# - gst-plugins-good
|
||||
# - gst-plugins-bad
|
||||
# - gst-plugins-ugly
|
||||
# - gst-libav
|
||||
packages-init:
|
||||
dinit:
|
||||
- blocaled
|
||||
- elogind-dinit
|
||||
- dbus-dinit
|
||||
- acpid-dinit
|
||||
- avahi-dinit
|
||||
- bluez-dinit
|
||||
- cronie-dinit
|
||||
- cryptsetup-dinit
|
||||
- dhcpcd-dinit
|
||||
- haveged-dinit
|
||||
- lvm2-dinit
|
||||
- mdadm-dinit
|
||||
- nfs-utils-dinit
|
||||
- ntp-dinit
|
||||
- openssh-dinit
|
||||
- power-profiles-daemon-dinit
|
||||
- rsync-dinit
|
||||
- wpa_supplicant-dinit
|
||||
openrc:
|
||||
- openrc-settingsd
|
||||
- elogind-openrc
|
||||
- dbus-openrc
|
||||
- acpid-openrc
|
||||
- avahi-openrc
|
||||
- bluez-openrc
|
||||
- cronie-openrc
|
||||
- cryptsetup-openrc
|
||||
- dhcpcd-openrc
|
||||
- haveged-openrc
|
||||
- lvm2-openrc
|
||||
- mdadm-openrc
|
||||
- nfs-utils-openrc
|
||||
- ntp-openrc
|
||||
- openssh-openrc
|
||||
- power-profiles-daemon-openrc
|
||||
- rsync-openrc
|
||||
- wpa_supplicant-openrc
|
||||
runit:
|
||||
- blocaled
|
||||
- rsm
|
||||
- elogind-runit
|
||||
- dbus-runit
|
||||
- acpid-runit
|
||||
- avahi-runit
|
||||
- bluez-runit
|
||||
- cronie-runit
|
||||
- cryptsetup-runit
|
||||
- dhcpcd-runit
|
||||
- haveged-runit
|
||||
- lvm2-runit
|
||||
- mdadm-runit
|
||||
- nfs-utils-runit
|
||||
- ntp-runit
|
||||
- openssh-runit
|
||||
- power-profiles-daemon-runit
|
||||
- rsync-runit
|
||||
- wpa_supplicant-runit
|
||||
s6:
|
||||
- blocaled
|
||||
- elogind-s6
|
||||
- dbus-s6
|
||||
- acpid-s6
|
||||
- avahi-s6
|
||||
- bluez-s6
|
||||
- cronie-s6
|
||||
- cryptsetup-s6
|
||||
- dhcpcd-s6
|
||||
- haveged-s6
|
||||
- lvm2-s6
|
||||
- mdadm-s6
|
||||
- nfs-utils-s6
|
||||
- ntp-s6
|
||||
- openssh-s6
|
||||
- power-profiles-daemon-s6
|
||||
- rsync-s6
|
||||
- wpa_supplicant-s6
|
||||
packages-boot:
|
||||
- iso-initcpio
|
@@ -1,56 +0,0 @@
|
||||
# are we an interactive shell?
|
||||
if [ "$PS1" ]; then
|
||||
shopt -s cdspell checkwinsize histappend no_empty_cmd_completion dotglob
|
||||
shopt -u huponexit
|
||||
fi
|
||||
|
||||
# Show effective user in prompts and terminal titles
|
||||
USER=`id -un`
|
||||
|
||||
alias psa='ps a'
|
||||
# handy Perl one-liner for calculations: calc 5*12+5/8^2
|
||||
alias calc='perl -e '\''$_="@ARGV";s/\^/**/g;y/x/*/;print eval $_, "\n"'\'''
|
||||
# Replace all spaces in current directory's filenames with underscores
|
||||
alias nospaces='i=0; for f in *\ *; do mv ./"$f" `echo "$f" | sed s/\ /_/g` ; let i++ ; done ; echo $i file\(s\) renamed'
|
||||
# Same with parentheses
|
||||
alias noparentheses='i=0; for f in *\(*; do mv ./"$f" `echo "$f" | sed s/\(//g | sed s/\)//g` ; let i++; done; echo $i file\(s\) renamed'
|
||||
alias rot13='tr A-Za-z N-ZA-Mn-za-m'
|
||||
alias rot47='tr !-~ P-~!-O'
|
||||
|
||||
# Virtualbox in dark themes is ugly with every QT_STYLE_OVERRIDE setting except kvantum-dark
|
||||
alias VirtualBox='QT_STYLE_OVERRIDE=kvantum-dark virtualbox'
|
||||
alias virtualbox='QT_STYLE_OVERRIDE=kvantum-dark virtualbox'
|
||||
|
||||
# Erase history dupes
|
||||
export HISTCONTROL=erasedups
|
||||
|
||||
# Some fun stuff
|
||||
timestamp() { date +"%Y/%m/%d_%H:%M:%S"; }
|
||||
stopwatch() {
|
||||
date1=`date +%s`
|
||||
while true; do
|
||||
days=$(( $(($(date +%s) - date1)) / 86400 ))
|
||||
echo -ne "$days day(s) and $(date -u --date @$((`date +%s` - $date1)) +%H:%M:%S)\r"
|
||||
sleep 0.1
|
||||
done
|
||||
}
|
||||
tvnoise() {
|
||||
while true; do
|
||||
printf "$(awk -v c="$(tput cols)" -v s="$RANDOM" 'BEGIN{srand(s);while(--c>=0){printf("\xe2\x96\\%s",sprintf("%o",150+int(10*rand())));}}')"
|
||||
done
|
||||
}
|
||||
|
||||
# No clobber, use >| instead of >
|
||||
set -C
|
||||
|
||||
# Users generally won't see annoyng core files
|
||||
ulimit -c 0
|
||||
[ "${EUID}" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1
|
||||
|
||||
# Make a nice prompt
|
||||
[ "${EUID}" = "0" ] && export PS1="\[\033[1;32;40m\]\h\[\033[0;37;40m\]:\[\033[34;40m\][\[\033[1;31;40m\]\u\[\033[0;34;40m\]]\[\033[0;37;40m\]:\[\033[35;40m\]\w\[\033[1;33;40m\]#\[\033[0m\] " \
|
||||
|| export PS1="\[\033[1;32;40m\]\h\[\033[0;37;40m\]:\[\033[31;40m\][\[\033[1;34;40m\]\u\[\033[0;31;40m\]]\[\033[0;37;40m\]:\[\033[35;40m\]\w\[\033[1;33;40m\]%\[\033[0m\] "
|
||||
|
||||
echo
|
||||
fortune
|
||||
echo
|
@@ -1 +0,0 @@
|
||||
../../../common/live-overlay/etc/calamares-offline
|
@@ -1 +0,0 @@
|
||||
../../../common/live-overlay/etc/calamares-online
|
@@ -1,24 +0,0 @@
|
||||
# The consolefont service is not activated by default. If you need to
|
||||
# use it, you should run "rc-update add consolefont boot" as root.
|
||||
#
|
||||
# consolefont specifies the default font that you'd like Linux to use on the
|
||||
# console. You can find a good selection of fonts in /usr/share/consolefonts;
|
||||
# you shouldn't specify the trailing ".psf.gz", just the font name below.
|
||||
# To use the default console font, comment out the CONSOLEFONT setting below.
|
||||
consolefont="ter-v16b"
|
||||
|
||||
# consoletranslation is the charset map file to use. Leave commented to use
|
||||
# the default one. Have a look in /usr/share/consoletrans for a selection of
|
||||
# map files you can use.
|
||||
#
|
||||
consoletranslation="8859-1_to_uni"
|
||||
|
||||
# unicodemap is the unicode map file to use. Leave commented to use the
|
||||
# default one. Have a look in /usr/share/unimaps for a selection of map files
|
||||
# you can use.
|
||||
#unicodemap="iso01"
|
||||
|
||||
# This is for vconsole.conf parsing by mkinitcpio's consolefont hook
|
||||
KEYMAP=us
|
||||
FONT=$consolefont
|
||||
FONTMAP=$consoletranslation
|
@@ -1,64 +0,0 @@
|
||||
[org/mate/desktop/background]
|
||||
picture-filename='/usr/share/backgrounds/Artix_dna_spiral_dark.jpg'
|
||||
picture-options='zoom'
|
||||
|
||||
[org/mate/pluma]
|
||||
auto-indent=true
|
||||
insert-spaces=true
|
||||
color-scheme='Artix-dark'
|
||||
|
||||
[org/mate/caja/desktop]
|
||||
computer-icon-visible=true
|
||||
font='Roboto 11'
|
||||
|
||||
[org/mate/marco/general]
|
||||
num-workspaces=1
|
||||
theme='Spidey'
|
||||
titlebar-font='Roboto Bold 11'
|
||||
|
||||
[org/mate/caja/preferences]
|
||||
show-image-thumbnails='always'
|
||||
|
||||
[org/mate/desktop/font-rendering]
|
||||
hinting='full'
|
||||
|
||||
[org/mate/desktop/media-handling]
|
||||
automount-open=false
|
||||
|
||||
[org/mate/screensaver]
|
||||
lock-enabled=false
|
||||
mode='blank-only'
|
||||
themes='[]'
|
||||
|
||||
[org/mate/desktop/interface]
|
||||
gtk-theme='Artix-dark'
|
||||
icon-theme='matefaenzadark'
|
||||
gtk-color-scheme='base_color:#2B2B2C\nfg_color:#e3e3e3\ntooltip_fg_color:#eaeaea\nselected_bg_color:#4080fb\nselected_fg_color:#eaeaea\ntext_color:#e3e3e3\nbg_color:#323131\ninsensitive_bg_color:#434446\ntooltip_bg_color:#343434\nlink_color:#4080fb'
|
||||
document-font-name='Roboto 11'
|
||||
font-name='Roboto 11'
|
||||
monospace-font-name='Roboto Mono 11'
|
||||
|
||||
[org/mate/terminal/global]
|
||||
use-menu-accelerators=false
|
||||
use-mnemonics=false
|
||||
|
||||
[org/mate/terminal/profiles/default]
|
||||
background-color='#000000000000'
|
||||
bold-color='#000000000000'
|
||||
foreground-color='#AAAAAAAAAAAA'
|
||||
palette='#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC'
|
||||
scrollback-unlimited=true
|
||||
use-theme-colors=false
|
||||
visible-name='Default'
|
||||
|
||||
[org/mate/panel/general]
|
||||
locked-down=false
|
||||
|
||||
[org/mate/power-manager]
|
||||
backlight-battery-reduce=false
|
||||
|
||||
[org/mate/desktop/peripherals/mouse]
|
||||
cursor-theme='Premium'
|
||||
|
||||
[org/mate/notification-daemon]
|
||||
theme='standard'
|
@@ -1,2 +0,0 @@
|
||||
user-db:user
|
||||
system-db:mate
|
@@ -1 +0,0 @@
|
||||
../../../base/root-overlay/etc/default
|
@@ -1 +0,0 @@
|
||||
../../../base/root-overlay/etc/fstab
|
@@ -1 +0,0 @@
|
||||
../../../common/live-overlay/etc/hostname
|
@@ -1 +0,0 @@
|
||||
../../../common/live-overlay/etc/hosts
|
@@ -1 +0,0 @@
|
||||
../../../base/root-overlay/etc/issue
|
@@ -1 +0,0 @@
|
||||
../../../base/root-overlay/etc/issue.live
|
@@ -1,13 +0,0 @@
|
||||
[greeter]
|
||||
clock-format = %a %d %B %Y, %H:%M:%S
|
||||
position = 30%,center 70%,center
|
||||
font-name = Roboto 12
|
||||
theme-name = Artix-dark
|
||||
icon-theme-name = Adwaita
|
||||
xft-antialias = true
|
||||
#xft-dpi = 115
|
||||
xft-rgba = rgb
|
||||
xft-hintstyle = hintfull
|
||||
background = /usr/share/backgrounds/Artix_dna_spiral_dark_bw.jpg
|
||||
default-user-image = /usr/share/icons/artix/logo.svg
|
||||
round-user-image = false
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/1-dna_spiral.start
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/1-remove-sessions.start
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/README
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/artix-icons.start
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/change-machine-id.start
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/mkinitcpio.start
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/networkmanagerfix.start
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/etc/local.d/theme-root.start
|
@@ -1 +0,0 @@
|
||||
../../../base/root-overlay/etc/pam.d
|
@@ -1,8 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Name=Trust calamares
|
||||
Exec=sh -c "~/.config/autostart/trust-calamares.sh"
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=false
|
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
calamares=~/Desktop/calamares-config-switcher.desktop
|
||||
while [ ! -f $calamares ]; do sleep 0.5; done
|
||||
gio set -t string $calamares metadata::xfce-exe-checksum "$(sha256sum $calamares | awk '{print $1}')"
|
@@ -1 +0,0 @@
|
||||
../../../base/root-overlay/etc/sudoers.d
|
@@ -1,7 +0,0 @@
|
||||
# HDD and SD cards.
|
||||
ACTION=="add|change", SUBSYSTEM=="block", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq"
|
||||
ACTION=="add|change", SUBSYSTEM=="block", KERNEL=="mmcblk?", ATTR{queue/scheduler}="bfq"
|
||||
|
||||
# NVME and SATA SSDs.
|
||||
ACTION=="add|change", SUBSYSTEM=="block", ATTR{queue/rotational}=="0", KERNEL=="nvme?n?", ATTR{queue/scheduler}="kyber"
|
||||
ACTION=="add|change", SUBSYSTEM=="block", ATTR{queue/rotational}=="0", KERNEL=="sd?", ATTR{queue/scheduler}="kyber"
|
@@ -1 +0,0 @@
|
||||
../../../common/live-overlay/usr/bin
|
@@ -1 +0,0 @@
|
||||
../../../community/root-overlay/usr/share
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/environment
|
@@ -1,70 +0,0 @@
|
||||
#!/usr/bin/openrc-run
|
||||
# Copyright (c) 2007-2015 The OpenRC Authors.
|
||||
# See the Authors file at the top-level directory of this distribution and
|
||||
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||
#
|
||||
# This file is part of OpenRC. It is subject to the license terms in
|
||||
# the LICENSE file found in the top-level directory of this
|
||||
# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||
# This file may not be copied, modified, propagated, or distributed
|
||||
# except according to the terms contained in the LICENSE file.
|
||||
|
||||
description="Sets a font for the consoles."
|
||||
|
||||
depend()
|
||||
{
|
||||
need termencoding
|
||||
after hotplug bootmisc modules
|
||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
||||
}
|
||||
|
||||
start()
|
||||
{
|
||||
ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}}
|
||||
consolefont=${consolefont:-${CONSOLEFONT}}
|
||||
unicodemap=${unicodemap:-${UNICODEMAP}}
|
||||
consoletranslation=${consoletranslation:-${CONSOLETRANSLATION}}
|
||||
|
||||
if [ -z "$consolefont" ]; then
|
||||
ebegin "Using the default console font"
|
||||
eend 0
|
||||
return 0
|
||||
fi
|
||||
|
||||
if [ "$ttyn" = 0 ]; then
|
||||
ebegin "Skipping font setup (rc_tty_number == 0)"
|
||||
eend 0
|
||||
return 0
|
||||
fi
|
||||
|
||||
local x= param= sf_param= retval=0 ttydev=/dev/tty
|
||||
|
||||
# Get additional parameters
|
||||
if [ -n "$consoletranslation" ]; then
|
||||
param="$param -m $consoletranslation"
|
||||
fi
|
||||
if [ -n "${unicodemap}" ]; then
|
||||
param="$param -u $unicodemap"
|
||||
fi
|
||||
|
||||
# Set the console font
|
||||
ebegin "Setting console font [$consolefont]"
|
||||
[ -d /dev/vc ] && ttydev=/dev/vc/
|
||||
x=1
|
||||
while [ $x -le $ttyn ]; do
|
||||
if ! setfont $consolefont $param -C $ttydev$x >/dev/null; then
|
||||
retval=1
|
||||
break
|
||||
fi
|
||||
: $(( x += 1 ))
|
||||
done
|
||||
eend $retval
|
||||
|
||||
# Store the font so we can use it ASAP on boot
|
||||
if [ $retval -eq 0 ] && checkpath -W "$RC_LIBEXECDIR"; then
|
||||
mkdir -p "$RC_LIBEXECDIR"/console
|
||||
setfont -O "$RC_LIBEXECDIR"/console/font
|
||||
fi
|
||||
|
||||
return $retval
|
||||
}
|
@@ -1 +0,0 @@
|
||||
../../../common/root-overlay/etc/local.d
|
@@ -1,94 +0,0 @@
|
||||
##
|
||||
## Artix Linux repository mirrorlist
|
||||
## Generated on 2024-07-24
|
||||
##
|
||||
|
||||
# Artix mirrors
|
||||
# Use rankmirrors(1) to get a list of the fastest mirrors for your location,
|
||||
# e.g.: rankmirrors -v -n 5 /etc/pacman.d/mirrorlist
|
||||
# Then put the resulting list on top of this file.
|
||||
|
||||
# Default mirrors
|
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
|
||||
Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch
|
||||
Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
|
||||
|
||||
## Europe
|
||||
# Czech Republic
|
||||
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch
|
||||
# Denmark
|
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
|
||||
Server = https://mirror.group.one/artix/$repo/os/$arch
|
||||
# France
|
||||
Server = https://artix.cccp.io/$repo/os/$arch
|
||||
Server = https://ftp.crifo.org/artix/repos/$repo/os/$arch
|
||||
Server = https://mirror.opensrv.org/artixlinux/$repo/os/$arch
|
||||
# Hungary
|
||||
Server = https://quantum-mirror.hu/mirrors/pub/artix-linux/$repo/os/$arch
|
||||
# Germany
|
||||
Server = https://mirror.netcologne.de/artix-linux/$repo/os/$arch
|
||||
Server = http://mirrors.redcorelinux.org/artixlinux/$repo/os/$arch
|
||||
Server = https://mirror.pascalpuffke.de/artix-linux/$repo/os/$arch
|
||||
Server = https://ftp.uni-bayreuth.de/linux/artix-linux/$repo/os/$arch
|
||||
Server = https://ftp.halifax.rwth-aachen.de/artixlinux/$repo/os/$arch
|
||||
Server = https://artix.unixpeople.org/repos/$repo/os/$arch
|
||||
Server = https://mirror1.artixlinux.org/repos/$repo/os/$arch
|
||||
Server = https://eu-mirror.artixlinux.org/repos/$repo/os/$arch
|
||||
Server = https://tools.sphnet.in/mirror/artix/$repo/os/$arch
|
||||
# Greece
|
||||
Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch
|
||||
Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
|
||||
# Monaco
|
||||
Server = https://mirrors.qontinuum.space/artixlinux/$repo/os/$arch
|
||||
# Poland
|
||||
Server = https://artix.sakamoto.pl/$repo/os/$arch
|
||||
# Romania
|
||||
Server = https://hitman.go.ro/mirror/artix-linux/$repo/os/$arch
|
||||
# Russia
|
||||
Server = https://mirror.infirium.ru/artixlinux/$repo/os/$arch
|
||||
# Sweden
|
||||
Server = https://ftp.ludd.ltu.se/mirrors/artix/$repo/os/$arch
|
||||
# Switzerland
|
||||
Server = https://artix.kurdy.org/$repo/os/$arch
|
||||
# United Kingdom
|
||||
Server = http://artist.artixlinux.org/repos/$repo/os/$arch
|
||||
Server = https://mirror.vinehost.net/artix-linux/$repo/os/$arch
|
||||
|
||||
## North America
|
||||
# United States
|
||||
Server = https://artix.wheaton.edu/repos/$repo/os/$arch
|
||||
Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch
|
||||
Server = https://mirrors.rit.edu/artixlinux/$repo/os/$arch
|
||||
Server = https://mirrors.ocf.berkeley.edu/artix-linux/$repo/os/$arch
|
||||
Server = http://www.nylxs.com/mirror/repos/$repo/os/$arch
|
||||
Server = https://us-mirror.artixlinux.org/$repo/os/$arch
|
||||
Server = https://gnlug.org/pub/artix-linux/$repo/os/$arch
|
||||
# Canada
|
||||
Server = https://mirror.csclub.uwaterloo.ca/artixlinux/$repo/os/$arch
|
||||
Server = https://artix-linux.mirrors.prairievoice.ca/$repo/os/$arch
|
||||
|
||||
## South America
|
||||
# Chile
|
||||
Server = https://mirror1.cl.netactuate.com/artix/repos/$repo/os/$arch
|
||||
|
||||
## Asia
|
||||
# China
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/artixlinux/$repo/os/$arch
|
||||
Server = https://mirrors.aliyun.com/artixlinux/$repo/os/$arch
|
||||
Server = https://mirror.nju.edu.cn/artixlinux/$repo/os/$arch
|
||||
# India
|
||||
Server = https://mirror.albony.in/artix/$repo/os/$arch
|
||||
# Japan
|
||||
Server = https://www.miraa.jp/artix-linux/$repo/os/$arch
|
||||
# Korea, Republic of
|
||||
Server = https://mirror.funami.tech/artix/$repo/os/$arch
|
||||
# Singapore
|
||||
Server = https://mirror.freedif.org/Artix/$repo/os/$arch
|
||||
# Taiwan
|
||||
Server = https://mirrors.cloud.tencent.com/artixlinux/$repo/os/$arch
|
||||
# Vietnam
|
||||
Server = https://mirrors.nguyenhoang.cloud/artix-linux/$repo/os/$arch
|
||||
|
||||
## Oceania
|
||||
# Australia
|
||||
Server = https://mirror.aarnet.edu.au/pub/artix/$repo/os/$arch
|
@@ -1,963 +0,0 @@
|
||||
##
|
||||
## Arch Linux repository mirrorlist
|
||||
## Generated on 2023-08-20
|
||||
##
|
||||
|
||||
## Worldwide
|
||||
Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
|
||||
|
||||
## Argentina
|
||||
Server = http://mirrors.eze.sysarmy.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.eze.sysarmy.com/archlinux/$repo/os/$arch
|
||||
|
||||
## Australia
|
||||
Server = https://mirror.aarnet.edu.au/pub/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
|
||||
Server = http://mirrors.wale.id.au/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.wale.id.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
|
||||
Server = http://archlinux.cu.be/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
|
||||
Server = http://mirror.tiguinet.net/arch/$repo/os/$arch
|
||||
|
||||
## Bosnia and Herzegovina
|
||||
Server = http://archlinux.mirror.ba/$repo/os/$arch
|
||||
|
||||
## Brazil
|
||||
Server = http://br.mirror.archlinux-br.org/$repo/os/$arch
|
||||
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.archlinux.bg/$repo/os/$arch
|
||||
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://archlinux.mirror.colo-serv.net/$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://mirror.powerfly.ca/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.powerfly.ca/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://mirror.archlinux.cl/$repo/os/$arch
|
||||
Server = http://mirror.hnd.cl/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.hnd.cl/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.ufro.cl/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.ufro.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://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 = 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://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
|
||||
Server = http://mirror.uta.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://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 = https://mirror.hel.sl-chat.ru/archlinux/$repo/os/$arch
|
||||
Server = http://arch.yhtez.xyz/$repo/os/$arch
|
||||
Server = https://arch.yhtez.xyz/$repo/os/$arch
|
||||
|
||||
## France
|
||||
Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mirrors.benatherton.com/$repo/os/$arch
|
||||
Server = http://mirror.cyberbits.eu/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.cyberbits.eu/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.datagr.am/$repo/os/$arch
|
||||
Server = https://mirrors.eric.ovh/arch/$repo/os/$arch
|
||||
Server = http://mirrors.gandi.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.gandi.net/archlinux/$repo/os/$arch
|
||||
Server = http://archmirror.hogwarts.fr/$repo/os/$arch
|
||||
Server = https://archmirror.hogwarts.fr/$repo/os/$arch
|
||||
Server = https://mirror.ibakerserver.pt/Arch/$repo/os/$arch
|
||||
Server = http://mirror.ibcp.fr/pub/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.jordanrey.me/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.jordanrey.me/archlinux/$repo/os/$arch
|
||||
Server = https://arch.juline.tech/$repo/os/$arch
|
||||
Server = http://mirroir.labhouse.fr/arch/$repo/os/$arch
|
||||
Server = https://mirroir.labhouse.fr/arch/$repo/os/$arch
|
||||
Server = http://mirror.lastmikoi.net/archlinux/$repo/os/$arch
|
||||
Server = https://arch-mirror.cloud.louifox.house/$repo/os/$arch
|
||||
Server = http://archlinux.mailtunnel.eu/$repo/os/$arch
|
||||
Server = https://archlinux.mailtunnel.eu/$repo/os/$arch
|
||||
Server = http://mir.archlinux.fr/$repo/os/$arch
|
||||
Server = http://mirrors.celianvdb.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.celianvdb.fr/archlinux/$repo/os/$arch
|
||||
Server = http://arch.nimukaito.net/$repo/os/$arch
|
||||
Server = https://arch.nimukaito.net/$repo/os/$arch
|
||||
Server = http://mirror.oldsql.cc/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.oldsql.cc/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.rezopole.net/$repo/os/$arch
|
||||
Server = https://mirrors.slaanesh.org/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.spaceint.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.spaceint.fr/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.standaloneinstaller.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.sysa.tech/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.thekinrar.fr/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.theo546.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.theo546.fr/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.wormhole.eu/archlinux/$repo/os/$arch
|
||||
Server = http://mirroir.wptheme.fr/archlinux/$repo/os/$arch
|
||||
Server = https://mirroir.wptheme.fr/archlinux/$repo/os/$arch
|
||||
Server = http://arch.yourlabs.org/$repo/os/$arch
|
||||
Server = https://arch.yourlabs.org/$repo/os/$arch
|
||||
|
||||
## Georgia
|
||||
Server = http://archlinux.grena.ge/$repo/os/$arch
|
||||
Server = https://archlinux.grena.ge/$repo/os/$arch
|
||||
|
||||
## Germany
|
||||
Server = http://mirror.23m.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.23m.com/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch
|
||||
Server = https://appuals.com/archlinux/$repo/os/$arch
|
||||
Server = http://artfiles.org/archlinux.org/$repo/os/$arch
|
||||
Server = https://mirror.bethselamin.de/$repo/os/$arch
|
||||
Server = http://mirror.clientvps.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.clientvps.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.cmt.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.cmt.de/archlinux/$repo/os/$arch
|
||||
Server = http://os.codefionn.eu/archlinux/$repo/os/$arch
|
||||
Server = https://os.codefionn.eu/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.dogado.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.f4st.host/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.fau.de/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.fau.de/archlinux/$repo/os/$arch
|
||||
Server = https://pkg.fef.moe/archlinux/$repo/os/$arch
|
||||
Server = https://dist-mirror.fem.tu-ilmenau.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.fsrv.services/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.fsrv.services/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.gnomus.de/$repo/os/$arch
|
||||
Server = http://www.gutscheindrache.com/mirror/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.gwdg.de/pub/linux/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.homeinfo.de/$repo/os/$arch
|
||||
Server = http://archlinux.honkgong.info/$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 = http://mirror.informatik.tu-freiberg.de/arch/$repo/os/$arch
|
||||
Server = https://mirror.informatik.tu-freiberg.de/arch/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.iphh.net/$repo/os/$arch
|
||||
Server = https://mirror.iusearchbtw.nl/$repo/os/$arch
|
||||
Server = http://mirrors.janbruckner.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.janbruckner.de/archlinux/$repo/os/$arch
|
||||
Server = http://arch.jensgutermuth.de/$repo/os/$arch
|
||||
Server = https://arch.jensgutermuth.de/$repo/os/$arch
|
||||
Server = https://de.arch.mirror.kescher.at/$repo/os/$arch
|
||||
Server = http://mirror.kumi.systems/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.kumi.systems/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.mikrogravitation.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.mikrogravitation.org/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.lcarilla.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.lcarilla.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.moson.org/arch/$repo/os/$arch
|
||||
Server = https://mirror.moson.org/arch/$repo/os/$arch
|
||||
Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.niyawe.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.orbit-os.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.orbit-os.com/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://mirror.pagenotfound.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.pagenotfound.de/archlinux/$repo/os/$arch
|
||||
Server = http://arch.phinau.de/$repo/os/$arch
|
||||
Server = https://arch.phinau.de/$repo/os/$arch
|
||||
Server = https://mirror.pseudoform.org/$repo/os/$arch
|
||||
Server = https://www.ratenzahlung.de/mirror/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.richard-neumann.de/$repo/os/$arch
|
||||
Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
||||
Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.satis-faction.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.satis-faction.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.selfnet.de/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.sunred.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.sunred.org/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.thaller.ws/$repo/os/$arch
|
||||
Server = https://archlinux.thaller.ws/$repo/os/$arch
|
||||
Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.undisclose.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.undisclose.de/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.united-gameserver.de/archlinux/$repo/os/$arch
|
||||
Server = https://arch.unixpeople.org/$repo/os/$arch
|
||||
Server = http://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||
Server = https://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.wtnet.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.wtnet.de/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.xtom.de/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.xtom.de/archlinux/$repo/os/$arch
|
||||
Server = http://arch.mirror.zachlge.org/$repo/os/$arch
|
||||
Server = https://arch.mirror.zachlge.org/$repo/os/$arch
|
||||
|
||||
## 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://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 = https://mirror.albony.xyz/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.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.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.arvancloud.com/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
|
||||
|
||||
## Ireland
|
||||
Server = http://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch
|
||||
Server = https://ftp.heanet.ie/mirrors/ftp.archlinux.org/$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
|
||||
Server = https://archmirror.it/repos/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.garr.it/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.server24.net/$repo/os/$arch
|
||||
Server = https://archlinux.mirror.server24.net/$repo/os/$arch
|
||||
|
||||
## Japan
|
||||
Server = http://mirrors.cat.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.cat.net/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://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
|
||||
Server = http://archmirror.xyz/archlinux/$repo/os/$arch
|
||||
Server = https://archmirror.xyz/archlinux/$repo/os/$arch
|
||||
Server = http://archlinux.mirror.root.lu/$repo/os/$arch
|
||||
|
||||
## 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.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://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://glua.ua.pt/pub/archlinux/$repo/os/$arch
|
||||
Server = https://glua.ua.pt/pub/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://mirror.flokinet.net/archlinux/$repo/os/$arch
|
||||
Server = https://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.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.surf/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.surf/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://mirror.rol.ru/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.rol.ru/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.truenetwork.ru/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.truenetwork.ru/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.yal.sl-chat.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
|
||||
|
||||
## 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 = 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://mirror.anigil.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.anigil.com/archlinux/$repo/os/$arch
|
||||
Server = http://devpg.net/archlinux/$repo/os/$arch
|
||||
Server = https://devpg.net/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.premi.st/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.premi.st/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
|
||||
Server = https://mirror.cloroformo.org/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.librelabucm.org/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.librelabucm.org/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.marquitos.space/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.marquitos.space/archlinux/$repo/os/$arch
|
||||
Server = http://ftp.rediris.es/mirror/archlinux/$repo/os/$arch
|
||||
|
||||
## 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
|
||||
Server = http://pkg.adfinis.com/archlinux/$repo/os/$arch
|
||||
Server = https://pkg.adfinis.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.init7.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.init7.net/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.metanet.ch/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.metanet.ch/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
Server = https://theswissbay.ch/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.ungleich.ch/mirror/packages/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.worldhotspot.org/archlinux/$repo/os/$arch
|
||||
|
||||
## 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 = 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
|
||||
|
||||
## Turkey
|
||||
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.endpoint.ml/archlinux/$repo/os/$arch
|
||||
Server = https://repo.endpoint.ml/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
|
||||
Server = http://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
|
||||
Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
|
||||
Server = https://london.mirror.pkgbuild.com/$repo/os/$arch
|
||||
Server = http://mirrors.gethosted.online/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.gethosted.online/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.manchester.m247.com/arch-linux/$repo/os/$arch
|
||||
Server = http://mirrors.melbourne.co.uk/archlinux/$repo/os/$arch
|
||||
Server = https://mirrors.melbourne.co.uk/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.infernocomms.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.infernocomms.net/archlinux/$repo/os/$arch
|
||||
Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch
|
||||
Server = https://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch
|
||||
Server = http://mirror.netweaver.uk/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.netweaver.uk/archlinux/$repo/os/$arch
|
||||
Server = http://lon.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = https://lon.mirror.rackspace.com/archlinux/$repo/os/$arch
|
||||
Server = http://arch.serverspace.co.uk/arch/$repo/os/$arch
|
||||
Server = https://repo.slithery.uk/$repo/os/$arch
|
||||
Server = http://mirrors.ukfast.co.uk/sites/archlinux.org/$repo/os/$arch
|
||||
Server = https://mirrors.ukfast.co.uk/sites/archlinux.org/$repo/os/$arch
|
||||
Server = http://mirror.cov.ukservers.com/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.cov.ukservers.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.vinehost.net/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.vinehost.net/archlinux/$repo/os/$arch
|
||||
|
||||
## 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.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://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://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 = 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://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://mirror.stephanie.is/archlinux/$repo/os/$arch
|
||||
Server = https://mirror.stephanie.is/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://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://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 = https://mirror2.sandyriver.net/pub/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
|
||||
|
@@ -1 +0,0 @@
|
||||
../../init.d/consolefont
|
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd $HOME
|
||||
rm -f .config/autostart/homesymlinks.* &
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/udev
|
@@ -1 +0,0 @@
|
||||
../../../../common/root-overlay/usr/share/gtk-2.0
|
@@ -1 +0,0 @@
|
||||
../../../../common/live-overlay/usr/share/polkit-1
|
@@ -1,21 +0,0 @@
|
||||
---
|
||||
efiBootLoader: "grub"
|
||||
|
||||
kernel: "/vmlinuz-linux-x86_64"
|
||||
img: "/initramfs-linux-x86_64.img"
|
||||
fallback: "/initramfs-linux-x86_64-fallback.img"
|
||||
timeout: "10"
|
||||
|
||||
grubInstall: "grub-install"
|
||||
grubMkconfig: "grub-mkconfig"
|
||||
grubCfg: "/boot/grub/grub.cfg"
|
||||
grubProbe: "grub-probe"
|
||||
efiBootMgr: "efibootmgr"
|
||||
|
||||
installEFIFallback: true
|
||||
|
||||
efiBootloaderId: "Artix"
|
||||
|
||||
# installHybridGRUB: false
|
||||
|
||||
# efiBootLoaderVar: "packagechooser_bootloader"
|
@@ -1,10 +0,0 @@
|
||||
---
|
||||
displaymanagers:
|
||||
- lightdm
|
||||
- gdm
|
||||
- mdm
|
||||
- sddm
|
||||
- lxdm
|
||||
- slim
|
||||
|
||||
basicSetup: false
|
@@ -1,6 +0,0 @@
|
||||
---
|
||||
restartNowMode: user-unchecked
|
||||
|
||||
restartNowCommand: "loginctl reboot"
|
||||
|
||||
notifyOnFinished: false
|
@@ -1,51 +0,0 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Create, overwrite or update /etc/default/grub in the target system.
|
||||
#
|
||||
# Write lines to /etc/default/grub (in the target system) based
|
||||
# on calculated values and the values set in the *defaults* key
|
||||
# in this configuration file.
|
||||
#
|
||||
# Calculated values are:
|
||||
# - GRUB_DISTRIBUTOR, branding module, *bootloaderEntryName* (this
|
||||
# string is sanitized, and see also setting *keep_distributor*)
|
||||
# - GRUB_ENABLE_CRYPTODISK, based on the presence of filesystems
|
||||
# that use LUKS
|
||||
# - GRUB_CMDLINE_LINUX_DEFAULT, adding LUKS setup and plymouth
|
||||
# support to the kernel.
|
||||
|
||||
---
|
||||
# If set to true, always creates /etc/default/grub from scratch even if the file
|
||||
# already existed. If set to false, edits the existing file instead.
|
||||
overwrite: false
|
||||
|
||||
# If set to true, prefer to write files in /etc/default/grub.d/
|
||||
# rather than the single file /etc/default/grub. If this is set,
|
||||
# Calamares will write /etc/default/grub.d/00Calamares instead.
|
||||
prefer_grub_d: false
|
||||
|
||||
# If set to true, an **existing** setting for GRUB_DISTRIBUTOR is
|
||||
# kept, not updated to the *bootloaderEntryName* from the branding file.
|
||||
# Use this if the GRUB_DISTRIBUTOR setting in the file is "smart" in
|
||||
# some way (e.g. uses shell-command substitution).
|
||||
keep_distributor: false
|
||||
|
||||
# The default kernel params that should always be applied.
|
||||
# This is an array of strings. If it is unset, the default is
|
||||
# `["quiet"]`. To avoid the default, explicitly set this key
|
||||
# to an empty list, `[]`.
|
||||
kernel_params: [ "quiet" ]
|
||||
|
||||
# Default entries to write to /etc/default/grub if it does not exist yet or if
|
||||
# we are overwriting it.
|
||||
#
|
||||
defaults:
|
||||
GRUB_TIMEOUT: 5
|
||||
GRUB_DEFAULT: "saved"
|
||||
GRUB_DISABLE_SUBMENU: true
|
||||
GRUB_TERMINAL_OUTPUT: "console"
|
||||
GRUB_DISABLE_RECOVERY: true
|
||||
|
||||
# Set to true to force defaults to be used even when not overwriting
|
||||
always_use_defaults: false
|
@@ -1,4 +0,0 @@
|
||||
---
|
||||
kernel: all
|
||||
|
||||
be_unsafe: false
|
@@ -1,7 +0,0 @@
|
||||
---
|
||||
localeGenPath: /etc/locale.gen
|
||||
|
||||
geoip:
|
||||
style: "json"
|
||||
url: "https://geoip.kde.org/v1/calamares"
|
||||
selector: ""
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
systemd: false
|
||||
dbus: true
|
||||
dbus-symlink: true
|
||||
entropy-copy: false
|
@@ -1,131 +0,0 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Mount filesystems in the target (generally, before treating the
|
||||
# target as a usable chroot / "live" system). Filesystems are
|
||||
# automatically mounted from the partitioning module. Filesystems
|
||||
# listed here are **extra**. The filesystems listed in *extraMounts*
|
||||
# are mounted in all target systems.
|
||||
---
|
||||
# Extra filesystems to mount. The key's value is a list of entries; each
|
||||
# entry has five keys:
|
||||
# - device The device node to mount
|
||||
# - fs (optional) The filesystem type to use
|
||||
# - mountPoint Where to mount the filesystem
|
||||
# - options (optional) An array of options to pass to mount
|
||||
# - efi (optional) A boolean that when true is only mounted for UEFI installs
|
||||
#
|
||||
# The device is not mounted if the mountPoint is unset or if the fs is
|
||||
# set to unformatted.
|
||||
#
|
||||
extraMounts:
|
||||
- device: proc
|
||||
fs: proc
|
||||
mountPoint: /proc
|
||||
- device: sys
|
||||
fs: sysfs
|
||||
mountPoint: /sys
|
||||
- device: /dev
|
||||
mountPoint: /dev
|
||||
options: [ bind ]
|
||||
- device: tmpfs
|
||||
fs: tmpfs
|
||||
mountPoint: /run
|
||||
- device: /run/udev
|
||||
mountPoint: /run/udev
|
||||
options: [ bind ]
|
||||
- device: efivarfs
|
||||
fs: efivarfs
|
||||
mountPoint: /sys/firmware/efi/efivars
|
||||
efi: true
|
||||
|
||||
# Btrfs subvolumes to create if root filesystem is on btrfs volume.
|
||||
# If *mountpoint* is mounted already to another partition, it is ignored.
|
||||
# Separate subvolume for swapfile is handled separately and automatically.
|
||||
#
|
||||
# It is possible to prevent subvolume creation -- this is likely only relevant
|
||||
# for the root (/) subvolume -- by giving an empty string as a subvolume
|
||||
# name. In this case no subvolume will be created.
|
||||
#
|
||||
btrfsSubvolumes:
|
||||
- mountPoint: /
|
||||
subvolume: /@
|
||||
# As an alternative:
|
||||
#
|
||||
# subvolume: ""
|
||||
- mountPoint: /home
|
||||
subvolume: /@home
|
||||
- mountPoint: /root
|
||||
subvolume: /@root
|
||||
- mountPoint: /srv
|
||||
subvolume: /@srv
|
||||
- mountPoint: /var/cache
|
||||
subvolume: /@cache
|
||||
- mountPoint: /var/log
|
||||
subvolume: /@log
|
||||
- mountPoint: /var/tmp
|
||||
subvolume: /@tmp
|
||||
|
||||
# The name of the btrfs subvolume holding the swapfile. This only used when
|
||||
# a swapfile is selected and the root filesystem is btrfs
|
||||
#
|
||||
btrfsSwapSubvol: /@swap
|
||||
|
||||
# The mount options used to mount each filesystem.
|
||||
#
|
||||
# filesystem contains the name of the filesystem or on of three special
|
||||
# values, "default", efi" and "btrfs_swap". The logic is applied in this manner:
|
||||
# - If the partition is the EFI partition, the "efi" entry will be used
|
||||
# - If the fs is btrfs and the subvolume is for the swapfile,
|
||||
# the "btrfs_swap" entry is used
|
||||
# - If the filesystem is an exact match for filesystem, that entry is used
|
||||
# - If no match is found in the above, the default entry is used
|
||||
# - If there is no match and no default entry, "defaults" is used
|
||||
# - If the mountOptions key is not present, "defaults" is used
|
||||
#
|
||||
# Each filesystem entry contains 3 keys, all of which are optional
|
||||
# options - An array of mount options that is used on all disk types
|
||||
# ssdOptions - An array of mount options combined with options for ssds
|
||||
# hddOptions - An array of mount options combined with options for hdds
|
||||
# If combining these options results in an empty array, "defaults" is used
|
||||
#
|
||||
# Example 1
|
||||
# In this example, there are specific options for ext4 and btrfs filesystems,
|
||||
# the EFI partition and the subvolume holding the btrfs swapfile. All other
|
||||
# filesystems use the default entry. For the btrfs filesystem, there are
|
||||
# additional options specific to hdds and ssds
|
||||
#
|
||||
mountOptions:
|
||||
- filesystem: default
|
||||
options: [ defaults ]
|
||||
- filesystem: efi
|
||||
options: [ defaults, umask=0077 ]
|
||||
- filesystem: ext4
|
||||
options: [ defaults ]
|
||||
- filesystem: btrfs
|
||||
options: [ defaults, noatime, compress=zstd:1 ]
|
||||
ssdOptions: [ discard=async ]
|
||||
hddOptions: [ autodefrag ]
|
||||
- filesystem: btrfs_swap
|
||||
options: [ defaults, noatime ]
|
||||
#
|
||||
# Example 2
|
||||
# In this example there is a single default used by all filesystems
|
||||
#
|
||||
# mountOptions:
|
||||
# - filesystem: default
|
||||
# options: [ defaults ]
|
||||
#
|
||||
# mountOptions:
|
||||
# - filesystem: default
|
||||
# options: [ defaults ]
|
||||
# - filesystem: efi
|
||||
# options: [ defaults, umask=0077 ]
|
||||
# - filesystem: btrfs
|
||||
# options: [ defaults, compress=zstd:1 ]
|
||||
# - filesystem: btrfs_swap
|
||||
# options: [ defaults, noatime ]
|
||||
|
||||
|
||||
|
||||
|
@@ -1,32 +0,0 @@
|
||||
efi:
|
||||
mountPoint: "/boot/efi"
|
||||
recommendedSize: 512MiB
|
||||
minimumSize: 256MiB
|
||||
label: "EFI"
|
||||
|
||||
userSwapChoices:
|
||||
- none # Create no swap, use no swap
|
||||
- small # Up to 4GB
|
||||
- suspend # At least main memory size
|
||||
- file # To swap file instead of partition
|
||||
|
||||
swapPartitionName: swap
|
||||
|
||||
luksGeneration: luks1
|
||||
|
||||
drawNestedPartitions: true
|
||||
|
||||
alwaysShowPartitionLabels: true
|
||||
|
||||
initialPartitioningChoice: none
|
||||
|
||||
initialSwapChoice: suspend
|
||||
|
||||
defaultPartitionTableType: msdos
|
||||
|
||||
requiredPartitionTableType:
|
||||
- msdos
|
||||
- gpt
|
||||
|
||||
defaultFileSystemType: "ext4"
|
||||
availableFileSystemTypes: ["ext4","btrfs","f2fs","xfs"]
|
@@ -1,13 +0,0 @@
|
||||
---
|
||||
# set at iso build time
|
||||
initsys: none
|
||||
|
||||
user-services:
|
||||
- name: dbus
|
||||
action: enable
|
||||
- name: pipewire
|
||||
action: enable
|
||||
- name: pipewire-pulse
|
||||
action: enable
|
||||
- name: wireplumber
|
||||
action: enable
|
@@ -1,4 +0,0 @@
|
||||
---
|
||||
command: artix-service
|
||||
|
||||
services: []
|
@@ -1,2 +0,0 @@
|
||||
---
|
||||
emergency: false
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
unpack:
|
||||
- source: "/run/artix/bootmnt/LiveOS/rootfs.img"
|
||||
sourcefs: 'squashfs'
|
||||
destination: ""
|
@@ -1,49 +0,0 @@
|
||||
---
|
||||
defaultGroups:
|
||||
- name: users
|
||||
must_exist: true
|
||||
system: true
|
||||
- lp
|
||||
- video
|
||||
- network
|
||||
- storage
|
||||
- name: wheel
|
||||
must_exist: false
|
||||
system: true
|
||||
- audio
|
||||
- power
|
||||
- log
|
||||
- optical
|
||||
- network
|
||||
- scanner
|
||||
|
||||
autologinGroup: autologin
|
||||
|
||||
doAutologin: false
|
||||
|
||||
sudoersGroup: wheel
|
||||
|
||||
setRootPassword: true
|
||||
|
||||
doReusePassword: false
|
||||
|
||||
passwordRequirements:
|
||||
nonempty: true
|
||||
minLength: 4 # Password at least this many characters
|
||||
maxLength: -1 # Password at most this many characters
|
||||
libpwquality:
|
||||
- minlen=4
|
||||
- minclass=0
|
||||
|
||||
allowWeakPasswords: true
|
||||
allowWeakPasswordsDefault: true
|
||||
|
||||
userShell: /bin/bash
|
||||
|
||||
setHostname: EtcFile
|
||||
|
||||
writeHostsFile: true
|
||||
|
||||
user:
|
||||
shell: /bin/bash
|
||||
forbidden_names: [ root ]
|
@@ -1,19 +0,0 @@
|
||||
---
|
||||
showSupportUrl: true
|
||||
showKnownIssuesUrl: true
|
||||
showReleaseNotesUrl: true
|
||||
|
||||
requirements:
|
||||
requiredStorage: 5.5
|
||||
requiredRam: 1.0
|
||||
internetCheckUrl: https://www.artixlinux.org
|
||||
check:
|
||||
- storage
|
||||
- ram
|
||||
- power
|
||||
- internet
|
||||
- root
|
||||
required:
|
||||
- storage
|
||||
- ram
|
||||
- root
|
@@ -1,51 +0,0 @@
|
||||
---
|
||||
modules-search: [ local ]
|
||||
|
||||
sequence:
|
||||
- show:
|
||||
- welcome
|
||||
- locale
|
||||
- keyboard
|
||||
- partition
|
||||
- users
|
||||
- summary
|
||||
- exec:
|
||||
- partition
|
||||
- mount
|
||||
- unpackfs
|
||||
- machineid
|
||||
- fstab
|
||||
- locale
|
||||
- keyboard
|
||||
- localecfg
|
||||
- luksopenswaphookcfg
|
||||
- luksbootkeyfile
|
||||
- initcpiocfg
|
||||
- initcpio
|
||||
- users
|
||||
- displaymanager
|
||||
- networkcfg
|
||||
- hwclock
|
||||
- services-artix
|
||||
- grubcfg
|
||||
- bootloader
|
||||
- postcfg
|
||||
- umount
|
||||
- show:
|
||||
- finished
|
||||
|
||||
branding: artix
|
||||
|
||||
prompt-install: false
|
||||
|
||||
dont-chroot: false
|
||||
|
||||
oem-setup: false
|
||||
|
||||
disable-cancel: false
|
||||
|
||||
disable-cancel-during-exec: false
|
||||
|
||||
hide-back-and-next-during-exec: false
|
||||
|
||||
quit-at-end: false
|
@@ -1,32 +0,0 @@
|
||||
---
|
||||
backend: pacman
|
||||
|
||||
pacman:
|
||||
num_retries: 0
|
||||
disable_download_timeout: false
|
||||
needed_only: false
|
||||
handle_keyrings: true
|
||||
copy_pacconf: true
|
||||
requirements:
|
||||
- dest: /etc
|
||||
mode: "0o755"
|
||||
- dest: /var
|
||||
mode: "0o755"
|
||||
- dest: /var/cache
|
||||
mode: "0o755"
|
||||
- dest: /var/cache/pacman
|
||||
mode: "0o755"
|
||||
- dest: /var/cache/pacman/pkg
|
||||
mode: "0o755"
|
||||
- dest: /var/lib
|
||||
mode: "0o755"
|
||||
- dest: /var/lib/pacman
|
||||
mode: "0o755"
|
||||
keyrings:
|
||||
- artix
|
||||
|
||||
base_init: elogind
|
||||
|
||||
operations:
|
||||
- install:
|
||||
- base
|
@@ -1,21 +0,0 @@
|
||||
---
|
||||
efiBootLoader: "grub"
|
||||
|
||||
kernel: "/vmlinuz-linux-x86_64"
|
||||
img: "/initramfs-linux-x86_64.img"
|
||||
fallback: "/initramfs-linux-x86_64-fallback.img"
|
||||
timeout: "10"
|
||||
|
||||
grubInstall: "grub-install"
|
||||
grubMkconfig: "grub-mkconfig"
|
||||
grubCfg: "/boot/grub/grub.cfg"
|
||||
grubProbe: "grub-probe"
|
||||
efiBootMgr: "efibootmgr"
|
||||
|
||||
installEFIFallback: true
|
||||
|
||||
efiBootloaderId: "Artix"
|
||||
|
||||
# installHybridGRUB: false
|
||||
|
||||
# efiBootLoaderVar: "packagechooser_bootloader"
|
@@ -1,10 +0,0 @@
|
||||
---
|
||||
displaymanagers:
|
||||
- lightdm
|
||||
- gdm
|
||||
- mdm
|
||||
- sddm
|
||||
- lxdm
|
||||
- slim
|
||||
|
||||
basicSetup: false
|
@@ -1,6 +0,0 @@
|
||||
---
|
||||
restartNowMode: user-unchecked
|
||||
|
||||
restartNowCommand: "loginctl reboot"
|
||||
|
||||
notifyOnFinished: false
|
@@ -1,4 +0,0 @@
|
||||
---
|
||||
kernel: all
|
||||
|
||||
be_unsafe: false
|
@@ -1,7 +0,0 @@
|
||||
---
|
||||
localeGenPath: /etc/locale.gen
|
||||
|
||||
geoip:
|
||||
style: "json"
|
||||
url: "https://geoip.kde.org/v1/calamares"
|
||||
selector: ""
|
@@ -1,5 +0,0 @@
|
||||
---
|
||||
systemd: false
|
||||
dbus: true
|
||||
dbus-symlink: true
|
||||
entropy-copy: false
|
@@ -1,131 +0,0 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Mount filesystems in the target (generally, before treating the
|
||||
# target as a usable chroot / "live" system). Filesystems are
|
||||
# automatically mounted from the partitioning module. Filesystems
|
||||
# listed here are **extra**. The filesystems listed in *extraMounts*
|
||||
# are mounted in all target systems.
|
||||
---
|
||||
# Extra filesystems to mount. The key's value is a list of entries; each
|
||||
# entry has five keys:
|
||||
# - device The device node to mount
|
||||
# - fs (optional) The filesystem type to use
|
||||
# - mountPoint Where to mount the filesystem
|
||||
# - options (optional) An array of options to pass to mount
|
||||
# - efi (optional) A boolean that when true is only mounted for UEFI installs
|
||||
#
|
||||
# The device is not mounted if the mountPoint is unset or if the fs is
|
||||
# set to unformatted.
|
||||
#
|
||||
extraMounts:
|
||||
- device: proc
|
||||
fs: proc
|
||||
mountPoint: /proc
|
||||
- device: sys
|
||||
fs: sysfs
|
||||
mountPoint: /sys
|
||||
- device: /dev
|
||||
mountPoint: /dev
|
||||
options: [ bind ]
|
||||
- device: tmpfs
|
||||
fs: tmpfs
|
||||
mountPoint: /run
|
||||
- device: /run/udev
|
||||
mountPoint: /run/udev
|
||||
options: [ bind ]
|
||||
- device: efivarfs
|
||||
fs: efivarfs
|
||||
mountPoint: /sys/firmware/efi/efivars
|
||||
efi: true
|
||||
|
||||
# Btrfs subvolumes to create if root filesystem is on btrfs volume.
|
||||
# If *mountpoint* is mounted already to another partition, it is ignored.
|
||||
# Separate subvolume for swapfile is handled separately and automatically.
|
||||
#
|
||||
# It is possible to prevent subvolume creation -- this is likely only relevant
|
||||
# for the root (/) subvolume -- by giving an empty string as a subvolume
|
||||
# name. In this case no subvolume will be created.
|
||||
#
|
||||
btrfsSubvolumes:
|
||||
- mountPoint: /
|
||||
subvolume: /@
|
||||
# As an alternative:
|
||||
#
|
||||
# subvolume: ""
|
||||
- mountPoint: /home
|
||||
subvolume: /@home
|
||||
- mountPoint: /root
|
||||
subvolume: /@root
|
||||
- mountPoint: /srv
|
||||
subvolume: /@srv
|
||||
- mountPoint: /var/cache
|
||||
subvolume: /@cache
|
||||
- mountPoint: /var/log
|
||||
subvolume: /@log
|
||||
- mountPoint: /var/tmp
|
||||
subvolume: /@tmp
|
||||
|
||||
# The name of the btrfs subvolume holding the swapfile. This only used when
|
||||
# a swapfile is selected and the root filesystem is btrfs
|
||||
#
|
||||
btrfsSwapSubvol: /@swap
|
||||
|
||||
# The mount options used to mount each filesystem.
|
||||
#
|
||||
# filesystem contains the name of the filesystem or on of three special
|
||||
# values, "default", efi" and "btrfs_swap". The logic is applied in this manner:
|
||||
# - If the partition is the EFI partition, the "efi" entry will be used
|
||||
# - If the fs is btrfs and the subvolume is for the swapfile,
|
||||
# the "btrfs_swap" entry is used
|
||||
# - If the filesystem is an exact match for filesystem, that entry is used
|
||||
# - If no match is found in the above, the default entry is used
|
||||
# - If there is no match and no default entry, "defaults" is used
|
||||
# - If the mountOptions key is not present, "defaults" is used
|
||||
#
|
||||
# Each filesystem entry contains 3 keys, all of which are optional
|
||||
# options - An array of mount options that is used on all disk types
|
||||
# ssdOptions - An array of mount options combined with options for ssds
|
||||
# hddOptions - An array of mount options combined with options for hdds
|
||||
# If combining these options results in an empty array, "defaults" is used
|
||||
#
|
||||
# Example 1
|
||||
# In this example, there are specific options for ext4 and btrfs filesystems,
|
||||
# the EFI partition and the subvolume holding the btrfs swapfile. All other
|
||||
# filesystems use the default entry. For the btrfs filesystem, there are
|
||||
# additional options specific to hdds and ssds
|
||||
#
|
||||
mountOptions:
|
||||
- filesystem: default
|
||||
options: [ defaults ]
|
||||
- filesystem: efi
|
||||
options: [ defaults, umask=0077 ]
|
||||
- filesystem: ext4
|
||||
options: [ defaults ]
|
||||
- filesystem: btrfs
|
||||
options: [ defaults, noatime, compress=zstd:1 ]
|
||||
ssdOptions: [ discard=async ]
|
||||
hddOptions: [ autodefrag ]
|
||||
- filesystem: btrfs_swap
|
||||
options: [ defaults, noatime ]
|
||||
#
|
||||
# Example 2
|
||||
# In this example there is a single default used by all filesystems
|
||||
#
|
||||
# mountOptions:
|
||||
# - filesystem: default
|
||||
# options: [ defaults ]
|
||||
#
|
||||
# mountOptions:
|
||||
# - filesystem: default
|
||||
# options: [ defaults ]
|
||||
# - filesystem: efi
|
||||
# options: [ defaults, umask=0077 ]
|
||||
# - filesystem: btrfs
|
||||
# options: [ defaults, compress=zstd:1 ]
|
||||
# - filesystem: btrfs_swap
|
||||
# options: [ defaults, noatime ]
|
||||
|
||||
|
||||
|
||||
|
@@ -1,55 +0,0 @@
|
||||
---
|
||||
groupsUrl:
|
||||
- https://gitea.artixlinux.org/artix/netinstall-data/raw/branch/master/netinstall.yaml
|
||||
- file:///etc/calamares/modules/netinstall.yaml
|
||||
|
||||
required: false
|
||||
|
||||
# To support multiple instances of this module,
|
||||
# some strings are configurable and translatable here.
|
||||
# Sub-keys under *label* are used for the user interface.
|
||||
# - *sidebar* This is the name of the module in the progress-tree / sidebar
|
||||
# in Calamares.
|
||||
# - *title* This is displayed above the list of packages.
|
||||
# If no *sidebar* values are provided, defaults to "Package selection"
|
||||
# and existing translations. If no *title* values are provided, no string
|
||||
# is displayed.
|
||||
#
|
||||
# Translations are handled through `[ll]` notation, much like in
|
||||
# `.desktop` files. The string associated with `key[ll]` is used for
|
||||
# *key* when when the language *ll* (language-code, like *nl* or *en_GB*
|
||||
# or *ja*) is used.
|
||||
#
|
||||
# The following strings are **already** known to Calamares and can be
|
||||
# listed here in *untranslated* form (e.g. as value of *sidebar*)
|
||||
# without bothering with the translations: they are picked up from
|
||||
# the regular translation framework:
|
||||
# - "Package selection"
|
||||
# - "Office software"
|
||||
# - "Office package"
|
||||
# - "Browser software"
|
||||
# - "Browser package"
|
||||
# - "Web browser"
|
||||
# - "Kernel"
|
||||
# - "Services"
|
||||
# - "Login"
|
||||
# - "Desktop"
|
||||
# - "Applications"
|
||||
# - "Communication"
|
||||
# - "Development"
|
||||
# - "Office"
|
||||
# - "Multimedia"
|
||||
# - "Internet"
|
||||
# - "Theming"
|
||||
# - "Gaming"
|
||||
# - "Utilities"
|
||||
# Other strings should follow the translations format.
|
||||
label:
|
||||
sidebar: "Package selection"
|
||||
# sidebar[nl]: "Pakketkeuze"
|
||||
# sidebar[en_GB]: "Package choice"
|
||||
# sidebar[ja]: "知りません" # "I don't know"
|
||||
# title: "Office Package"
|
||||
# title[nl]: "Kantoorsoftware"
|
||||
|
||||
|
@@ -1,68 +0,0 @@
|
||||
- name: "Default"
|
||||
description: "Default packages"
|
||||
hidden: false
|
||||
selected: true
|
||||
critical: true
|
||||
immutable: true
|
||||
packages:
|
||||
- linux
|
||||
- linux-headers
|
||||
- grub
|
||||
- efibootmgr
|
||||
- sudo
|
||||
|
||||
- name: "Kernel"
|
||||
description: "Kernel and modules"
|
||||
selected: false
|
||||
packages:
|
||||
- acpi_call
|
||||
- bbswitch
|
||||
- broadcom-wl
|
||||
- tp_smapi
|
||||
- linux-lts
|
||||
- linux-lts-headers
|
||||
|
||||
- name: "Firmware"
|
||||
description: "Firmware"
|
||||
selected: false
|
||||
packages:
|
||||
- b43-fwcutter
|
||||
- linux-firmware
|
||||
- linux-firmware-bnx2x
|
||||
- linux-firmware-liquidio
|
||||
- linux-firmware-marvell
|
||||
- linux-firmware-mellanox
|
||||
- linux-firmware-nfp
|
||||
- linux-firmware-qcom
|
||||
- linux-firmware-qlogic
|
||||
- linux-firmware-whence
|
||||
- sof-firmware
|
||||
- alsa-firmware
|
||||
- intel-ucode
|
||||
- amd-ucode
|
||||
|
||||
- name: "Utilities"
|
||||
description: "System Utilities"
|
||||
selected: true
|
||||
packages:
|
||||
- lsb-release
|
||||
- nano
|
||||
- vi
|
||||
|
||||
- name: "Devel"
|
||||
description: "Artix development"
|
||||
selected: false
|
||||
packages:
|
||||
- base-devel
|
||||
- artix-checkupdates
|
||||
- artix-rebuild-order
|
||||
- artools-base
|
||||
- artools-iso
|
||||
- artools-pkg
|
||||
|
||||
- name: "Style"
|
||||
description: "Artix themes, icons, branding"
|
||||
selected: false
|
||||
packages:
|
||||
- artix-netinstall-presets
|
||||
- artix-grub-theme
|
@@ -1,294 +0,0 @@
|
||||
---
|
||||
mode: required
|
||||
|
||||
method: netinstall-add
|
||||
|
||||
labels:
|
||||
step: "Init selection"
|
||||
step[de]: "Initauswahl"
|
||||
|
||||
default: OpenRC
|
||||
|
||||
items:
|
||||
- id: OpenRC
|
||||
name: openrc
|
||||
description: "OpenRC init system"
|
||||
screenshot: ":/images/if.png"
|
||||
netinstall:
|
||||
name: "openrc"
|
||||
description: "OpenRC init system"
|
||||
selected: false
|
||||
critical: true
|
||||
immutable: false
|
||||
expanded: true
|
||||
hidden: false
|
||||
subgroups:
|
||||
- name: "Default"
|
||||
description: "Default services"
|
||||
selected: true
|
||||
hidden: true
|
||||
packages:
|
||||
- audit-openrc
|
||||
- cryptsetup-openrc
|
||||
- dbus-openrc
|
||||
- dhcpcd-openrc
|
||||
- lvm2-openrc
|
||||
- mdadm-openrc
|
||||
- name: "Cron"
|
||||
description: "Cron init"
|
||||
selected: true
|
||||
packages:
|
||||
- cronie-openrc
|
||||
- name: "Syslog"
|
||||
description: "Syslog init"
|
||||
packages:
|
||||
- syslog-ng-openrc
|
||||
- metalog-openrc
|
||||
- name: "Internet"
|
||||
description: "Network init"
|
||||
packages:
|
||||
- avahi-openrc
|
||||
- bluez-openrc
|
||||
- iptables-openrc
|
||||
- krb5-openrc
|
||||
- networkmanager-openrc
|
||||
- nfs-utils-openrc
|
||||
- ntp-openrc
|
||||
- openldap-openrc
|
||||
- openssh-openrc
|
||||
- rpcbind-openrc
|
||||
- xinetd-openrc
|
||||
- wpa_supplicant-openrc
|
||||
- name: "Office"
|
||||
description: "Office init"
|
||||
packages:
|
||||
- cups-openrc
|
||||
- sane-openrc
|
||||
- name: "Services"
|
||||
description: "Services init"
|
||||
packages:
|
||||
- acpid-openrc
|
||||
- alsa-utils-openrc
|
||||
- apparmor-openrc
|
||||
- brltty-openrc
|
||||
- fuse-openrc
|
||||
- gpm-openrc
|
||||
- hdparm-openrc
|
||||
- haveged-openrc
|
||||
- lm_sensors-openrc
|
||||
- openrc-settingsd
|
||||
- openvpn-openrc
|
||||
- power-profiles-daemon-openrc
|
||||
- rsync-openrc
|
||||
|
||||
- id: Dinit
|
||||
name: dinit
|
||||
description: "Dinit init system"
|
||||
screenshot: ":/images/if.png"
|
||||
netinstall:
|
||||
name: "dinit"
|
||||
description: "Dinit init system"
|
||||
selected: false
|
||||
critical: true
|
||||
immutable: false
|
||||
expanded: true
|
||||
hidden: false
|
||||
subgroups:
|
||||
- name: "Default"
|
||||
description: "Default services"
|
||||
selected: true
|
||||
hidden: true
|
||||
packages:
|
||||
- audit-dinit
|
||||
- cryptsetup-dinit
|
||||
- dbus-dinit
|
||||
- dhcpcd-dinit
|
||||
- lvm2-dinit
|
||||
- mdadm-dinit
|
||||
- name: "Cron"
|
||||
description: "Cron init"
|
||||
selected: true
|
||||
packages:
|
||||
- cronie-dinit
|
||||
- name: "Syslog"
|
||||
description: "Syslog init"
|
||||
packages:
|
||||
- syslog-ng-dinit
|
||||
- metalog-dinit
|
||||
- name: "Internet"
|
||||
description: "Network init"
|
||||
packages:
|
||||
- avahi-dinit
|
||||
- bluez-dinit
|
||||
- iptables-dinit
|
||||
- krb5-dinit
|
||||
- networkmanager-dinit
|
||||
- nfs-utils-dinit
|
||||
- ntp-dinit
|
||||
- openldap-dinit
|
||||
- openssh-dinit
|
||||
- rpcbind-dinit
|
||||
- xinetd-dinit
|
||||
- wpa_supplicant-dinit
|
||||
- name: "Office"
|
||||
description: "Office init"
|
||||
packages:
|
||||
- cups-dinit
|
||||
- sane-dinit
|
||||
- name: "Services"
|
||||
description: "Services init"
|
||||
packages:
|
||||
- acpid-dinit
|
||||
- alsa-utils-dinit
|
||||
- apparmor-dinit
|
||||
- brltty-dinit
|
||||
- fuse-dinit
|
||||
- gpm-dinit
|
||||
- hdparm-dinit
|
||||
- haveged-dinit
|
||||
- lm_sensors-dinit
|
||||
- openvpn-dinit
|
||||
- power-profiles-daemon-dinit
|
||||
- rsync-dinit
|
||||
|
||||
- id: S6
|
||||
name: s6
|
||||
description: "S6 init system"
|
||||
screenshot: ":/images/if.png"
|
||||
netinstall:
|
||||
name: "s6"
|
||||
description: "S6 init system"
|
||||
selected: false
|
||||
critical: true
|
||||
immutable: false
|
||||
expanded: true
|
||||
hidden: false
|
||||
subgroups:
|
||||
- name: "Default"
|
||||
description: "Default services"
|
||||
selected: true
|
||||
hidden: true
|
||||
packages:
|
||||
- audit-s6
|
||||
- cryptsetup-s6
|
||||
- dbus-s6
|
||||
- dhcpcd-s6
|
||||
- lvm2-s6
|
||||
- mdadm-s6
|
||||
- s6-contrib
|
||||
- name: "Cron"
|
||||
description: "Cron init"
|
||||
selected: true
|
||||
packages:
|
||||
- cronie-s6
|
||||
- name: "Syslog"
|
||||
description: "Syslog init"
|
||||
packages:
|
||||
- syslog-ng-s6
|
||||
- metalog-s6
|
||||
- name: "Internet"
|
||||
description: "Network init"
|
||||
packages:
|
||||
- avahi-s6
|
||||
- bluez-s6
|
||||
- iptables-s6
|
||||
- krb5-s6
|
||||
- networkmanager-s6
|
||||
- nfs-utils-s6
|
||||
- ntp-s6
|
||||
- openldap-s6
|
||||
- openssh-s6
|
||||
- rpcbind-s6
|
||||
- xinetd-s6
|
||||
- wpa_supplicant-s6
|
||||
- name: "Office"
|
||||
description: "Office init"
|
||||
packages:
|
||||
- cups-s6
|
||||
- sane-s6
|
||||
- name: "Services"
|
||||
description: "Services init"
|
||||
packages:
|
||||
- acpid-s6
|
||||
- alsa-utils-s6
|
||||
- apparmor-s6
|
||||
- brltty-s6
|
||||
- fuse-s6
|
||||
- gpm-s6
|
||||
- hdparm-s6
|
||||
- haveged-s6
|
||||
- lm_sensors-s6
|
||||
- openvpn-s6
|
||||
- power-profiles-daemon-s6
|
||||
- rsync-s6
|
||||
|
||||
- id: Runit
|
||||
name: runit
|
||||
description: "Runit init system"
|
||||
screenshot: ":/images/if.png"
|
||||
netinstall:
|
||||
name: "runit"
|
||||
description: "Runit init system"
|
||||
selected: false
|
||||
critical: true
|
||||
immutable: false
|
||||
expanded: true
|
||||
hidden: false
|
||||
subgroups:
|
||||
- name: "Default"
|
||||
description: "Default services"
|
||||
selected: true
|
||||
hidden: true
|
||||
packages:
|
||||
- audit-runit
|
||||
- cryptsetup-runit
|
||||
- dbus-runit
|
||||
- dhcpcd-runit
|
||||
- lvm2-runit
|
||||
- mdadm-runit
|
||||
- rsm
|
||||
- name: "Cron"
|
||||
description: "Cron init"
|
||||
selected: true
|
||||
packages:
|
||||
- cronie-runit
|
||||
- name: "Syslog"
|
||||
description: "Syslog init"
|
||||
packages:
|
||||
- syslog-ng-runit
|
||||
- metalog-runit
|
||||
- name: "Internet"
|
||||
description: "Network init"
|
||||
packages:
|
||||
- avahi-runit
|
||||
- bluez-runit
|
||||
- iptables-runit
|
||||
- krb5-runit
|
||||
- networkmanager-runit
|
||||
- nfs-utils-runit
|
||||
- ntp-runit
|
||||
- openldap-runit
|
||||
- openssh-runit
|
||||
- rpcbind-runit
|
||||
- xinetd-runit
|
||||
- wpa_supplicant-runit
|
||||
- name: "Office"
|
||||
description: "Office init"
|
||||
packages:
|
||||
- cups-runit
|
||||
- sane-runit
|
||||
- name: "Services"
|
||||
description: "Services init"
|
||||
packages:
|
||||
- acpid-runit
|
||||
- alsa-utils-runit
|
||||
- apparmor-runit
|
||||
- brltty-runit
|
||||
- fuse-runit
|
||||
- gpm-runit
|
||||
- hdparm-runit
|
||||
- haveged-runit
|
||||
- lm_sensors-runit
|
||||
- openvpn-runit
|
||||
- power-profiles-daemon-runit
|
||||
- rsync-runit
|
@@ -1,11 +0,0 @@
|
||||
---
|
||||
backend: pacman
|
||||
|
||||
skip_if_no_internet: false
|
||||
update_db: true
|
||||
update_system: false
|
||||
|
||||
pacman:
|
||||
num_retries: 0
|
||||
disable_download_timeout: false
|
||||
needed_only: false
|
@@ -1,32 +0,0 @@
|
||||
efi:
|
||||
mountPoint: "/boot/efi"
|
||||
recommendedSize: 512MiB
|
||||
minimumSize: 256MiB
|
||||
label: "EFI"
|
||||
|
||||
userSwapChoices:
|
||||
- none # Create no swap, use no swap
|
||||
- small # Up to 4GB
|
||||
- suspend # At least main memory size
|
||||
- file # To swap file instead of partition
|
||||
|
||||
swapPartitionName: swap
|
||||
|
||||
luksGeneration: luks1
|
||||
|
||||
drawNestedPartitions: true
|
||||
|
||||
alwaysShowPartitionLabels: true
|
||||
|
||||
initialPartitioningChoice: none
|
||||
|
||||
initialSwapChoice: suspend
|
||||
|
||||
defaultPartitionTableType: msdos
|
||||
|
||||
requiredPartitionTableType:
|
||||
- msdos
|
||||
- gpt
|
||||
|
||||
defaultFileSystemType: "ext4"
|
||||
availableFileSystemTypes: ["ext4","btrfs","f2fs","xfs"]
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user