mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
751eab1252
commit
7587ab70f5
6 changed files with 15 additions and 11 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
5
boot/loader/entries/linux-zen.conf
Executable file
5
boot/loader/entries/linux-zen.conf
Executable 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
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
default linux-hardened
|
||||
default linux-zen
|
||||
console-mode max
|
||||
editor no
|
||||
timeout 0
|
||||
editor no
|
||||
|
|
|
|||
|
|
@ -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/'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue