mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
c318c09d9b
commit
bba39ad1f9
18 changed files with 12 additions and 88 deletions
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux [Zen Kernel]
|
||||
linux /vmlinuz-linux-ck-skylake
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-ck-skylake.img
|
||||
options root=/dev/sda2 resume=/dev/sda4 mitigations=off nowatchdog quiet rw
|
||||
5
boot/loader/entries/linux-lts.conf
Executable file
5
boot/loader/entries/linux-lts.conf
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
title Linux LTS
|
||||
linux /vmlinuz-linux-lts
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux-lts.img
|
||||
options root=/dev/nvme0n1p5 resume=/dev/nvme0n1p7 mitigations=off systemd.unified_cgroup_hierarchy=1 nowatchdog quiet rw
|
||||
5
boot/loader/entries/linux-muqss.conf
Executable file
5
boot/loader/entries/linux-muqss.conf
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
title Linux MUQSS
|
||||
linux /vmlinuz-linux-tkg-muqss-zen2
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux-tkg-muqss-zen2.img
|
||||
options root=/dev/nvme0n1p5 resume=/dev/nvme0n1p7 mitigations=off systemd.unified_cgroup_hierarchy=1 nowatchdog quiet rw
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
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=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 quiet rw
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux [Vanilla Kernel] - Encrypted
|
||||
linux /vmlinuz-linux
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux.img
|
||||
options cryptdevice=UUID=65127d08-139a-4e52-8a7b-c8c0911f460c:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 resume=UUID=8b9a5989-9817-4805-8d73-cf77ec730e06 zswap.enabled=1 zswap.compressor=lz4 apparmor=1 security=apparmor mitigations=off quiet rw
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux [XanMod Kernel]
|
||||
linux /vmlinuz-linux-xanmod
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-xanmod.img
|
||||
options root=/dev/sda2 resume=/dev/sda4 mitigations=off nowatchdog quiet rw
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux - Encrypted
|
||||
linux /vmlinuz-linux-zen
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-zen-fallback.img
|
||||
options cryptdevice=PARTUUID=379cfbc1-1611-4d61-ba80-dafac35f1c1a:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 quiet rw
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux [Zen Kernel]
|
||||
linux /vmlinuz-linux-zen
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-zen.img
|
||||
options root=/dev/sda2 resume=/dev/sda4 mitigations=off nowatchdog quiet rw
|
||||
Loading…
Add table
Add a link
Reference in a new issue