Add more configs to main system

This commit is contained in:
Tobias Reisinger 2022-12-30 12:29:56 +01:00
parent b2bbddfefe
commit 0ecf54626f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 91 additions and 0 deletions

View file

@ -71,13 +71,16 @@ source=(
"boot_loader_entries_arch.conf"
"boot_loader_loader.conf"
"etc_locale.conf"
"etc_mkinitcpio.conf"
"etc_pacman.conf"
"etc_pacman.d_default.conf"
"etc_pacman.d_hooks_95-systemd-boot.hook"
"etc_sddm.conf.d_autologin.conf"
"etc_sddm.conf.d_general.conf"
"etc_sysctl.d_90-sysrq.conf"
"etc_vconsole.conf"
"etc_xdg_reflector_reflector.conf"
"etc_X11_xorg.conf.d_10-keyboard.conf"
"etc_X11_xorg.conf.d_50-mouse-acceleration.conf"
)
sha256sums=(
@ -92,6 +95,9 @@ sha256sums=(
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
)
backup=(
"boot/loader/loader.conf"
@ -114,12 +120,15 @@ package() {
_install "boot/loader/loader.conf" "755"
_install "etc/locale.conf"
_install "etc/mkinitcpio.conf"
_install "etc/pacman.conf"
_install "etc/pacman.d/default.conf"
_install "etc/pacman.d/hooks/95-systemd-boot.hook"
_install "etc/sddm.conf.d/autologin.conf"
_install "etc/sddm.conf.d/general.conf"
_install "etc/sysctl.d/90-sysrq.conf"
_install "etc/vconsole.conf"
_install "etc/X11/xorg.conf.d/10-keyboard.conf"
_install "etc/X11/xorg.conf.d/50-mouse-acceleration.conf"
_install "etc/xdg/reflector/reflector.conf"
}