diff --git a/boot/loader/entries/linux-ck.conf b/boot/loader/entries/linux-ck.conf deleted file mode 100755 index c67587d..0000000 --- a/boot/loader/entries/linux-ck.conf +++ /dev/null @@ -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 diff --git a/boot/loader/entries/linux-lts.conf b/boot/loader/entries/linux-lts.conf new file mode 100755 index 0000000..69aae78 --- /dev/null +++ b/boot/loader/entries/linux-lts.conf @@ -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 diff --git a/boot/loader/entries/linux-muqss.conf b/boot/loader/entries/linux-muqss.conf new file mode 100755 index 0000000..99b4ce2 --- /dev/null +++ b/boot/loader/entries/linux-muqss.conf @@ -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 diff --git a/boot/loader/entries/linux-vanilla-fallback.conf b/boot/loader/entries/linux-vanilla-fallback.conf deleted file mode 100755 index f9ce955..0000000 --- a/boot/loader/entries/linux-vanilla-fallback.conf +++ /dev/null @@ -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 diff --git a/boot/loader/entries/linux-vanilla.conf b/boot/loader/entries/linux-vanilla.conf deleted file mode 100755 index 7f284b0..0000000 --- a/boot/loader/entries/linux-vanilla.conf +++ /dev/null @@ -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 diff --git a/boot/loader/entries/linux-xanmod.conf b/boot/loader/entries/linux-xanmod.conf deleted file mode 100644 index 39266d5..0000000 --- a/boot/loader/entries/linux-xanmod.conf +++ /dev/null @@ -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 diff --git a/boot/loader/entries/linux-zen-fallback.conf b/boot/loader/entries/linux-zen-fallback.conf deleted file mode 100755 index ed901d5..0000000 --- a/boot/loader/entries/linux-zen-fallback.conf +++ /dev/null @@ -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 diff --git a/boot/loader/entries/linux-zen.conf b/boot/loader/entries/linux-zen.conf deleted file mode 100755 index 8210779..0000000 --- a/boot/loader/entries/linux-zen.conf +++ /dev/null @@ -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 diff --git a/boot/loader/loader.conf b/boot/loader/loader.conf index 5e16aed..367a95c 100755 --- a/boot/loader/loader.conf +++ b/boot/loader/loader.conf @@ -1,3 +1,2 @@ -#timeout 3 -#console-mode keep -default 972fe9baddb6446ea48a43e34169123d-* +timeout 5 +console-mode max diff --git a/boot/loader/random-seed b/boot/loader/random-seed new file mode 100755 index 0000000..9a8c826 Binary files /dev/null and b/boot/loader/random-seed differ diff --git a/loader/entries/linux-ck.conf b/loader/entries/linux-ck.conf deleted file mode 100755 index a149085..0000000 --- a/loader/entries/linux-ck.conf +++ /dev/null @@ -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 diff --git a/loader/entries/linux-zen-fallback.conf b/loader/entries/linux-zen-fallback.conf deleted file mode 100755 index ed901d5..0000000 --- a/loader/entries/linux-zen-fallback.conf +++ /dev/null @@ -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 diff --git a/loader/entries/linux-zen.conf b/loader/entries/linux-zen.conf deleted file mode 100755 index 2219d3d..0000000 --- a/loader/entries/linux-zen.conf +++ /dev/null @@ -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 diff --git a/loader/loader.conf b/loader/loader.conf deleted file mode 100755 index b15bfc0..0000000 --- a/loader/loader.conf +++ /dev/null @@ -1,4 +0,0 @@ -default linux-ck -timeout 0 -console-mode max -editor no diff --git a/loader/random-seed b/loader/random-seed deleted file mode 100755 index 64720bf..0000000 Binary files a/loader/random-seed and /dev/null differ diff --git a/network/20-wired.network b/network/20-wired.network deleted file mode 100644 index 86736af..0000000 --- a/network/20-wired.network +++ /dev/null @@ -1,12 +0,0 @@ -[Match] -Name=enp2s0 - -[Network] -DHCP=ipv4 -DNS=9.9.9.9 -DNSOverTLS=opportunistic -DNSSEC=true - -[DHCP] -RouteMetric=10 -UseDNS=no diff --git a/network/25-wireless.network b/network/25-wireless.network deleted file mode 100644 index 8b23a05..0000000 --- a/network/25-wireless.network +++ /dev/null @@ -1,12 +0,0 @@ -[Match] -Name=wlan0 - -[Network] -DHCP=ipv4 -DNS=9.9.9.9 -DNSOverTLS=opportunistic -DNSSEC=true - -[DHCP] -RouteMetric=20 -UseDNS=no diff --git a/network/26-wireless.network b/network/26-wireless.network deleted file mode 100644 index 75524ba..0000000 --- a/network/26-wireless.network +++ /dev/null @@ -1,12 +0,0 @@ -[Match] -Name=wlp0s20f0u2 - -[Network] -DHCP=ipv4 -DNS=9.9.9.9 -DNSOverTLS=opportunistic -DNSSEC=true - -[DHCP] -RouteMetric=30 -UseDNS=no