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
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
#timeout 3
|
||||
#console-mode keep
|
||||
default 972fe9baddb6446ea48a43e34169123d-*
|
||||
timeout 5
|
||||
console-mode max
|
||||
|
|
|
|||
BIN
boot/loader/random-seed
Executable file
BIN
boot/loader/random-seed
Executable file
Binary file not shown.
|
|
@ -1,5 +0,0 @@
|
|||
title Arch Linux [Ck Kernel] - Encrypted
|
||||
linux /vmlinuz-linux-ck-skylake
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-ck-skylake.img
|
||||
options cryptdevice=UUID=65127d08-139a-4e52-8a7b-c8c0911f460c:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 resume=UUID=f61d451c-3feb-4bc1-b0c0-b5eab3490522 mitigations=off 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] - Encrypted
|
||||
linux /vmlinuz-linux-zen
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-zen.img
|
||||
options cryptdevice=UUID=65127d08-139a-4e52-8a7b-c8c0911f460c:lvm root=UUID=fb5fc334-d17a-4b2d-8c6f-8d9727ca58f6 resume=UUID=f61d451c-3feb-4bc1-b0c0-b5eab3490522 mitigations=off quiet rw
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
default linux-ck
|
||||
timeout 0
|
||||
console-mode max
|
||||
editor no
|
||||
Binary file not shown.
|
|
@ -1,12 +0,0 @@
|
|||
[Match]
|
||||
Name=enp2s0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DNS=9.9.9.9
|
||||
DNSOverTLS=opportunistic
|
||||
DNSSEC=true
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=10
|
||||
UseDNS=no
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[Match]
|
||||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DNS=9.9.9.9
|
||||
DNSOverTLS=opportunistic
|
||||
DNSSEC=true
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=20
|
||||
UseDNS=no
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
[Match]
|
||||
Name=wlp0s20f0u2
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
DNS=9.9.9.9
|
||||
DNSOverTLS=opportunistic
|
||||
DNSSEC=true
|
||||
|
||||
[DHCP]
|
||||
RouteMetric=30
|
||||
UseDNS=no
|
||||
Loading…
Add table
Add a link
Reference in a new issue