root: disable system specific dotfiles

This commit is contained in:
lelgenio 2021-12-26 20:30:56 -03:00
parent 1a5d5c0568
commit ef61588fc7
1 changed files with 41 additions and 41 deletions

View File

@ -19,33 +19,33 @@ config:
- "../funcs.py" - "../funcs.py"
filter_file: filter_file:
- "../funcs.py" - "../funcs.py"
import_configs: # import_configs:
- "../config.yaml" # - "../config.yaml"
############################################################### # ###############################################################
variables: # variables:
############################################################### # ###############################################################
plymouth: true # plymouth: true
zram: false # zram: false
filesystem: # filesystem:
partitions: # partitions:
"/": /mnt/btrfs-root # "/": /mnt/btrfs-root
"/@home": /home # "/@home": /home
"/@sql": /var/lib/mysql # "/@sql": /var/lib/mysql
"/@swap": /swap # "/@swap": /swap
############################################################### ###############################################################
dynvariables: dynvariables:
############################################################### ###############################################################
phisical_uuid: sudo blkid /dev/sda2 -s UUID -o value # phisical_uuid: sudo blkid /dev/sda2 -s UUID -o value
decrypted_uuid: sudo blkid /dev/mapper/main -s UUID -o value # decrypted_uuid: sudo blkid /dev/mapper/main -s UUID -o value
boot_uuid: sudo blkid /dev/sda1 -s UUID -o value # boot_uuid: sudo blkid /dev/sda1 -s UUID -o value
root_subvol: echo "/@$(lsb_release -i | cut -f 2)-root" # root_subvol: echo "/@$(lsb_release -i | cut -f 2)-root"
nproc: nproc nproc: nproc
memory_size: env LC_ALL=C free -b | awk '/^Mem:/ {print $2}' # memory_size: env LC_ALL=C free -b | awk '/^Mem:/ {print $2}'
############################################################### ###############################################################
actions: actions:
@ -105,17 +105,17 @@ dotfiles:
actions: actions:
- dbus_uuidgen - dbus_uuidgen
grub: # grub:
src: grub # src: grub
dst: /etc/default/grub # dst: /etc/default/grub
actions: # actions:
- grub_install # - grub_install
mkinitcpio: # mkinitcpio:
src: mkinitcpio.conf # src: mkinitcpio.conf
dst: /etc/mkinitcpio.conf # dst: /etc/mkinitcpio.conf
actions: # actions:
- mkinitcpio # - mkinitcpio
pacman: pacman:
src: pacman.conf src: pacman.conf
@ -133,13 +133,13 @@ dotfiles:
actions: actions:
- locale_install - locale_install
fstab: # fstab:
src: fstab # src: fstab
dst: /etc/fstab # dst: /etc/fstab
actions: # actions:
- create_subvolumes # - create_subvolumes
- create_swapfile # - create_swapfile
- mount_partitions # - mount_partitions
sysctl: sysctl:
src: sysctl src: sysctl
@ -147,13 +147,13 @@ dotfiles:
actions: actions:
- sysctl_apply - sysctl_apply
zram: # zram:
src: zram # src: zram
dst: /etc/ # dst: /etc/
earlyoom: # earlyoom:
src: earlyoom # src: earlyoom
dst: /etc/default/earlyoom # dst: /etc/default/earlyoom
services: services:
src: runit_sv src: runit_sv