mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update things
This commit is contained in:
parent
4efd957545
commit
92b662e6dd
3 changed files with 5 additions and 6 deletions
5
boot/loader/entries/arch.conf
Executable file
5
boot/loader/entries/arch.conf
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
title Arch Linux 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 intel_pstate=per_cpu_perf_limits apparmor=1 security=apparmor quiet rw
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
default arch
|
||||
timeout 2
|
||||
console-mode max
|
||||
editor no
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux Encrypted
|
||||
linux /vmlinuz-linux
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux.img
|
||||
options cryptdevice=UUID=65127d08-139a-4e52-8a7b-c8c0911f460c:lvm root=/dev/mapper/vg0-root resume=/dev/vg0/swap zswap.enabled=1 zswap.compressor=lz4 zswap.max_pool_percent=20 zswap.zpool=z3fold vm.dirty_ratio=3 vm.dirty_background_ratio=2 vm.vfs_cache_pressure=60 apparmor=1 security=apparmor quiet rw
|
||||
Loading…
Add table
Add a link
Reference in a new issue