forked from artix/iso-profiles
Compare commits
78 Commits
Author | SHA1 | Date | |
---|---|---|---|
961b6dd02c | |||
5371243f4c
|
|||
bdfe8dee9a
|
|||
dd61c4151e
|
|||
868272301d
|
|||
1c94cb3308
|
|||
1e9cc9dac9
|
|||
f195819382
|
|||
136dc5dcad
|
|||
05183df6ca
|
|||
42db164c86
|
|||
add579d679
|
|||
6236ab1fab | |||
162dd2a604
|
|||
e5938687b2
|
|||
d4c177cd53
|
|||
d4fe1dd82b
|
|||
6d270793d0
|
|||
b022c9e041
|
|||
ec12d645ab
|
|||
e292f5ddee
|
|||
e7969ff696
|
|||
856a4657ad
|
|||
258b911e08
|
|||
b45c569e43
|
|||
8ad494ef8e
|
|||
6fc62d74f9
|
|||
d4b41c9741
|
|||
d91d25e8c8
|
|||
8c3cac3754
|
|||
8cd092928f
|
|||
946b69f6ab
|
|||
c17ae10ba8
|
|||
87b613957b
|
|||
04cf533c04
|
|||
9b83623eef
|
|||
daa70c4897
|
|||
f8ab5b288c
|
|||
852892ef57
|
|||
8e303f9add
|
|||
6e35f3e888
|
|||
c4305ea3ec
|
|||
0d107afa90
|
|||
8bd67b3df4
|
|||
8874af2730
|
|||
1c41928fd8 | |||
3c698a3327
|
|||
1c54fec831
|
|||
7e479215d5
|
|||
a5d0a567fb
|
|||
d55eccc666
|
|||
56a4994d77
|
|||
e3007ea874
|
|||
ca23fd3009
|
|||
7460760627
|
|||
b5ae081ff5
|
|||
7870a60450
|
|||
4f4b70a7c5
|
|||
0228ac1bd0
|
|||
c5fcd6f220
|
|||
f84b7d9b66
|
|||
4070312cc9 | |||
071fcb2fb3 | |||
cd3557495e | |||
4c1db8ef07 | |||
66e5f3ccd8 | |||
832bfcddf8 | |||
2dc90143b7 | |||
4cf9ced4fe | |||
c501e7eb10 | |||
016b1393d6 | |||
57a12dac42 | |||
b497f68792 | |||
c1041a4b83 | |||
8a4d0d9cc8 | |||
8bcdce1a23 | |||
c9ce213e3e | |||
869b7105fe |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
to_package/
|
37
Notes
37
Notes
@@ -1,37 +0,0 @@
|
||||
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,36 +1,14 @@
|
||||
# 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 Artix ISO profiles.
|
||||
|
||||
|
||||
The profiles are designated base, minimal and community.
|
||||
|
||||
Base only offers a bare minimum system, installable from the CLI. For advanced users.
|
||||
|
||||
Minimal profiles (come with a basic DE (LXDE, LXQt, Cinnamon and MATE), slightly preconfigured. The graphics installer of choice is Calamares. For knowledgeable users.
|
||||
|
||||
The community profiles come in two flavours, GTK (with MATE and LXDE), and QT (with Plasma and LXQt). They are fully preconfigured and contain many applications for everyday use. Ideal for average or novice users or people that just want a well-endowed live ISO for setting up an out-of-the-box working OS.
|
||||
|
||||
Common settings among all minimal profiles are stored in ''common''.
|
||||
|
8
TODO
Normal file
8
TODO
Normal file
@@ -0,0 +1,8 @@
|
||||
TO-DO LIST
|
||||
|
||||
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
|
||||
PENDING |_ Application settings -> app-presets
|
||||
|
||||
DONE /etc/rc.local from artix-branding-base overwrites /etc/issue with artix:artix info
|
@@ -1,18 +0,0 @@
|
||||
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
|
@@ -1,5 +1,4 @@
|
||||
base
|
||||
base-devel
|
||||
@openrc elogind-openrc
|
||||
@runit elogind-runit
|
||||
@s6 elogind-s6
|
||||
@@ -12,20 +11,27 @@ diffutils
|
||||
dmraid
|
||||
dnsmasq
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
ipw2200-fw
|
||||
jfsutils
|
||||
linux
|
||||
linux-headers
|
||||
linux-firmware
|
||||
logrotate
|
||||
lsb-release
|
||||
man-db
|
||||
man-pages
|
||||
memtest86+
|
||||
mkinitcpio
|
||||
mkinitcpio-openswap
|
||||
nano
|
||||
net-tools
|
||||
ntfs-3g
|
||||
@openrc acpid-openrc
|
||||
@@ -39,7 +45,7 @@ ntfs-3g
|
||||
@openrc rsync-openrc
|
||||
@openrc openssh-openrc
|
||||
@openrc wpa_supplicant-openrc
|
||||
@openrc syslog-ng-openrc
|
||||
@openrc metalog-openrc
|
||||
@runit acpid-runit
|
||||
@runit cronie-runit
|
||||
@runit cryptsetup-runit
|
||||
@@ -51,7 +57,7 @@ ntfs-3g
|
||||
@runit rsync-runit
|
||||
@runit openssh-runit
|
||||
@runit wpa_supplicant-runit
|
||||
@runit syslog-ng-runit
|
||||
@runit metalog-runit
|
||||
@s6 acpid-s6
|
||||
@s6 cronie-s6
|
||||
@s6 cryptsetup-s6
|
||||
@@ -63,7 +69,40 @@ ntfs-3g
|
||||
@s6 rsync-s6
|
||||
@s6 openssh-s6
|
||||
@s6 wpa_supplicant-s6
|
||||
@s6 syslog-ng-s6
|
||||
@s6 metalog-s6
|
||||
os-prober
|
||||
reiserfsprogs
|
||||
s-nail
|
||||
sudo
|
||||
sysfsutils
|
||||
texinfo
|
||||
usbutils
|
||||
which
|
||||
efibootmgr
|
||||
xfsprogs
|
||||
zsh
|
||||
|
||||
mkinitcpio-nfs-utils
|
||||
squashfs-tools
|
||||
nbd
|
||||
|
||||
@openrc artix-live-openrc
|
||||
@runit artix-live-runit
|
||||
@s6 artix-live-s6
|
||||
|
||||
@openrc connman-openrc
|
||||
@openrc ntp-openrc
|
||||
@openrc bluez-openrc
|
||||
@runit connman-runit
|
||||
@runit ntp-runit
|
||||
@runit bluez-runit
|
||||
@s6 connman-s6
|
||||
@s6 ntp-s6
|
||||
@s6 bluez-s6
|
||||
|
||||
intel-ucode
|
||||
amd-ucode
|
||||
|
||||
artix-grub-live
|
||||
artix-grub-theme
|
||||
artix-branding-base
|
||||
|
@@ -1,7 +0,0 @@
|
||||
Artix Live ISO (\l) - \s-\r \m
|
||||
|
||||
login for the live environment:
|
||||
user 'artix'
|
||||
password 'artix'
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
AUTOLOGIN="false"
|
||||
|
||||
# start services
|
||||
SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
||||
SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'metalog' 'connmand')
|
||||
|
||||
# default group membership
|
||||
# ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
||||
|
@@ -2,7 +2,7 @@ GRUB_DEFAULT="0"
|
||||
GRUB_TIMEOUT="3"
|
||||
GRUB_DISTRIBUTOR="Artix"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
||||
GRUB_CMDLINE_LINUX="net.ifnames=0 cryptkey=rootfs:/crypto_keyfile.bin"
|
||||
GRUB_CMDLINE_LINUX="net.ifnames=0"
|
||||
|
||||
# Preload both GPT and MBR modules so that they are not missed
|
||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
20
base/root-overlay/etc/issue
Normal file
20
base/root-overlay/etc/issue
Normal file
@@ -0,0 +1,20 @@
|
||||
[?25l[?7l[0m[36m[1m '
|
||||
'o'
|
||||
'ooo'
|
||||
'ooxoo'
|
||||
'ooxxxoo'
|
||||
'oookkxxoo'
|
||||
'oiioxkkxxoo'
|
||||
':;:iiiioxxxoo'
|
||||
`'.;::ioxxoo'
|
||||
'-. `':;jiooo'
|
||||
'oooio-.. `'i:io'
|
||||
'ooooxxxxoio:,. `'-;'
|
||||
'ooooxxxxxkkxoooIi:-. `'
|
||||
'ooooxxxxxkkkkxoiiiiiji'
|
||||
'ooooxxxxxkxxoiiii:'` .i'
|
||||
'ooooxxxxxoi:::'` .;ioxo'
|
||||
'ooooxooi::'` .:iiixkxxo'
|
||||
'ooooi:'` `'';ioxxo'
|
||||
'i:'` '':io'
|
||||
'` `'[0m
|
@@ -1,13 +1,9 @@
|
||||
[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'
|
||||
|
||||
|
100
buildISOs.sh
Executable file
100
buildISOs.sh
Executable file
@@ -0,0 +1,100 @@
|
||||
#!/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/testing-iso
|
||||
CWD=`pwd`
|
||||
|
||||
cd $PROFILES
|
||||
all_profiles=($(find -maxdepth 1 -type d | sed 's|.*/||'| egrep -v "\.|common|linexa|git" | sort))
|
||||
all_inits=('openrc' 'runit' 's6')
|
||||
|
||||
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 refactor
|
||||
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=$?
|
||||
stamp=$(timestamp)
|
||||
[[ $res ]] && 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
|
||||
rm -f ${PROFILES}/$profile/root-overlay/etc/rc.conf
|
||||
mv -v ${WORKSPACE}/iso/$profile/artix-$profile-$init-*.iso ${REPO}/
|
||||
cd $REPO && sha256sum artix-*.iso > ${REPO}/sha256sums &
|
||||
done
|
||||
done
|
@@ -4,12 +4,13 @@ nbd
|
||||
|
||||
@openrc artix-live-openrc
|
||||
@runit artix-live-runit
|
||||
artix-live-portable-efi
|
||||
@s6 artix-live-s6
|
||||
|
||||
calamares-branding
|
||||
gparted
|
||||
gptfdisk
|
||||
#orca
|
||||
|
||||
artix-grub-live
|
||||
artix-grub-theme
|
||||
|
||||
virtualbox-guest-modules-artix
|
||||
virtualbox-guest-utils
|
||||
@@ -19,4 +20,4 @@ broadcom-wl
|
||||
intel-ucode
|
||||
amd-ucode
|
||||
artix-docs
|
||||
artix-grub-theme
|
||||
hexchat
|
176
cinnamon/Packages-Root
Normal file
176
cinnamon/Packages-Root
Normal file
@@ -0,0 +1,176 @@
|
||||
base
|
||||
@openrc elogind-openrc
|
||||
@runit elogind-runit
|
||||
@s6 elogind-s6
|
||||
acpi
|
||||
b43-fwcutter
|
||||
btrfs-progs
|
||||
crda
|
||||
dhclient
|
||||
diffutils
|
||||
dmraid
|
||||
dnsmasq
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
ipw2200-fw
|
||||
jfsutils
|
||||
linux
|
||||
linux-headers
|
||||
linux-firmware
|
||||
logrotate
|
||||
lsb-release
|
||||
man-db
|
||||
man-pages
|
||||
memtest86+
|
||||
mkinitcpio
|
||||
mkinitcpio-openswap
|
||||
nano
|
||||
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
|
||||
reiserfsprogs
|
||||
s-nail
|
||||
sudo
|
||||
sysfsutils
|
||||
texinfo
|
||||
usbutils
|
||||
which
|
||||
efibootmgr
|
||||
xfsprogs
|
||||
zsh
|
||||
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@openrc displaymanager-openrc
|
||||
@openrc networkmanager-openrc
|
||||
@openrc ntp-openrc
|
||||
@openrc openrc-settingsd
|
||||
@openrc bluez-openrc
|
||||
@runit alsa-utils-runit
|
||||
@runit avahi-runit
|
||||
@runit bluez-runit
|
||||
@runit networkmanager-runit
|
||||
@runit ntp-runit
|
||||
@runit lightdm-runit
|
||||
@runit blocaled
|
||||
@s6 blocaled
|
||||
@s6 alsa-utils-s6
|
||||
@s6 avahi-s6
|
||||
@s6 bluez-s6
|
||||
@s6 networkmanager-s6
|
||||
@s6 ntp-s6
|
||||
@s6 lightdm-s6
|
||||
|
||||
librabbitmq-c
|
||||
libmongoc
|
||||
|
||||
terminus-font
|
||||
ttf-droid
|
||||
ttf-roboto
|
||||
ttf-roboto-mono
|
||||
ttf-inconsolata
|
||||
ttf-liberation
|
||||
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
xf86-video-ati
|
||||
xf86-video-dummy
|
||||
xf86-video-fbdev
|
||||
xf86-video-intel
|
||||
xf86-video-nouveau
|
||||
xf86-video-openchrome
|
||||
xf86-video-sisusb
|
||||
xf86-video-vesa
|
||||
xf86-video-vmware
|
||||
xf86-video-voodoo
|
||||
# Core ISO packages end here
|
||||
|
||||
# Branding
|
||||
artix-gtk-presets
|
||||
artix-grub-theme
|
||||
artix-dark-theme
|
||||
xcursor-premium
|
||||
artix-branding-base
|
||||
|
||||
# Basic usability apps
|
||||
gvfs-mtp
|
||||
leafpad
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
midori
|
||||
mpv
|
||||
xreader
|
||||
|
||||
# Cinnamon
|
||||
cinnamon
|
||||
# Cinnamon extra
|
||||
blueberry
|
||||
eog
|
||||
file-roller
|
||||
gnome-calculator
|
||||
gnome-disk-utility
|
||||
gnome-keyring
|
||||
gnome-online-accounts
|
||||
gnome-screenshot
|
||||
gnome-system-log
|
||||
gnome-system-monitor
|
||||
gnome-terminal
|
||||
nemo-fileroller
|
||||
nemo-preview
|
||||
nemo-seahorse
|
||||
nemo-share
|
||||
xcursor-vanilla-dmz
|
1
cinnamon/live-overlay
Symbolic link
1
cinnamon/live-overlay
Symbolic link
@@ -0,0 +1 @@
|
||||
../common/live-overlay
|
@@ -1,4 +1,5 @@
|
||||
################ install ################
|
||||
|
||||
# default displaymanager: none
|
||||
# supported: lightdm, sddm, gdm, lxdm, mdm
|
||||
DISPLAYMANAGER="lightdm"
|
||||
@@ -7,10 +8,10 @@ DISPLAYMANAGER="lightdm"
|
||||
AUTOLOGIN="true"
|
||||
|
||||
# start services
|
||||
SERVICES=('consolefont' 'acpid' 'bluetooth' 'cronie' 'cupsd' 'metalog' 'connman' 'xdm')
|
||||
SERVICES=('acpid' 'bluetooth' 'cronie' 'cupsd' 'syslog-ng' 'connmand')
|
||||
|
||||
# default group membership
|
||||
#ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
||||
ADDGROUPS="video,power,storage,optical,network,lp,scanner,wheel,users,log"
|
||||
|
||||
################# live-session #################
|
||||
|
1
cinnamon/root-overlay/etc/default
Symbolic link
1
cinnamon/root-overlay/etc/default
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/root-overlay/etc/default
|
1
cinnamon/root-overlay/etc/environment
Symbolic link
1
cinnamon/root-overlay/etc/environment
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/root-overlay/etc/environment
|
1
cinnamon/root-overlay/etc/hosts
Symbolic link
1
cinnamon/root-overlay/etc/hosts
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/root-overlay/etc/hosts
|
1
cinnamon/root-overlay/etc/lightdm/lightdm-gtk-greeter.conf
Symbolic link
1
cinnamon/root-overlay/etc/lightdm/lightdm-gtk-greeter.conf
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/root-overlay/etc/lightdm/lightdm-gtk-greeter.conf
|
169
cinnamon/root-overlay/etc/lightdm/lightdm.conf
Normal file
169
cinnamon/root-overlay/etc/lightdm/lightdm.conf
Normal file
@@ -0,0 +1,169 @@
|
||||
#
|
||||
# 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=false
|
||||
#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
|
12
common/live-overlay/etc/calamares/modules/bootloader.conf
Normal file
12
common/live-overlay/etc/calamares/modules/bootloader.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
efiBootLoader: "grub"
|
||||
kernel: "/vmlinuz-linux-x86_64"
|
||||
img: "/initramfs-linux-x86_64.img"
|
||||
fallback: "/initramfs-linux-x86_64-fallback.img"
|
||||
timeout: "10"
|
||||
kernelLine: ", with linux"
|
||||
fallbackKernelLine: ", with linux (fallback initramfs)"
|
||||
grubInstall: "grub-install"
|
||||
grubMkconfig: "grub-mkconfig"
|
||||
grubCfg: "/boot/grub/grub.cfg"
|
||||
#efiBootloaderId: "dirname"
|
@@ -0,0 +1,10 @@
|
||||
---
|
||||
displaymanagers:
|
||||
- lightdm
|
||||
- gdm
|
||||
- mdm
|
||||
- sddm
|
||||
- lxdm
|
||||
- slim
|
||||
|
||||
basicSetup: false
|
4
common/live-overlay/etc/calamares/modules/finished.conf
Normal file
4
common/live-overlay/etc/calamares/modules/finished.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
restartNowEnabled: true
|
||||
restartNowChecked: false
|
||||
restartNowCommand: "loginctl reboot"
|
2
common/live-overlay/etc/calamares/modules/initcpio.conf
Normal file
2
common/live-overlay/etc/calamares/modules/initcpio.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
kernel: linux
|
10
common/live-overlay/etc/calamares/modules/locale.conf
Normal file
10
common/live-overlay/etc/calamares/modules/locale.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# region: "America"
|
||||
# zone: "New_York"
|
||||
|
||||
localeGenPath: /etc/locale.gen
|
||||
|
||||
geoip:
|
||||
style: "json"
|
||||
url: "https://geoip.kde.org/v1/calamares"
|
||||
selector: ""
|
4
common/live-overlay/etc/calamares/modules/machineid.conf
Normal file
4
common/live-overlay/etc/calamares/modules/machineid.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
systemd: false
|
||||
dbus: true
|
||||
symlink: true
|
3
common/live-overlay/etc/calamares/modules/umount.conf
Normal file
3
common/live-overlay/etc/calamares/modules/umount.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
srcLog: "/root/.cache/Calamares/Calamares.log"
|
||||
destLog: "/var/log/Calamares.log"
|
26
common/live-overlay/etc/calamares/modules/welcome.conf
Normal file
26
common/live-overlay/etc/calamares/modules/welcome.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
showSupportUrl: true
|
||||
showKnownIssuesUrl: true
|
||||
showReleaseNotesUrl: true
|
||||
|
||||
requirements:
|
||||
requiredStorage: 5.5
|
||||
requiredRam: 1.0
|
||||
internetCheckUrl: https://artixlinux.org
|
||||
check:
|
||||
- storage
|
||||
- ram
|
||||
- power
|
||||
- internet
|
||||
- root
|
||||
required:
|
||||
- storage
|
||||
- ram
|
||||
- root
|
||||
|
||||
# geoip:
|
||||
# style: "none"
|
||||
# url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
|
||||
# selector: "CountryCode" # blank uses default, which is wrong
|
||||
|
||||
# languageIcon: set-language
|
45
common/live-overlay/etc/calamares/settings.conf
Normal file
45
common/live-overlay/etc/calamares/settings.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
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-openrc
|
||||
- grubcfg
|
||||
- bootloader
|
||||
- postcfg
|
||||
- umount
|
||||
- show:
|
||||
- finished
|
||||
|
||||
branding: artix
|
||||
|
||||
prompt-install: false
|
||||
|
||||
dont-chroot: false
|
||||
|
||||
disable-cancel: false
|
||||
|
||||
disable-cancel-during-exec: false
|
1
common/live-overlay/etc/default
Symbolic link
1
common/live-overlay/etc/default
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/default
|
1
common/live-overlay/etc/fstab
Symbolic link
1
common/live-overlay/etc/fstab
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/fstab
|
16
common/live-overlay/etc/init.d/artix-live
Normal file
16
common/live-overlay/etc/init.d/artix-live
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/openrc-run
|
||||
# Copyright 2014 Aaditya Bagga (aaditya_gnulinux@zoho.com)
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
description="LiveMedia Config Script"
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
before xdm-setup
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting artix live script"
|
||||
/usr/bin/artix-live
|
||||
eend $?
|
||||
}
|
1
common/live-overlay/etc/issue
Symbolic link
1
common/live-overlay/etc/issue
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/issue
|
1
common/live-overlay/etc/issue.live
Symbolic link
1
common/live-overlay/etc/issue.live
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/issue.live
|
1
common/live-overlay/etc/pam.d
Symbolic link
1
common/live-overlay/etc/pam.d
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/pam.d
|
1
common/live-overlay/etc/polkit-1
Symbolic link
1
common/live-overlay/etc/polkit-1
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/polkit-1
|
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Exec=chmod +x "~/Desktop/calamares.desktop"
|
||||
Name=Make the installer on the desktop executable
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Name[en_US]=make-installer-executable.desktop
|
@@ -3,7 +3,7 @@ Type=Application
|
||||
Version=1.0
|
||||
Name=Install System
|
||||
GenericName=System Installer
|
||||
Keywords=calamares;system;installer
|
||||
Keywords=calamares;system;installer;
|
||||
TryExec=calamares
|
||||
Exec=pkexec /usr/bin/calamares
|
||||
Comment=Calamares — System Installer
|
||||
@@ -90,7 +90,7 @@ Name[is]=Setja upp kerfið
|
||||
Icon[is]=calamares
|
||||
GenericName[is]=Kerfis uppsetning
|
||||
Comment[is]=Calamares — Kerfis uppsetning
|
||||
Name[cs_CZ]=Nainstalovat
|
||||
Name[cs_CZ]=Nainstalovat systém
|
||||
Icon[cs_CZ]=calamares
|
||||
GenericName[cs_CZ]=Instalátor systému
|
||||
Comment[cs_CZ]=Calamares – instalátor operačních systémů
|
||||
@@ -99,9 +99,9 @@ Icon[ja]=calamares
|
||||
GenericName[ja]=システムインストーラー
|
||||
Comment[ja]=Calamares — システムインストーラー
|
||||
Name[ko]=시스템 설치
|
||||
Icon[ko]=깔라마레스
|
||||
Icon[ko]=깔라마레스 (Calamares)
|
||||
GenericName[ko]=시스템 설치 관리자
|
||||
Comment[ko]=깔라마레스 — 시스템 설치 관리자
|
||||
Comment[ko]=깔라마레스 (Calamares) — 시스템 설치 관리자
|
||||
Name[lt]=Įdiegti Sistemą
|
||||
Icon[lt]=calamares
|
||||
GenericName[lt]=Sistemos diegimas į kompiuterį
|
||||
@@ -114,6 +114,10 @@ Name[mk]=Инсталирај го системот
|
||||
Icon[mk]=calamares
|
||||
GenericName[mk]=Системен Инсталер
|
||||
Comment[mk]=Calamares - Системен Инсталер
|
||||
Name[ml]=സിസ്റ്റം ഇൻസ്റ്റാൾ ചെയ്യുക
|
||||
Icon[ml]=കലാമാരേസ്
|
||||
GenericName[ml]=സിസ്റ്റം ഇൻസ്റ്റാളർ
|
||||
Comment[ml]=കലാമാരേസ് - സിസ്റ്റം ഇൻസ്റ്റാളർ
|
||||
Name[nb]=Installer System
|
||||
Icon[nb]=calamares
|
||||
GenericName[nb]=Systeminstallatør
|
||||
@@ -153,12 +157,16 @@ GenericName[fi_FI]=Järjestelmän Asennusohjelma
|
||||
Comment[fi_FI]=Calamares — Järjestelmän Asentaja
|
||||
Name[sr@latin]=Instaliraj sistem
|
||||
Name[sr]=Инсталирај систем
|
||||
Icon[sr]=calamares
|
||||
GenericName[sr]=Инсталатер система
|
||||
Comment[sr]=Каламарес — инсталатер система
|
||||
Name[sv]=Installera system
|
||||
Icon[sv]=calamares
|
||||
GenericName[sv]=Systeminstallerare
|
||||
Comment[sv]=Calamares — Systeminstallerare
|
||||
Name[th]=ติดตั้งระบบ
|
||||
Name[uk]=Встановити Систему
|
||||
Icon[uk]=calamares
|
||||
GenericName[uk]=Встановлювач системи
|
||||
Comment[uk]=Calamares - Встановлювач системи
|
||||
Name[zh_CN]=安装系统
|
||||
@@ -177,7 +185,7 @@ Name[eo]=Instali Sistemo
|
||||
Icon[eo]=calamares
|
||||
GenericName[eo]=Sistema Instalilo
|
||||
Comment[eo]=Calamares — Sistema Instalilo
|
||||
Name[ne_NP]=सिस्टम इन्स्टल गर्नुहोस्
|
||||
Name[ne_NP]= सिस्टम इन्स्टल गर्नुहोस्
|
||||
Icon[ne_NP]=Calamares
|
||||
GenericName[ne_NP]=सिस्टम इन्स्टलर
|
||||
Comment[ne_NP]=Calamares - सिस्टम इन्स्टलर
|
1
common/live-overlay/etc/sudoers.d
Symbolic link
1
common/live-overlay/etc/sudoers.d
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../base/root-overlay/etc/sudoers.d
|
@@ -1,49 +1,50 @@
|
||||
GRUB_DEFAULT=saved
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DEFAULT="0"
|
||||
GRUB_TIMEOUT="3"
|
||||
GRUB_DISTRIBUTOR="Artix"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
||||
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=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.
|
||||
GRUB_COLOR_NORMAL="light-gray/black"
|
||||
GRUB_COLOR_HIGHLIGHT="cyan/black"
|
||||
export GRUB_COLOR_NORMAL="light-blue/black"
|
||||
export GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
|
||||
|
||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||
GRUB_BACKGROUND="/usr/share/grub/background.png"
|
||||
#GRUB_THEME="/path/to/gfxtheme"
|
||||
#GRUB_BACKGROUND="/path/to/wallpaper"
|
||||
GRUB_THEME="/usr/share/grub/themes/artix/theme.txt"
|
||||
|
||||
# Uncomment to get a beep at GRUB start
|
||||
#GRUB_INIT_TUNE="480 440 1"
|
||||
|
||||
GRUB_SAVEDEFAULT="true"
|
||||
|
||||
GRUB_DISABLE_LINUX_RECOVERY="true"
|
@@ -1,12 +1,12 @@
|
||||
[greeter]
|
||||
clock-format = %a %d %B %Y, %H:%M:%S
|
||||
position = 30%,center
|
||||
font-name = Fira Sans 12
|
||||
theme-name = Vertex-Dark
|
||||
font-name = Roboto Sans 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.jpg
|
||||
background = /usr/share/backgrounds/GradientGlowBlue.jpg
|
||||
default-user-image = /usr/share/icons/artix/logo.svg
|
@@ -1,35 +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'
|
||||
alias calc='perl -e '\''$_="@ARGV";s/\^/**/g;y/x/*/;print eval $_, "\n"'\'''
|
||||
# Replace all spaces in current directory's filenames with underscores
|
||||
alias spaces='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 parentheses='for f in *\(*; do mv "$f" `echo "$f" | sed s/\(//g | sed s/\)//g` ; done'
|
||||
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'
|
||||
|
||||
# No clobber
|
||||
set -C
|
||||
|
||||
# Users generally won't see annoyng core files
|
||||
ulimit -c 0
|
||||
|
||||
# Make a nice prompt
|
||||
[ "${EUID}" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1
|
||||
[ "${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,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=ter-v16b
|
||||
FONTMAP=8859-1_to_uni
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/default
|
@@ -1,50 +0,0 @@
|
||||
# This file is part of elogind.
|
||||
#
|
||||
# elogind is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Entries in this file show the compile time defaults.
|
||||
# You can change settings by editing this file.
|
||||
# Defaults can be restored by simply deleting this file.
|
||||
#
|
||||
# See logind.conf(5) for details.
|
||||
|
||||
[Login]
|
||||
KillUserProcesses=no
|
||||
#KillOnlyUsers=
|
||||
#KillExcludeUsers=root
|
||||
#InhibitDelayMaxSec=5
|
||||
#HandlePowerKey=poweroff
|
||||
#HandleSuspendKey=suspend
|
||||
#HandleHibernateKey=hibernate
|
||||
#HandleLidSwitch=suspend
|
||||
#HandleLidSwitchExternalPower=suspend
|
||||
#HandleLidSwitchDocked=ignore
|
||||
#PowerKeyIgnoreInhibited=no
|
||||
#SuspendKeyIgnoreInhibited=no
|
||||
#HibernateKeyIgnoreInhibited=no
|
||||
#LidSwitchIgnoreInhibited=yes
|
||||
#HoldoffTimeoutSec=30s
|
||||
#IdleAction=ignore
|
||||
#IdleActionSec=30min
|
||||
#RuntimeDirectorySize=10%
|
||||
#RemoveIPC=yes
|
||||
#InhibitorsMax=8192
|
||||
#SessionsMax=8192
|
||||
|
||||
[Sleep]
|
||||
#AllowSuspend=yes
|
||||
#AllowHibernation=yes
|
||||
#AllowSuspendThenHibernate=yes
|
||||
#AllowHybridSleep=yes
|
||||
#AllowPowerOffInterrupts=no
|
||||
#AllowSuspendInterrupts=no
|
||||
#SuspendState=mem standby freeze
|
||||
#SuspendMode=
|
||||
#HibernateState=disk
|
||||
#HibernateMode=platform shutdown
|
||||
#HybridSleepState=disk
|
||||
#HybridSleepMode=suspend platform shutdown
|
||||
#HibernateDelaySec=10800
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/fstab
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/issue
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/issue.live
|
@@ -1,14 +0,0 @@
|
||||
This directory should contain programs or scripts which are to be run
|
||||
when the local service is started or stopped.
|
||||
|
||||
If a file in this directory is executable and it has a .start extension,
|
||||
it will be run when the local service is started. If a file is
|
||||
executable and it has a .stop extension, it will be run when the local
|
||||
service is stopped.
|
||||
|
||||
All files are processed in lexical order.
|
||||
|
||||
Keep in mind that files in this directory are processed sequentially,
|
||||
and the local service is not considered started or stopped until
|
||||
everything is processed, so if you have a process which takes a long
|
||||
time to run, it can delay your boot or shutdown processing.
|
@@ -1,35 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
idir=/usr/share/icons
|
||||
cd $idir
|
||||
|
||||
# Convert svg to png
|
||||
for icon in $(find -not -path "*scalable*" -iname "start-here*.png"); do
|
||||
sizeXY=$(sed -nE 's|.+/([0-9]+x[0-9]+)/.*|\1|p' <<< "$icon")
|
||||
sizeX=$(sed -nE 's|.+/([0-9]+)/.*|\1|p' <<< "$icon")
|
||||
if [ $sizeXY ]; then
|
||||
convert -resize $sizeXY -background transparent artix/logo.svg "$icon" 2>/dev/null &
|
||||
elif [ $sizeX ]; then
|
||||
convert -resize $sizeX -background transparent artix/logo.svg "$icon" 2>/dev/null &
|
||||
else
|
||||
convert -resize 128 -background transparent artix/logo.svg "$icon" 2>/dev/null &
|
||||
fi
|
||||
done
|
||||
|
||||
# Copy over svg
|
||||
for icon in $(find -type f -iname "start-here*.svg"); do
|
||||
cp -f artix/logo.svg $icon 2>/dev/null &
|
||||
done
|
||||
|
||||
# Adwaita has some B/W icons
|
||||
for icon in $(find -not -path "*scalable*" -iname start-here-symbolic.symbolic.png); do
|
||||
sizeXY=$(sed -nE 's|.+/([0-9]+x[0-9]+)/.*|\1|p' <<< "$icon")
|
||||
sizeX=$(sed -nE 's|.+/([0-9]+)/.*|\1|p' <<< "$icon")
|
||||
if [ $sizeXY ]; then
|
||||
convert -resize $sizeXY -background transparent artix/logo-gray.svg "$icon" 2>/dev/null &
|
||||
elif [ $sizeX ]; then
|
||||
convert -resize $sizeX -background transparent artix/logo-gray.svg "$icon" 2>/dev/null &
|
||||
else
|
||||
convert -resize 128 -background transparent artix/logo-gray.svg "$icon" 2>/dev/null &
|
||||
fi
|
||||
done
|
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -x /etc/rc.local ] && /etc/rc.local
|
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -x /etc/rc.local.stop ] && /etc/rc.local.stop
|
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /root/.config
|
||||
for setting in gtk-3.0 gtkrc gtkrc-2.0 kdeglobals qt5ct; do
|
||||
ln -s /etc/skel/.config/${setting} 2>/dev/null &
|
||||
done
|
||||
rm -f /etc/local.d/theme-root.start
|
@@ -1,66 +0,0 @@
|
||||
# vim:set ft=sh
|
||||
# MODULES
|
||||
# The following modules are loaded before any boot hooks are
|
||||
# run. Advanced users may wish to specify all system modules
|
||||
# in this array. For instance:
|
||||
# MODULES=(piix ide_disk reiserfs)
|
||||
MODULES=()
|
||||
|
||||
# BINARIES
|
||||
# This setting includes any additional binaries a given user may
|
||||
# wish into the CPIO image. This is run last, so it may be used to
|
||||
# override the actual binaries included by a given hook
|
||||
# BINARIES are dependency parsed, so you may safely ignore libraries
|
||||
BINARIES=()
|
||||
|
||||
# FILES
|
||||
# This setting is similar to BINARIES above, however, files are added
|
||||
# as-is and are not parsed in any way. This is useful for config files.
|
||||
FILES=(/crypto_keyfile.bin /usr/share/kbd/consolefonts/ter-v16b.psf.gz)
|
||||
|
||||
# HOOKS
|
||||
# This is the most important setting in this file. The HOOKS control the
|
||||
# modules and scripts added to the image, and what happens at boot time.
|
||||
# Order is important, and it is recommended that you do not change the
|
||||
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
|
||||
# help on a given hook.
|
||||
# 'base' is _required_ unless you know precisely what you are doing.
|
||||
# 'udev' is _required_ in order to automatically load modules
|
||||
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
|
||||
# Examples:
|
||||
## This setup specifies all modules in the MODULES setting above.
|
||||
## No raid, lvm2, or encrypted root is needed.
|
||||
# HOOKS=(base)
|
||||
#
|
||||
## This setup will autodetect all modules for your system and should
|
||||
## work as a sane default
|
||||
# HOOKS=(base udev autodetect block filesystems)
|
||||
#
|
||||
## This setup will generate a 'full' image which supports most systems.
|
||||
## No autodetection is done.
|
||||
# HOOKS=(base udev block filesystems)
|
||||
#
|
||||
## This setup assembles a pata mdadm array with an encrypted root FS.
|
||||
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
|
||||
# HOOKS=(base udev block mdadm encrypt filesystems)
|
||||
#
|
||||
## This setup loads an lvm2 volume group on a usb device.
|
||||
# HOOKS=(base udev block lvm2 filesystems)
|
||||
#
|
||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||
# usr, fsck and shutdown hooks.
|
||||
HOOKS=(consolefont base udev autodetect modconf encrypt block filesystems keyboard fsck)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, gzip compression
|
||||
# is used. Use 'cat' to create an uncompressed image.
|
||||
#COMPRESSION="gzip"
|
||||
#COMPRESSION="bzip2"
|
||||
#COMPRESSION="lzma"
|
||||
#COMPRESSION="xz"
|
||||
#COMPRESSION="lzop"
|
||||
#COMPRESSION="lz4"
|
||||
|
||||
# COMPRESSION_OPTIONS
|
||||
# Additional options for the compressor
|
||||
#COMPRESSION_OPTIONS=()
|
@@ -1,124 +0,0 @@
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
[options]
|
||||
# The following paths are commented out with their default values listed.
|
||||
# If you wish to use different paths, uncomment and update the paths.
|
||||
#RootDir = /
|
||||
#DBPath = /var/lib/pacman/
|
||||
#CacheDir = /var/cache/pacman/pkg/
|
||||
#LogFile = /var/log/pacman.log
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
HoldPkg = pacman glibc
|
||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||
#CleanMethod = KeepInstalled
|
||||
#UseDelta = 0.7
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
#NoExtract =
|
||||
|
||||
# Misc options
|
||||
UseSyslog
|
||||
#UseDelta
|
||||
TotalDownload
|
||||
CheckSpace
|
||||
VerbosePkgLists
|
||||
ILoveCandy
|
||||
|
||||
# By default, pacman accepts packages signed by keys that its local keyring
|
||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||
SigLevel = Required DatabaseOptional
|
||||
LocalFileSigLevel = Optional
|
||||
#RemoteFileSigLevel = Required
|
||||
|
||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||
# keyring can then be populated with the keys of all official Artix Linux
|
||||
# packagers with `pacman-key --populate artix`.
|
||||
|
||||
#
|
||||
# REPOSITORIES
|
||||
# - can be defined here or included from another file
|
||||
# - pacman will search repositories in the order defined here
|
||||
# - local/custom mirrors can be added here or in separate files
|
||||
# - repositories listed first will take precedence when packages
|
||||
# have identical names, regardless of version number
|
||||
# - URLs will have $repo replaced by the name of the current repo
|
||||
# - URLs will have $arch replaced by the name of the architecture
|
||||
#
|
||||
# Repository entries are of the format:
|
||||
# [repo-name]
|
||||
# Server = ServerName
|
||||
# Include = IncludePath
|
||||
#
|
||||
# The header [repo-name] is crucial - it must be present and
|
||||
# uncommented to enable the repo.
|
||||
#
|
||||
|
||||
# The gremlins repositories are disabled by default. To enable, uncomment the
|
||||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
|
||||
#[gremlins]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[system]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[world]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
#[galaxy-gremlins]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[galaxy]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the lib32 repositories as required here.
|
||||
|
||||
#[lib32-gremlins]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[lib32]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
||||
|
||||
#
|
||||
# ARCHLINUX
|
||||
#
|
||||
|
||||
#[testing]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/pam.d
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/polkit-1
|
@@ -1,223 +0,0 @@
|
||||
# Global OpenRC configuration settings
|
||||
|
||||
# Set to "YES" if you want the rc system to try and start services
|
||||
# in parallel for a slight speed improvement. When running in parallel we
|
||||
# prefix the service output with its name as the output will get
|
||||
# jumbled up.
|
||||
# WARNING: whilst we have improved parallel, it can still potentially lock
|
||||
# the boot process. Don't file bugs about this unless you can supply
|
||||
# patches that fix it without breaking other things!
|
||||
rc_parallel="YES"
|
||||
|
||||
# Set rc_interactive to "YES" and you'll be able to press the I key during
|
||||
# boot so you can choose to start specific services. Set to "NO" to disable
|
||||
# this feature. This feature is automatically disabled if rc_parallel is
|
||||
# set to YES.
|
||||
#rc_interactive="YES"
|
||||
|
||||
# If we need to drop to a shell, you can specify it here.
|
||||
# If not specified we use $SHELL, otherwise the one specified in /etc/passwd,
|
||||
# otherwise /bin/sh
|
||||
# Linux users could specify /sbin/sulogin
|
||||
#rc_shell=/bin/sh
|
||||
|
||||
# Do we allow any started service in the runlevel to satisfy the dependency
|
||||
# or do we want all of them regardless of state? For example, if net.eth0
|
||||
# and net.eth1 are in the default runlevel then with rc_depend_strict="NO"
|
||||
# both will be started, but services that depend on 'net' will work if either
|
||||
# one comes up. With rc_depend_strict="YES" we would require them both to
|
||||
# come up.
|
||||
rc_depend_strict="NO"
|
||||
|
||||
# rc_hotplug is a list of services that we allow to be hotplugged.
|
||||
# By default we do not allow hotplugging.
|
||||
# A hotplugged service is one started by a dynamic dev manager when a matching
|
||||
# hardware device is found.
|
||||
# This service is intrinsically included in the boot runlevel.
|
||||
# To disable services, prefix with a !
|
||||
# Example - rc_hotplug="net.wlan !net.*"
|
||||
# This allows net.wlan and any service not matching net.* to be plugged.
|
||||
# Example - rc_hotplug="*"
|
||||
# This allows all services to be hotplugged
|
||||
#rc_hotplug="*"
|
||||
|
||||
# rc_logger launches a logging daemon to log the entire rc process to
|
||||
# /var/log/rc.log
|
||||
# NOTE: Linux systems require the devfs service to be started before
|
||||
# logging can take place and as such cannot log the sysinit runlevel.
|
||||
rc_logger="YES"
|
||||
|
||||
# Through rc_log_path you can specify a custom log file.
|
||||
# The default value is: /var/log/rc.log
|
||||
#rc_log_path="/var/log/rc.log"
|
||||
|
||||
# If you want verbose output for OpenRC, set this to yes. If you want
|
||||
# verbose output for service foo only, set it to yes in /etc/conf.d/foo.
|
||||
#rc_verbose=no
|
||||
|
||||
# By default we filter the environment for our running scripts. To allow other
|
||||
# variables through, add them here. Use a * to allow all variables through.
|
||||
#rc_env_allow="VAR1 VAR2"
|
||||
|
||||
# By default we assume that all daemons will start correctly.
|
||||
# However, some do not - a classic example is that they fork and return 0 AND
|
||||
# then child barfs on a configuration error. Or the daemon has a bug and the
|
||||
# child crashes. You can set the number of milliseconds start-stop-daemon
|
||||
# waits to check that the daemon is still running after starting here.
|
||||
# The default is 0 - no checking.
|
||||
#rc_start_wait=100
|
||||
|
||||
# rc_nostop is a list of services which will not stop when changing runlevels.
|
||||
# This still allows the service itself to be stopped when called directly.
|
||||
#rc_nostop=""
|
||||
|
||||
# rc will attempt to start crashed services by default.
|
||||
# However, it will not stop them by default as that could bring down other
|
||||
# critical services.
|
||||
#rc_crashed_stop=NO
|
||||
rc_crashed_start=YES
|
||||
|
||||
# Set rc_nocolor to yes if you do not want colors displayed in OpenRC
|
||||
# output.
|
||||
#rc_nocolor=NO
|
||||
|
||||
##############################################################################
|
||||
# MISC CONFIGURATION VARIABLES
|
||||
# There variables are shared between many init scripts
|
||||
|
||||
# Set unicode to YES to turn on unicode support for keyboards and screens.
|
||||
unicode="YES"
|
||||
|
||||
# This is how long fuser should wait for a remote server to respond. The
|
||||
# default is 60 seconds, but it can be adjusted here.
|
||||
#rc_fuser_timeout=60
|
||||
|
||||
# Below is the default list of network fstypes.
|
||||
#
|
||||
# afs ceph cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
|
||||
# nfs nfs4 ocfs2 shfs smbfs
|
||||
#
|
||||
# If you would like to add to this list, you can do so by adding your
|
||||
# own fstypes to the following variable.
|
||||
#extra_net_fs_list=""
|
||||
|
||||
##############################################################################
|
||||
# SERVICE CONFIGURATION VARIABLES
|
||||
# These variables are documented here, but should be configured in
|
||||
# /etc/conf.d/foo for service foo and NOT enabled here unless you
|
||||
# really want them to work on a global basis.
|
||||
# If your service has characters in its name which are not legal in
|
||||
# shell variable names and you configure the variables for it in this
|
||||
# file, those characters should be replaced with underscores in the
|
||||
# variable names as shown below.
|
||||
|
||||
# Some daemons are started and stopped via start-stop-daemon.
|
||||
# We can set some things on a per service basis, like the nicelevel.
|
||||
#SSD_NICELEVEL="-19"
|
||||
|
||||
# Pass ulimit parameters
|
||||
#rc_ulimit="-u 30"
|
||||
|
||||
# It's possible to define extra dependencies for services like so
|
||||
#rc_config="/etc/foo"
|
||||
#rc_need="openvpn"
|
||||
#rc_use="net.eth0"
|
||||
#rc_after="clock"
|
||||
#rc_before="local"
|
||||
#rc_provide="!net"
|
||||
|
||||
# You can also enable the above commands here for each service. Below is an
|
||||
# example for service foo.
|
||||
#rc_foo_config="/etc/foo"
|
||||
#rc_foo_need="openvpn"
|
||||
#rc_foo_after="clock"
|
||||
|
||||
# Below is an example for service foo-bar. Note that the '-' is illegal
|
||||
# in a shell variable name, so we convert it to an underscore.
|
||||
# example for service foo-bar.
|
||||
#rc_foo_bar_config="/etc/foo-bar"
|
||||
#rc_foo_bar_need="openvpn"
|
||||
#rc_foo_bar_after="clock"
|
||||
|
||||
# You can also remove dependencies.
|
||||
# This is mainly used for saying which servies do NOT provide net.
|
||||
#rc_net_tap0_provide="!net"
|
||||
|
||||
##############################################################################
|
||||
# LINUX SPECIFIC OPTIONS
|
||||
|
||||
# This is the subsystem type. Valid options on Linux:
|
||||
# "" - nothing special
|
||||
# "lxc" - Linux Containers
|
||||
# "openvz" - Linux OpenVZ
|
||||
# "prefix" - Prefix
|
||||
# "uml" - Usermode Linux
|
||||
# "vserver" - Linux vserver
|
||||
# "xen0" - Xen0 Domain
|
||||
# "xenU" - XenU Domain
|
||||
# If this is commented out, automatic detection will be used.
|
||||
#
|
||||
# This should be set to the value representing the environment this file is
|
||||
# PRESENTLY in, not the virtualization the environment is capable of.
|
||||
#rc_sys=""
|
||||
|
||||
# This is the number of tty's used in most of the rc-scripts (like
|
||||
# consolefont, numlock, etc ...)
|
||||
rc_tty_number=12
|
||||
|
||||
##############################################################################
|
||||
# CGROUPS RESOURCE MANAGEMENT
|
||||
|
||||
# If you have cgroups turned on in your kernel, this switch controls
|
||||
# whether or not a group for each controller is mounted under
|
||||
# /sys/fs/cgroup.
|
||||
# None of the other options in this section work if this is set to "NO".
|
||||
#rc_controller_cgroups="YES"
|
||||
|
||||
# The following settings allow you to set up values for the cgroup
|
||||
# controllers for your services.
|
||||
# They can be set in this file;, however, if you do this, the settings
|
||||
# will apply to all of your services.
|
||||
# If you want different settings for each service, place the settings in
|
||||
# /etc/conf.d/foo for service foo.
|
||||
# The format is to specify the names of the settings followed by their
|
||||
# values. Each variable can hold multiple settings.
|
||||
# For example, you would use this to set the cpu.shares setting in the
|
||||
# cpu controller to 512 for your service.
|
||||
# rc_cgroup_cpu="
|
||||
# cpu.shares 512
|
||||
# "
|
||||
#
|
||||
#For more information about the adjustments that can be made with
|
||||
#cgroups, see Documentation/cgroups/* in the linux kernel source tree.
|
||||
|
||||
# Set the blkio controller settings for this service.
|
||||
#rc_cgroup_blkio=""
|
||||
|
||||
# Set the cpu controller settings for this service.
|
||||
#rc_cgroup_cpu=""
|
||||
|
||||
# Add this service to the cpuacct controller (any value means yes).
|
||||
#rc_cgroup_cpuacct=""
|
||||
|
||||
# Set the cpuset controller settings for this service.
|
||||
#rc_cgroup_cpuset=""
|
||||
|
||||
# Set the devices controller settings for this service.
|
||||
#rc_cgroup_devices=""
|
||||
|
||||
# Set the memory controller settings for this service.
|
||||
#rc_cgroup_memory=""
|
||||
|
||||
# Set the net_prio controller settings for this service.
|
||||
#rc_cgroup_net_prio=""
|
||||
|
||||
# Set this to YES if yu want all of the processes in a service's cgroup
|
||||
# killed when the service is stopped or restarted.
|
||||
# This should not be set globally because it kills all of the service's
|
||||
# child processes, and most of the time this is undesirable. Please set
|
||||
# it in /etc/conf.d/<service>.
|
||||
# To perform this cleanup manually for a stopped service, you can
|
||||
# execute cgroup_cleanup with /etc/init.d/<service> cgroup_cleanup or
|
||||
# rc-service <service> cgroup_cleanup.
|
||||
# rc_cgroup_cleanup="NO"
|
@@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
neofetch >| /etc/issue
|
||||
cat /etc/issue.live >> /etc/issue
|
||||
|
||||
#echo deadline >| /sys/block/sda/queue/scheduler
|
||||
#echo bfq >| /sys/block/sda/queue/scheduler
|
||||
|
||||
sysctl -q kernel.sysrq=1 &
|
@@ -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,138 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name[ca]=HexChat
|
||||
Name[cs]=HexChat
|
||||
Name[da]=HexChat
|
||||
Name[de]=HexChat
|
||||
Name[el]=HexChat
|
||||
Name[en_GB]=HexChat
|
||||
Name[es]=HexChat
|
||||
Name[et]=HexChat
|
||||
Name[eu]=HexChat
|
||||
Name[fi]=HexChat
|
||||
Name[fr]=HexChat
|
||||
Name[gl]=HexChat
|
||||
Name[id]=HexChat
|
||||
Name[it]=HexChat
|
||||
Name[ja_JP]=HexChat
|
||||
Name[ko]=헥스채트
|
||||
Name[lt]=HexChat
|
||||
Name[lv]=HexChat
|
||||
Name[nb]=HexChat
|
||||
Name[pl]=HexChat
|
||||
Name[pt]=HexChat
|
||||
Name[pt_BR]=HexChat
|
||||
Name[ru]=HexChat
|
||||
Name[sl]=HexChat
|
||||
Name[sq]=HexChat
|
||||
Name[sr]=ХексЧет
|
||||
Name[sv]=HexChat
|
||||
Name[tr]=HexChat
|
||||
Name[zh_CN]=HexChat
|
||||
Name=HexChat
|
||||
GenericName[ca]=Client IRC
|
||||
GenericName[cs]=IRC klient
|
||||
GenericName[da]=IRC Klient
|
||||
GenericName[de]=IRC-Client
|
||||
GenericName[el]=Πελάτης IRC
|
||||
GenericName[en_GB]=IRC Client
|
||||
GenericName[es]=Cliente de IRC
|
||||
GenericName[et]=IRC klient
|
||||
GenericName[eu]=IRC bezeroa
|
||||
GenericName[fi]=IRC-asiakassovellus
|
||||
GenericName[fr]=Client IRC
|
||||
GenericName[gl]=Cliente de IRC
|
||||
GenericName[hu]=IRC kliens
|
||||
GenericName[id]=Klien IRC
|
||||
GenericName[it]=Client IRC
|
||||
GenericName[ja_JP]=IRCクライアント
|
||||
GenericName[ko]=IRC 클라이언트
|
||||
GenericName[lt]=IRC klientas
|
||||
GenericName[lv]=IRC klients
|
||||
GenericName[nb]=IRC-klient
|
||||
GenericName[pl]=Klient IRC
|
||||
GenericName[pt]=Cliente IRC
|
||||
GenericName[pt_BR]=Cliente IRC
|
||||
GenericName[ru]=IRC Клиент
|
||||
GenericName[sl]=IRC Client
|
||||
GenericName[sq]=Klient IRC
|
||||
GenericName[sr]=ИРЦ клијент
|
||||
GenericName[sv]=IRC klient
|
||||
GenericName[tr]=IRC İstemcisi
|
||||
GenericName[zh_CN]=IRC 客户端
|
||||
GenericName=IRC Client
|
||||
Comment[ca]=Xategeu amb altres persones en línia
|
||||
Comment[cs]=Chatujte online s ostatními lidmi
|
||||
Comment[da]=Chat med andre personer online
|
||||
Comment[de]=Online mit anderen Menschen chatten
|
||||
Comment[el]=Συνομιλήστε με άλλους χρήστες σε απευθείας σύνδεση
|
||||
Comment[en_GB]=Chat with other people online
|
||||
Comment[es]=Chatea con otras personas en línea
|
||||
Comment[et]=Vestle teiste kasutajatega internetis
|
||||
Comment[fi]=Keskustele muiden kanssa verkossa
|
||||
Comment[fr]=Discutez avec d'autres personnes en ligne
|
||||
Comment[id]=Mengobrol dengan orang lain daring
|
||||
Comment[it]=Chiacchiera con altri utenti online
|
||||
Comment[ja_JP]=他の人とオンラインチャットをします
|
||||
Comment[ko]=온라인에 있는 여러 사람과 대화합니다
|
||||
Comment[lt]=Kalbėkite su kitais žmonėmis internete
|
||||
Comment[lv]=Tērzēt ar citiem cilvēkiem tiešsaistē
|
||||
Comment[nb]=Prat med andre folk på nettet
|
||||
Comment[pl]=Rozmawiaj z innymi ludźmi przez internet
|
||||
Comment[pt]=Conversa com outras pessoas online
|
||||
Comment[pt_BR]=Converse com outras pessoas na rede
|
||||
Comment[ru]=Общаться с другими людьми онлайн
|
||||
Comment[sq]=Bisedoni në linjë me persona të tjerë
|
||||
Comment[sr]=Ћаскајте са пријатељима онлајн
|
||||
Comment[sv]=Chatta med andra människor online
|
||||
Comment[tr]=Başka insanlarla çevrimiçi sohbet edin
|
||||
Comment[zh_CN]=与其他人在线聊天
|
||||
Comment=Chat with other people online
|
||||
Keywords[ca]=MI;Xat;
|
||||
Keywords[da]=IM;Chat;
|
||||
Keywords[de]=IM;Chat;
|
||||
Keywords[el]=IM;Chat;
|
||||
Keywords[en_GB]=IM;Chat;
|
||||
Keywords[es]=IM;Chat;
|
||||
Keywords[eu]=IM;Chat;Txat;
|
||||
Keywords[fi]=IM;Chat;pikaviestin;keskustelu;
|
||||
Keywords[fr]=IM;Chat;
|
||||
Keywords[id]=IM;Obrolan;
|
||||
Keywords[it]=IM;Chat;Messaggistica Istantanea;IRC;
|
||||
Keywords[ko]=IM;인스턴트 메신저;Chat;대화;
|
||||
Keywords[lt]=IM;Pokalbiai;
|
||||
Keywords[lv]=TZ;Tērzēšana;
|
||||
Keywords[nb]=IM;Chat;
|
||||
Keywords[pl]=IM;Chat;
|
||||
Keywords[pt]=IM;Chat;
|
||||
Keywords[pt_BR]=IM;Chat;
|
||||
Keywords[ru]=IM;Чат;
|
||||
Keywords[sl]=IM;Klepet;
|
||||
Keywords[sq]=IM;Fjalosje;
|
||||
Keywords[sr]=ИМ;Ћаскање;
|
||||
Keywords[sv]=IM;Chatt;
|
||||
Keywords[tr]=IM;Sohbet;
|
||||
Keywords[zh_CN]=IM;聊天;
|
||||
Keywords=IM;Chat;
|
||||
Exec=hexchat --existing %U
|
||||
Icon[ca]=hexchat
|
||||
Icon[da]=hexchat
|
||||
Icon[en_GB]=hexchat
|
||||
Icon[fr]=hexchat
|
||||
Icon[it]=hexchat
|
||||
Icon[ko]=hexchat
|
||||
Icon[lt]=hexchat
|
||||
Icon[nb]=hexchat
|
||||
Icon[sl]=hexchat
|
||||
Icon[sq]=hexchat
|
||||
Icon[tr]=hexchat
|
||||
Icon=hexchat
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;Network;IRCClient;
|
||||
StartupNotify=true
|
||||
StartupWMClass=Hexchat
|
||||
X-GNOME-UsesNotifications=true
|
||||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;
|
||||
Actions=SafeMode;
|
||||
NotShowIn=KDE;LXQt
|
||||
OnlyShowIn=MATE;GNOME;LXDE;XFCE
|
@@ -1,127 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=konversation -qwindowtitle %c %u
|
||||
Icon=konversation
|
||||
X-DocPath=konversation/index.html
|
||||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;
|
||||
GenericName=IRC Client
|
||||
GenericName[ar]=عميل IRC
|
||||
GenericName[ast]=Veceru IRC
|
||||
GenericName[be]=Кліент IRC
|
||||
GenericName[bg]=IRC клиент
|
||||
GenericName[bs]=IRC klijent
|
||||
GenericName[ca]=Client d'IRC
|
||||
GenericName[ca@valencia]=Client d'IRC
|
||||
GenericName[cs]=IRC klient
|
||||
GenericName[da]=IRC-klient
|
||||
GenericName[de]=IRC-Programm
|
||||
GenericName[el]=Πελάτης IRC
|
||||
GenericName[en_GB]=IRC Client
|
||||
GenericName[es]=Cliente de IRC
|
||||
GenericName[et]=IRC klient
|
||||
GenericName[eu]=IRC bezeroa
|
||||
GenericName[fi]=IRC-keskustelu
|
||||
GenericName[fr]=Client IRC
|
||||
GenericName[ga]=Cliant IRC
|
||||
GenericName[gl]=Cliente de IRC
|
||||
GenericName[he]=לקוח IRC
|
||||
GenericName[hne]=आईआरसी क्लायंट
|
||||
GenericName[hu]=IRC-kliens
|
||||
GenericName[is]=IRC-forrit
|
||||
GenericName[it]=Client IRC
|
||||
GenericName[kk]=IRC клиенті
|
||||
GenericName[km]=ម៉ាស៊ីនភ្ញៀវ IRC
|
||||
GenericName[ko]=IRC 클라이언트
|
||||
GenericName[lt]=IRC klientas
|
||||
GenericName[mr]=IRC ग्राहक
|
||||
GenericName[nb]=IRC-klient
|
||||
GenericName[nds]=IRC-Client
|
||||
GenericName[nl]=IRC-client
|
||||
GenericName[nn]=IRC-klient
|
||||
GenericName[pa]=IRC ਕਲਾਇਟ
|
||||
GenericName[pl]=Klient IRC
|
||||
GenericName[pt]=Cliente de IRC
|
||||
GenericName[pt_BR]=Cliente IRC
|
||||
GenericName[ro]=Client IRC
|
||||
GenericName[ru]=Клиент IRC
|
||||
GenericName[si]=IRC
|
||||
GenericName[sk]=IRC Client
|
||||
GenericName[sl]=Odjemalec za IRC
|
||||
GenericName[sq]=IRC Klient
|
||||
GenericName[sr]=ИРЦ клијент
|
||||
GenericName[sr@ijekavian]=ИРЦ клијент
|
||||
GenericName[sr@ijekavianlatin]=IRC klijent
|
||||
GenericName[sr@latin]=IRC klijent
|
||||
GenericName[sv]=IRC-klient
|
||||
GenericName[tr]=IRC İstemcisi
|
||||
GenericName[ug]=IRC خېرىدارى
|
||||
GenericName[uk]=Клієнт IRC
|
||||
GenericName[x-test]=xxIRC Clientxx
|
||||
GenericName[zh_CN]=IRC 客户端
|
||||
GenericName[zh_TW]=IRC 客戶端程式
|
||||
Terminal=false
|
||||
Name=Konversation
|
||||
Name[ar]=محادثك
|
||||
Name[ast]=Konversation
|
||||
Name[be]=Konversation
|
||||
Name[bg]=Konversation
|
||||
Name[bs]=Konverzacija
|
||||
Name[ca]=Konversation
|
||||
Name[ca@valencia]=Konversation
|
||||
Name[cs]=Konversation
|
||||
Name[da]=Konversation
|
||||
Name[de]=Konversation
|
||||
Name[el]=Konversation
|
||||
Name[en_GB]=Konversation
|
||||
Name[eo]=Konversation
|
||||
Name[es]=Konversation
|
||||
Name[et]=Konversation
|
||||
Name[eu]=Konversation
|
||||
Name[fi]=Konversation
|
||||
Name[fr]=Konversation
|
||||
Name[ga]=Konversation
|
||||
Name[gl]=Konversation
|
||||
Name[he]=Konversation
|
||||
Name[hi]=कनवर्सेसन
|
||||
Name[hne]=कनवर्सेसन
|
||||
Name[hr]=Konversation
|
||||
Name[hu]=Konversation
|
||||
Name[is]=Konversation
|
||||
Name[it]=Konversation
|
||||
Name[kk]=Konversation
|
||||
Name[km]=Konversation
|
||||
Name[ko]=Konversation
|
||||
Name[lt]=Konversation
|
||||
Name[mr]=कंव्हर्झेशन
|
||||
Name[nb]=Konversation
|
||||
Name[nds]=Konversation
|
||||
Name[nl]=Konversation
|
||||
Name[nn]=Konversation
|
||||
Name[pa]=ਕੰਨਵਰਸ਼ੇਸ਼ਨ
|
||||
Name[pl]=Konversation
|
||||
Name[pt]=Konversation
|
||||
Name[pt_BR]=Konversation
|
||||
Name[ro]=Konversație
|
||||
Name[ru]=Konversation
|
||||
Name[si]=සාකච්ඡාව
|
||||
Name[sk]=Konversation
|
||||
Name[sl]=Konversation
|
||||
Name[sq]=Konversation
|
||||
Name[sr]=Конверзација
|
||||
Name[sr@ijekavian]=Конверзација
|
||||
Name[sr@ijekavianlatin]=Konverzacija
|
||||
Name[sr@latin]=Konverzacija
|
||||
Name[sv]=Konversation
|
||||
Name[tr]=Konversation
|
||||
Name[ug]=Konversation
|
||||
Name[uk]=Konversation
|
||||
Name[x-test]=xxKonversationxx
|
||||
Name[zh_CN]=Konversation
|
||||
Name[zh_TW]=Konversation
|
||||
Categories=Qt;KDE;Network;IRCClient;
|
||||
X-KDE-ServiceTypes=DBUS/InstantMessenger
|
||||
X-DBUS-StartupType=Unique
|
||||
X-DBUS-ServiceName=org.kde.konversation
|
||||
StartupNotify=true
|
||||
NotShowIn=MATE;LXDE;GNOME;XFCE
|
||||
OnlyShowIn=KDE;LXQt;
|
@@ -1 +0,0 @@
|
||||
../../../base/live-overlay/etc/sudoers.d
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
@@ -1 +0,0 @@
|
||||
start-here-mate.png
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
@@ -1 +0,0 @@
|
||||
start-here-mate.png
|
@@ -1,173 +0,0 @@
|
||||
# Configuration file for dircolors, a utility to help you set the
|
||||
# LS_COLORS environment variable used by GNU ls with the --color option.
|
||||
#
|
||||
# You can copy this file to .dir_colors in your $HOME directory to override
|
||||
# the system defaults.
|
||||
|
||||
# Below, there should be one TERM entry for each termtype that is colorizable
|
||||
TERM ansi
|
||||
TERM color-xterm
|
||||
TERM con132x25
|
||||
TERM con132x30
|
||||
TERM con132x43
|
||||
TERM con132x60
|
||||
TERM con80x25
|
||||
TERM con80x28
|
||||
TERM con80x30
|
||||
TERM con80x43
|
||||
TERM con80x50
|
||||
TERM con80x60
|
||||
TERM cons25
|
||||
TERM console
|
||||
TERM cygwin
|
||||
TERM dtterm
|
||||
TERM Eterm
|
||||
TERM gnome
|
||||
TERM konsole
|
||||
TERM kterm
|
||||
TERM linux
|
||||
TERM linux-c
|
||||
TERM mach-color
|
||||
TERM putty
|
||||
TERM rxvt
|
||||
TERM rxvt-cygwin
|
||||
TERM rxvt-cygwin-native
|
||||
TERM rxvt-unicode
|
||||
TERM screen
|
||||
TERM screen-bce
|
||||
TERM screen-w
|
||||
TERM screen.linux
|
||||
TERM vt100
|
||||
TERM xterm
|
||||
TERM xterm-256color
|
||||
TERM xterm-color
|
||||
TERM xterm-debian
|
||||
|
||||
# Below are the color init strings for the basic file types. A color init
|
||||
# string consists of one or more of the following numeric codes:
|
||||
# Attribute codes:
|
||||
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
||||
# Text color codes:
|
||||
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
||||
# Background color codes:
|
||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
NORMAL 00 # global default, although everything should be something.
|
||||
FILE 00 # normal file
|
||||
DIR 01;34 # directory
|
||||
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
|
||||
# numerical value, the color is as for the file pointed to.)
|
||||
FIFO 40;33 # pipe
|
||||
SOCK 01;35 # socket
|
||||
DOOR 01;35 # door
|
||||
BLK 40;33;01 # block device driver
|
||||
CHR 40;33;01 # character device driver
|
||||
ORPHAN 01;05;37;41 # orphaned syminks
|
||||
MISSING 01;05;37;41 # ... and the files they point to
|
||||
SETUID 37;41 # file that is setuid (u+s)
|
||||
SETGID 30;43 # file that is setgid (g+s)
|
||||
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
|
||||
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
||||
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||
|
||||
# This is for files with execute permission:
|
||||
EXEC 01;32
|
||||
|
||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
||||
# to colorize below. Put the extension, a space, and the color init string.
|
||||
# (and any comments you want to add after a '#')
|
||||
|
||||
# If you use DOS-style suffixes, you may want to uncomment the following:
|
||||
#.cmd 01;32 # executables (bright green)
|
||||
#.exe 01;32
|
||||
#.com 01;32
|
||||
#.btm 01;32
|
||||
#.bat 01;32
|
||||
.sh 01;32
|
||||
.pl 01;32
|
||||
.py 01;32
|
||||
#.csh 01;32
|
||||
|
||||
.tar 00;31 # archives or compressed (bright red)
|
||||
.tgz 00;31
|
||||
.arj 00;31
|
||||
.taz 00;31
|
||||
.lzh 00;31
|
||||
.zip 00;31
|
||||
.z 00;31
|
||||
.Z 00;31
|
||||
.gz 00;31
|
||||
.bz2 00;31
|
||||
.bz 00;31
|
||||
.tbz2 00;31
|
||||
.xz 00;31
|
||||
.tz 00;31
|
||||
.deb 00;31
|
||||
.rpm 00;31
|
||||
.jar 00;31
|
||||
.rar 00;31 # rar
|
||||
.ace 00;31 # unace
|
||||
.zoo 00;31 # zoo
|
||||
.cpio 00;31 # cpio
|
||||
.7z 00;31 # p7zip
|
||||
.rz 00;31 # rzip
|
||||
|
||||
# image formats
|
||||
.jpg 00;35
|
||||
.jpeg 00;35
|
||||
.gif 00;35
|
||||
.bmp 00;35
|
||||
.pbm 00;35
|
||||
.pgm 00;35
|
||||
.ppm 00;35
|
||||
.tga 00;35
|
||||
.xbm 00;35
|
||||
.xpm 00;35
|
||||
.tif 00;35
|
||||
.tiff 00;35
|
||||
.png 00;35
|
||||
.mng 00;35
|
||||
.pcx 00;35
|
||||
.mov 00;35
|
||||
.mpg 00;35
|
||||
.mpeg 00;35
|
||||
.m2v 00;35 # MPEG-2 Video only
|
||||
.mkv 00;35 # Matroska (http://matroska.org/)
|
||||
.ogm 00;35 # Ogg Media File
|
||||
.mp4 00;35 # 'Offical' container for MPEG-4
|
||||
.m4v 00;35 # MPEG-4 Video only
|
||||
.mp4v 00;35 # MPEG-4 Video only
|
||||
.qt 00;35 # Quicktime (http://developer.apple.com/qa/qtw/qtw99.html)
|
||||
.wmv 00;35 # Windows Media Video
|
||||
.asf 00;35 # Advanced Systems Format (contains Windows Media Video)
|
||||
.rm 00;35 # Real Media
|
||||
.rmvb 00;35 # Real Media Variable Bitrate
|
||||
.flc 00;35 # AutoDesk Animator
|
||||
.flv 00;35
|
||||
.avi 00;35
|
||||
.fli 00;35
|
||||
.gl 00;35
|
||||
.dl 00;35
|
||||
.xcf 00;35
|
||||
.xwd 00;35
|
||||
|
||||
# Document files
|
||||
.pdf 00;32
|
||||
.ps 00;32
|
||||
.txt 00;32
|
||||
.patch 00;32
|
||||
.diff 00;32
|
||||
.log 00;32
|
||||
.tex 00;32
|
||||
.doc 00;32
|
||||
|
||||
# audio formats
|
||||
.flac 00;35
|
||||
.mp3 00;35
|
||||
.mpc 00;36
|
||||
.ogg 00;36
|
||||
.wav 00;36
|
||||
.mid 00;36
|
||||
.midi 00;36
|
||||
.au 00;36
|
||||
.flac 00;36
|
||||
.aac 00;36
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/bash
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/conf.d
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/elogind
|
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f /usr/share/xsessions/openbox*
|
||||
rm -f /etc/local.d/0-remove-openbox-sessions.start &
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/README
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/artix-icons.start
|
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# machine-id can uniquely identify your machine, change it at every boot
|
||||
|
||||
dbus-uuidgen >| /var/lib/dbus/machine-id &
|
||||
dbus-uuidgen >| /etc/machine-id &
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/local.start
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/local.stop
|
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Force early boot consolefont at live session
|
||||
mv -f /etc/mkinitcpio.conf.mod /etc/mkinitcpio.conf
|
||||
|
||||
# Remove ecnryption-related stuff if unneeded from mkinitcpio.conf, default/grub and grub.cfg
|
||||
if [ ! -e /crypto_keyfile.bin ]; then
|
||||
sed -i 's|/crypto_keyfile.bin||' /etc/mkinitcpio.conf*
|
||||
sed -i 's|encrypt||' /etc/mkinitcpio.conf*
|
||||
sed -i 's|cryptkey=rootfs:/crypto_keyfile.bin||' /etc/default/grub /boot/grub/grub.cfg
|
||||
fi
|
||||
|
||||
rm -f /etc/local.d/mkinitcpio.start
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/theme-root.start
|
@@ -1,66 +0,0 @@
|
||||
# vim:set ft=sh
|
||||
# MODULES
|
||||
# The following modules are loaded before any boot hooks are
|
||||
# run. Advanced users may wish to specify all system modules
|
||||
# in this array. For instance:
|
||||
# MODULES=(piix ide_disk reiserfs)
|
||||
MODULES=()
|
||||
|
||||
# BINARIES
|
||||
# This setting includes any additional binaries a given user may
|
||||
# wish into the CPIO image. This is run last, so it may be used to
|
||||
# override the actual binaries included by a given hook
|
||||
# BINARIES are dependency parsed, so you may safely ignore libraries
|
||||
BINARIES=()
|
||||
|
||||
# FILES
|
||||
# This setting is similar to BINARIES above, however, files are added
|
||||
# as-is and are not parsed in any way. This is useful for config files.
|
||||
FILES=(/crypto_keyfile.bin /usr/share/kbd/consolefonts/ter-v16b.psf.gz)
|
||||
|
||||
# HOOKS
|
||||
# This is the most important setting in this file. The HOOKS control the
|
||||
# modules and scripts added to the image, and what happens at boot time.
|
||||
# Order is important, and it is recommended that you do not change the
|
||||
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
|
||||
# help on a given hook.
|
||||
# 'base' is _required_ unless you know precisely what you are doing.
|
||||
# 'udev' is _required_ in order to automatically load modules
|
||||
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
|
||||
# Examples:
|
||||
## This setup specifies all modules in the MODULES setting above.
|
||||
## No raid, lvm2, or encrypted root is needed.
|
||||
# HOOKS=(base)
|
||||
#
|
||||
## This setup will autodetect all modules for your system and should
|
||||
## work as a sane default
|
||||
# HOOKS=(base udev autodetect block filesystems)
|
||||
#
|
||||
## This setup will generate a 'full' image which supports most systems.
|
||||
## No autodetection is done.
|
||||
# HOOKS=(base udev block filesystems)
|
||||
#
|
||||
## This setup assembles a pata mdadm array with an encrypted root FS.
|
||||
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
|
||||
# HOOKS=(base udev block mdadm encrypt filesystems)
|
||||
#
|
||||
## This setup loads an lvm2 volume group on a usb device.
|
||||
# HOOKS=(base udev block lvm2 filesystems)
|
||||
#
|
||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||
# usr, fsck and shutdown hooks.
|
||||
HOOKS=(consolefont base udev autodetect modconf encrypt block filesystems keyboard fsck)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, gzip compression
|
||||
# is used. Use 'cat' to create an uncompressed image.
|
||||
#COMPRESSION="gzip"
|
||||
#COMPRESSION="bzip2"
|
||||
#COMPRESSION="lzma"
|
||||
#COMPRESSION="xz"
|
||||
#COMPRESSION="lzop"
|
||||
#COMPRESSION="lz4"
|
||||
|
||||
# COMPRESSION_OPTIONS
|
||||
# Additional options for the compressor
|
||||
#COMPRESSION_OPTIONS=()
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/pacman.conf
|
@@ -1,19 +0,0 @@
|
||||
##
|
||||
## Artix Linux repository mirrorlist
|
||||
## Generated on 2019-03-14
|
||||
##
|
||||
|
||||
# Artix mirrors
|
||||
|
||||
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
|
||||
Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
|
||||
Server = https://artix.wheaton.edu/repos/$repo/os/$arch
|
||||
Server = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch
|
||||
Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch
|
||||
Server = https://artix.unixpeople.org/repos/$repo/os/$arch
|
||||
Server = https://artix.rw-net.de/repos/$repo/os/$arch
|
||||
Server = https://mirrors.tuna.tsinghua.edu.cn/artixlinux/$repo/os/$arch
|
||||
Server = http://www.nylxs.com/mirror/repos/$repo/os/$arch
|
||||
Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch
|
||||
Server = https://mirrors.nettek.us/artix-linux/$repo/os/$arch
|
||||
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch
|
@@ -1,538 +0,0 @@
|
||||
##
|
||||
## Arch Linux repository mirrorlist
|
||||
## Generated on 2018-10-21
|
||||
##
|
||||
|
||||
## Worldwide
|
||||
#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
|
||||
Server = http://mirror.rackspace.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 = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.melbourneitmirror.net/$repo/os/$arch
|
||||
#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
|
||||
|
||||
## Austria
|
||||
#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.reisenbauer.ee/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.reisenbauer.ee/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
|
||||
|
||||
## 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://pet.inf.ufsc.br/mirrors/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
|
||||
|
||||
## Bulgaria
|
||||
#Server = http://mirror.host.ag/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.itbox.bg/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
|
||||
|
||||
## Canada
|
||||
#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://mirror.its.dal.ca/archlinux/$repo/os/$arch
|
||||
#Server = http://muug.ca/mirror/archlinux/$repo/os/$arch
|
||||
#Server = https://muug.ca/mirror/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
|
||||
#Server = http://mirror.sergal.org/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.sergal.org/archlinux/$repo/os/$arch
|
||||
|
||||
## Chile
|
||||
#Server = http://mirror.archlinux.cl/$repo/os/$arch
|
||||
|
||||
## China
|
||||
#Server = http://mirrors.163.com/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.shu.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.shu.edu.cn/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.shu6.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.xjtu.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://mirror.upb.edu.co/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.venturasystems.tech/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 = http://gluttony.sin.cvut.cz/arch/$repo/os/$arch
|
||||
#Server = https://gluttony.sin.cvut.cz/arch/$repo/os/$arch
|
||||
#Server = http://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://ftp.klid.dk/ftp/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.one.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.one.com/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
|
||||
|
||||
## Finland
|
||||
#Server = http://arch.mirror.far.fi/$repo/os/$arch
|
||||
#Server = https://mirror.srv.fail/archlinux/$repo/os/$arch
|
||||
|
||||
## France
|
||||
#Server = http://archlinux.de-labrusse.fr/$repo/os/$arch
|
||||
#Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.vi-di.fr/$repo/os/$arch
|
||||
#Server = https://archlinux.vi-di.fr/$repo/os/$arch
|
||||
#Server = http://mirror.armbrust.me/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.armbrust.me/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.arnoldthebat.co.uk/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.arnoldthebat.co.uk/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirrors.benatherton.com/$repo/os/$arch
|
||||
#Server = http://fooo.biz/archlinux/$repo/os/$arch
|
||||
#Server = https://fooo.biz/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.ibcp.fr/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.lastmikoi.net/archlinux/$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://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.phx.ms/arch/$repo/os/$arch
|
||||
#Server = https://mirrors.phx.ms/arch/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.pkern.at/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.pkern.at/$repo/os/$arch
|
||||
#Server = http://archlinux.polymorf.fr/$repo/os/$arch
|
||||
#Server = http://mirrors.standaloneinstaller.com/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.tamcore.eu/$repo/os/$arch
|
||||
#Server = https://mirror.thekinrar.fr/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.oldsql.cc/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.oldsql.cc/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.wormhole.eu/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.yourlabs.org/$repo/os/$arch
|
||||
#Server = https://arch.yourlabs.org/$repo/os/$arch
|
||||
|
||||
## Germany
|
||||
#Server = http://mirror.23media.de/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.checkdomain.de/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.checkdomain.de/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.eckner.net/archlinux/$repo/os/$arch
|
||||
#Server = https://arch.eckner.net/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 = http://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 = http://mirror.hactar.xyz/$repo/os/$arch
|
||||
#Server = https://mirror.hactar.xyz/$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://archlinux.mirror.iphh.net/$repo/os/$arch
|
||||
#Server = http://repo.itmettke.de/archlinux/$repo/os/$arch
|
||||
#Server = https://repo.itmettke.de/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.jankoppe.de/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.jensgutermuth.de/$repo/os/$arch
|
||||
#Server = https://arch.jensgutermuth.de/$repo/os/$arch
|
||||
#Server = http://k42.ch/mirror/archlinux/$repo/os/$arch
|
||||
#Server = https://k42.ch/mirror/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.layer8.fail/$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://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://archlinux.nullpointer.io/$repo/os/$arch
|
||||
#Server = https://archlinux.nullpointer.io/$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.pseudoform.org/$repo/os/$arch
|
||||
#Server = https://mirror.pseudoform.org/$repo/os/$arch
|
||||
#Server = https://www.ratenzahlung.de/mirror/archlinux/$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.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://archlinux.thaller.ws/$repo/os/$arch
|
||||
#Server = https://archlinux.thaller.ws/$repo/os/$arch
|
||||
#Server = http://archlinux.thelinuxnetworx.rocks/$repo/os/$arch
|
||||
#Server = https://archlinux.thelinuxnetworx.rocks/$repo/os/$arch
|
||||
#Server = http://mirror.thomaskilian.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.thomaskilian.net/archlinux/$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://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 = http://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||
|
||||
## Greece
|
||||
#Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://foss.aueb.gr/mirrors/linux/archlinux/$repo/os/$arch
|
||||
#Server = https://foss.aueb.gr/mirrors/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 = http://mirror-hk.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror-hk.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.kurnode.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.kurnode.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 = http://ftp.energia.mta.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
|
||||
#Server = http://archmirror.hbit.sztaki.hu/archlinux/$repo/os/$arch
|
||||
|
||||
## Iceland
|
||||
#Server = http://mirror.system.is/arch/$repo/os/$arch
|
||||
#Server = https://mirror.system.is/arch/$repo/os/$arch
|
||||
|
||||
## India
|
||||
#Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.iitm.ac.in/archlinux/$repo/os/$arch
|
||||
#Server = https://ind.mirror.pkgbuild.com/$repo/os/$arch
|
||||
|
||||
## Indonesia
|
||||
#Server = http://mirror.poliwangi.ac.id/archlinux/$repo/os/$arch
|
||||
#Server = http://suro.ubaya.ac.id/archlinux/$repo/os/$arch
|
||||
|
||||
## Iran
|
||||
#Server = http://repo.iut.ac.ir/repo/archlinux/$repo/os/$arch
|
||||
#Server = http://linuxmirrors.ir/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://linuxmirrors.ir/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://repo.sadjad.ac.ir/arch/$repo/os/$arch
|
||||
#Server = https://repo.sadjad.ac.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://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.mivzakim.net/$repo/os/$arch
|
||||
|
||||
## Italy
|
||||
#Server = https://archlinux.beccacervello.it/archlinux/$repo/os/$arch
|
||||
#Server = http://mi.mirror.garr.it/mirrors/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.prometeus.net/archlinux/$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 = https://jpn.mirror.pkgbuild.com/$repo/os/$arch
|
||||
|
||||
## Kazakhstan
|
||||
#Server = http://mirror.ps.kz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.ps.kz/archlinux/$repo/os/$arch
|
||||
|
||||
## Latvia
|
||||
#Server = http://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
|
||||
|
||||
## Luxembourg
|
||||
#Server = http://archlinux.mirror.root.lu/$repo/os/$arch
|
||||
|
||||
## Macedonia
|
||||
#Server = http://arch.softver.org.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
|
||||
|
||||
## Mexico
|
||||
#Server = https://mex.mirror.pkgbuild.com/$repo/os/$arch
|
||||
|
||||
## Netherlands
|
||||
#Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.koddos.net/archlinux/$repo/os/$arch
|
||||
#Server = http://archmirror.lavatech.top/$repo/os/$arch
|
||||
#Server = https://archmirror.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://mirror.neostrada.nl/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.neostrada.nl/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.netrouting.net/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
|
||||
#Server = http://archlinux.mirror.wearetriple.com/$repo/os/$arch
|
||||
#Server = https://archlinux.mirror.wearetriple.com/$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.smith.geek.nz/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.smith.geek.nz/archlinux/$repo/os/$arch
|
||||
#Server = https://arch.mirrors.theom.nz/$repo/os/$arch
|
||||
|
||||
## Norway
|
||||
#Server = http://mirror.archlinux.no/$repo/os/$arch
|
||||
#Server = http://archlinux.uib.no/$repo/os/$arch
|
||||
#Server = http://mirror.homelab.no/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.homelab.no/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.neuf.no/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.neuf.no/archlinux/$repo/os/$arch
|
||||
|
||||
## Philippines
|
||||
#Server = http://mirror.rise.ph/archlinux/$repo/os/$arch
|
||||
|
||||
## Poland
|
||||
#Server = http://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.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://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch
|
||||
#Server = https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch
|
||||
|
||||
## Qatar
|
||||
#Server = http://mirror.qnren.qa/archlinux/$repo/os/$arch
|
||||
|
||||
## Romania
|
||||
#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.aur.rocks/$repo/os/$arch
|
||||
#Server = https://mirror.aur.rocks/$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 = 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
|
||||
|
||||
## 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 = https://sgp.mirror.pkgbuild.com/$repo/os/$arch
|
||||
#Server = http://mirror.nus.edu.sg/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
|
||||
|
||||
## South Africa
|
||||
#Server = http://za.mirror.archlinux-br.org/$repo/os/$arch
|
||||
#Server = http://mirror.is.co.za/mirror/archlinux.org/$repo/os/$arch
|
||||
#Server = http://mirror.wbs.co.za/archlinux/$repo/os/$arch
|
||||
|
||||
## South Korea
|
||||
#Server = http://ftp.kaist.ac.kr/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
|
||||
|
||||
## Spain
|
||||
#Server = http://osl.ugr.es/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://archlinux.dynamict.se/$repo/os/$arch
|
||||
#Server = https://archlinux.dynamict.se/$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://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-sygroup.ch/archlinux/$repo/os/$arch
|
||||
#Server = https://pkg.adfinis-sygroup.ch/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.datacenterlight.ch/mirror/packages/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.puzzle.ch/archlinux/$repo/os/$arch
|
||||
|
||||
## Taiwan
|
||||
#Server = http://archlinux.cs.nctu.edu.tw/$repo/os/$arch
|
||||
#Server = http://shadow.ind.ntou.edu.tw/archlinux/$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
|
||||
|
||||
## Thailand
|
||||
#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://mirror.veriteknik.net.tr/archlinux/$repo/os/$arch
|
||||
|
||||
## Ukraine
|
||||
#Server = http://archlinux.ip-connect.vn.ua/$repo/os/$arch
|
||||
#Server = https://archlinux.ip-connect.vn.ua/$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://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.bytemark.co.uk/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.manchester.m247.com/arch-linux/$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://arch.serverspace.co.uk/arch/$repo/os/$arch
|
||||
#Server = http://archlinux.mirrors.uk2.net/$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
|
||||
|
||||
## United States
|
||||
#Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
|
||||
#Server = http://ca.us.mirror.archlinux-br.org/$repo/os/$arch
|
||||
#Server = http://il.us.mirror.archlinux-br.org/$repo/os/$arch
|
||||
#Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
|
||||
#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
|
||||
#Server = http://arlm.tyzoid.com/$repo/os/$arch
|
||||
#Server = https://arlm.tyzoid.com/$repo/os/$arch
|
||||
#Server = http://mirror.as65535.net/archlinux/$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://centos.mbni.med.umich.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://distro.ibiblio.org/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.epiphyte.network/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.epiphyte.network/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.grig.io/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.grig.io/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 = 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.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.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 = 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://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
|
||||
#Server = http://arch.mirrors.pair.com/$repo/os/$arch
|
||||
#Server = http://mirrors.rit.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.rutgers.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.sonic.net/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.sonic.net/archlinux/$repo/os/$arch
|
||||
#Server = http://mirrors.sorengard.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirrors.sorengard.com/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.stephen304.com/archlinux/$repo/os/$arch
|
||||
#Server = https://mirror.stephen304.com/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.umd.edu/archlinux/$repo/os/$arch
|
||||
#Server = http://mirror.vtti.vt.edu/archlinux/$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
|
||||
|
||||
## Vietnam
|
||||
#Server = http://f.archlinuxvn.org/archlinux/$repo/os/$arch
|
||||
|
@@ -1,8 +0,0 @@
|
||||
# to force a certain look'n feel
|
||||
|
||||
#setenv SAL_USE_VCLPLUGIN gen
|
||||
#setenv SAL_USE_VCLPLUGIN gtk3_kde5
|
||||
#setenv SAL_USE_VCLPLUGIN kde5
|
||||
#setenv SAL_USE_VCLPLUGIN qt5
|
||||
setenv SAL_USE_VCLPLUGIN gtk
|
||||
#setenv SAL_USE_VCLPLUGIN gtk3
|
@@ -1,8 +0,0 @@
|
||||
# to force a certain look'n feel
|
||||
|
||||
#export SAL_USE_VCLPLUGIN=gen
|
||||
#export SAL_USE_VCLPLUGIN=gtk3_kde5
|
||||
#export SAL_USE_VCLPLUGIN=kde5
|
||||
#export SAL_USE_VCLPLUGIN=qt5
|
||||
export SAL_USE_VCLPLUGIN=gtk
|
||||
#export SAL_USE_VCLPLUGIN=gtk3
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/rc.conf
|
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
neofetch >| /etc/issue
|
||||
|
||||
# Remove possible stale lockfile
|
||||
rm -f /var/lib/pacman/db.lck &
|
@@ -1 +0,0 @@
|
||||
../../live-overlay/etc/runlevels
|
@@ -1,250 +0,0 @@
|
||||
PrefsVersion=1.1.1r1
|
||||
SelectionFormat=hh:mm:ss + milliseconds
|
||||
FrequencySelectionFormatName=Hz
|
||||
BandwidthSelectionFormatName=octaves
|
||||
[Version]
|
||||
Major=2
|
||||
Minor=3
|
||||
Micro=1
|
||||
[Directories]
|
||||
[AudioIO]
|
||||
RecordingDevice=default
|
||||
Host=ALSA
|
||||
PlaybackDevice=default
|
||||
RecordingSourceIndex=0
|
||||
RecordingSource=Line:0
|
||||
RecordChannels=2
|
||||
Duplex=1
|
||||
SWPlaythrough=0
|
||||
SoundActivatedRecord=0
|
||||
SilenceLevel=-50
|
||||
PreRoll=5
|
||||
Crossfade=10
|
||||
EffectsPreviewLen=6
|
||||
CutPreviewBeforeLen=2
|
||||
CutPreviewAfterLen=1
|
||||
SeekShortPeriod=1
|
||||
SeekLongPeriod=15
|
||||
VariSpeedPlay=1
|
||||
Microfades=0
|
||||
UnpinnedScrubbing=1
|
||||
LatencyDuration=100
|
||||
LatencyCorrection=-130
|
||||
[SamplingRate]
|
||||
DefaultProjectSampleRate=44100
|
||||
DefaultProjectSampleFormatChoice=Format32BitFloat
|
||||
[FFmpeg]
|
||||
Enabled=1
|
||||
[Window]
|
||||
X=86
|
||||
Y=0
|
||||
Width=940
|
||||
Height=679
|
||||
Maximized=0
|
||||
Normal_X=86
|
||||
Normal_Y=0
|
||||
Normal_Width=940
|
||||
Normal_Height=679
|
||||
Iconized=0
|
||||
[GUI]
|
||||
EmptyCanBeDirty=1
|
||||
SelectAllOnNone=0
|
||||
EnableCutLines=0
|
||||
AdjustSelectionEdges=1
|
||||
EditClipCanMove=1
|
||||
CircularTrackNavigation=0
|
||||
TypeToCreateLabel=1
|
||||
DialogForNameNewLabel=0
|
||||
ScrollBeyondZero=0
|
||||
VerticalZooming=0
|
||||
Solo=Simple
|
||||
TracksFitVerticallyZoomed=0
|
||||
ShowTrackNameInWaveform=0
|
||||
CollapseToHalfWave=0
|
||||
AutoScroll=1
|
||||
DefaultViewModeChoice=Waveform
|
||||
SampleViewChoice=StemPlot
|
||||
ZoomPreset1Choice=ZoomDefault
|
||||
ZoomPreset2Choice=FourPixelsPerSample
|
||||
Help=Local
|
||||
Theme=dark
|
||||
EnvdBRange=60
|
||||
ShowSplashScreen=1
|
||||
ShowExtraMenus=0
|
||||
BeepOnCompletion=0
|
||||
RetainLabels=0
|
||||
BlendThemes=1
|
||||
RtlWorkaround=1
|
||||
PreferNewTrackRecord=0
|
||||
[GUI/ToolBars]
|
||||
[GUI/ToolBars/Control]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=327
|
||||
H=55
|
||||
[GUI/ToolBars/Tools]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0,0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=94
|
||||
H=55
|
||||
[GUI/ToolBars/CombinedMeter]
|
||||
DockV2=1
|
||||
Dock=0
|
||||
Show=0
|
||||
X=-1
|
||||
Y=-1
|
||||
W=338
|
||||
H=27
|
||||
[GUI/ToolBars/RecordMeter]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0,0,0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=460
|
||||
H=27
|
||||
[GUI/ToolBars/PlayMeter]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0,0,0,0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=460
|
||||
H=27
|
||||
[GUI/ToolBars/Mixer]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0,0,0,0,0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=327
|
||||
H=27
|
||||
[GUI/ToolBars/Edit]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0,0,0,0,0,0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=363
|
||||
H=27
|
||||
[GUI/ToolBars/Transcription]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=0,0,0,0,0,0,0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=191
|
||||
H=27
|
||||
[GUI/ToolBars/Scrub]
|
||||
DockV2=1
|
||||
Dock=0
|
||||
Show=0
|
||||
X=-1
|
||||
Y=-1
|
||||
W=92
|
||||
H=27
|
||||
[GUI/ToolBars/Device]
|
||||
DockV2=1
|
||||
Dock=1
|
||||
Path=1
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=883
|
||||
H=27
|
||||
[GUI/ToolBars/Selection]
|
||||
DockV2=2
|
||||
Dock=2
|
||||
Path=0
|
||||
Show=1
|
||||
X=-1
|
||||
Y=-1
|
||||
W=708
|
||||
H=55
|
||||
[GUI/ToolBars/SpectralSelection]
|
||||
DockV2=2
|
||||
Dock=0
|
||||
Show=0
|
||||
X=-1
|
||||
Y=-1
|
||||
W=241
|
||||
H=55
|
||||
[GUI/TrackNames]
|
||||
RecordingNameCustom=0
|
||||
RecodingTrackName=Recorded_Audio
|
||||
TrackNumber=0
|
||||
DateStamp=0
|
||||
TimeStamp=0
|
||||
[Prefs]
|
||||
Width=781
|
||||
Height=480
|
||||
PrefsCategory=5
|
||||
[Prefs/KeyConfig]
|
||||
ViewBy=tree
|
||||
[Ladspa]
|
||||
Enable=1
|
||||
[LV2]
|
||||
Enable=1
|
||||
[Nyquist]
|
||||
Enable=1
|
||||
[VAMP]
|
||||
Enable=1
|
||||
[VST]
|
||||
Enable=1
|
||||
[Effects]
|
||||
GroupBy=sortby:name
|
||||
MaxPerGroup=15
|
||||
[Warnings]
|
||||
FirstProjectSave=1
|
||||
DiskSpaceWarning=1
|
||||
MixMono=1
|
||||
MixStereo=1
|
||||
MixUnknownChannels=1
|
||||
CopyOrEditUncompressedDataAsk=1
|
||||
DropoutDetected=1
|
||||
[FileFormats]
|
||||
SaveProjectWithDependencies=ask
|
||||
CopyOrEditUncompressedData=copy
|
||||
ExportDownMix=1
|
||||
AllegroStyle=1
|
||||
[ExtendedImport]
|
||||
OverrideExtendedImportByOpenFileDialogChoice=1
|
||||
[AudioFiles]
|
||||
NormalizeOnLoad=0
|
||||
ShowId3Dialog=1
|
||||
[Spectrum]
|
||||
MinFreq=0
|
||||
MaxFreq=8000
|
||||
Range=80
|
||||
Gain=20
|
||||
FrequencyGain=0
|
||||
FFTSize=1024
|
||||
ZeroPaddingFactor=1
|
||||
WindowType=3
|
||||
Grayscale=0
|
||||
ScaleType=0
|
||||
EnableSpectralSelection=1
|
||||
Algorithm=0
|
||||
[Locale]
|
||||
Language=
|
||||
[Quality]
|
||||
LibsoxrSampleRateConverterChoice=MediumQuality
|
||||
DitherAlgorithmChoice=None
|
||||
LibsoxrHQSampleRateConverterChoice=BestQuality
|
||||
HQDitherAlgorithmChoice=Shaped
|
||||
[MidiIO]
|
||||
Host=
|
||||
SynthLatency=5
|
@@ -1,59 +0,0 @@
|
||||
# created by KDE Plasma, Fri Apr 12 10:22:06 2019
|
||||
#
|
||||
# If you do not want Plasma to override your GTK settings, select
|
||||
# Colors in the System Settings and disable the checkbox
|
||||
# "Apply colors to non-Qt applications"
|
||||
#
|
||||
#
|
||||
|
||||
gtk-alternative-button-order = 1
|
||||
|
||||
style "default"
|
||||
{
|
||||
bg[NORMAL] = { 0.102, 0.102, 0.102 }
|
||||
bg[SELECTED] = { 0.082, 0.325, 0.620 }
|
||||
bg[INSENSITIVE] = { 0.102, 0.102, 0.102 }
|
||||
bg[ACTIVE] = { 0.090, 0.090, 0.090 }
|
||||
bg[PRELIGHT] = { 0.102, 0.102, 0.102 }
|
||||
|
||||
base[NORMAL] = { 0.169, 0.169, 0.169 }
|
||||
base[SELECTED] = { 0.082, 0.325, 0.620 }
|
||||
base[INSENSITIVE] = { 0.102, 0.102, 0.102 }
|
||||
base[ACTIVE] = { 0.082, 0.325, 0.620 }
|
||||
base[PRELIGHT] = { 0.082, 0.325, 0.620 }
|
||||
|
||||
text[NORMAL] = { 1.000, 1.000, 1.000 }
|
||||
text[SELECTED] = { 1.000, 1.000, 1.000 }
|
||||
text[INSENSITIVE] = { 0.090, 0.090, 0.090 }
|
||||
text[ACTIVE] = { 1.000, 1.000, 1.000 }
|
||||
text[PRELIGHT] = { 1.000, 1.000, 1.000 }
|
||||
|
||||
fg[NORMAL] = { 1.000, 1.000, 1.000 }
|
||||
fg[SELECTED] = { 1.000, 1.000, 1.000 }
|
||||
fg[INSENSITIVE] = { 0.090, 0.090, 0.090 }
|
||||
fg[ACTIVE] = { 1.000, 1.000, 1.000 }
|
||||
fg[PRELIGHT] = { 1.000, 1.000, 1.000 }
|
||||
}
|
||||
|
||||
class "*" style "default"
|
||||
|
||||
style "ToolTip"
|
||||
{
|
||||
bg[NORMAL] = { 0.000, 0.000, 0.000 }
|
||||
base[NORMAL] = { 0.000, 0.000, 0.000 }
|
||||
text[NORMAL] = { 1.000, 1.000, 1.000 }
|
||||
fg[NORMAL] = { 1.000, 1.000, 1.000 }
|
||||
}
|
||||
|
||||
widget "gtk-tooltip" style "ToolTip"
|
||||
widget "gtk-tooltips" style "ToolTip"
|
||||
widget "gtk-tooltip*" style "ToolTip"
|
||||
|
||||
style "MenuItem"
|
||||
{
|
||||
bg[PRELIGHT] = { 0.082, 0.325, 0.620 }
|
||||
fg[PRELIGHT] = { 1.000, 1.000, 1.000 }
|
||||
}
|
||||
|
||||
class "*MenuItem" style "MenuItem"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user