This commit is contained in:
Eduard Tolosa 2019-06-30 23:26:00 -05:00
parent 751eab1252
commit 7587ab70f5
6 changed files with 15 additions and 11 deletions

View file

@ -1,5 +0,0 @@
title Arch Linux - Encrypted INSECURE
linux /vmlinuz-linux-hardened
initrd /intel-ucode.img
initrd /initramfs-linux-hardened.img
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root zswap.enabled=1 zswap.compressor=lz4 zswap.max_pool_percent=20 zswap.zpool=z3fold apparmor=1 security=apparmor intel_pstate=per_cpu_perf_limits intel_pstate=hwp_only quiet rw

View file

@ -2,4 +2,4 @@ title Arch Linux - Encrypted
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux-fallback.img
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 zswap.max_pool_percent=20 zswap.zpool=z3fold apparmor=1 security=apparmor intel_pstate=per_cpu_perf_limits intel_pstate=hwp_only quiet rw
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root quiet rw

View file

@ -1,5 +1,5 @@
title Arch Linux - Encrypted INSECURE
title Arch Linux [Vanilla Kernel] - Encrypted
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 zswap.max_pool_percent=20 zswap.zpool=z3fold apparmor=1 security=apparmor intel_pstate=per_cpu_perf_limits intel_pstate=hwp_only quiet rw
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off quiet rw

View file

@ -0,0 +1,5 @@
title Arch Linux [Zen Kernel] - Encrypted
linux /vmlinuz-linux-zen
initrd /intel-ucode.img
initrd /initramfs-linux-zen.img
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off quiet rw

View file

@ -1,3 +1,4 @@
default linux-hardened
default linux-zen
console-mode max
editor no
timeout 0
editor no

View file

@ -71,7 +71,10 @@ bindsym $mod+f exec firefox
bindsym $mod+p exec vlc
# Signal Desktop
bindsym $mod+s exec signal-desktop # uninstalled because the electron shit
# bindsym $mod+s exec signal-desktop # uninstalled because the electron shit
# Discord
bindsym $mod+d exec discord
# Take screenshots
bindsym Print exec "scrot -b '%Y-%m-%d-%H%M%S-sechacklabs.png' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'"