From bba39ad1f94ff29ccd812ba2c400623e011a199d Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 20 Jan 2021 00:31:09 -0500 Subject: [PATCH] Update --- boot/loader/entries/linux-ck.conf | 5 ----- boot/loader/entries/linux-lts.conf | 5 +++++ boot/loader/entries/linux-muqss.conf | 5 +++++ boot/loader/entries/linux-vanilla-fallback.conf | 5 ----- boot/loader/entries/linux-vanilla.conf | 5 ----- boot/loader/entries/linux-xanmod.conf | 5 ----- boot/loader/entries/linux-zen-fallback.conf | 5 ----- boot/loader/entries/linux-zen.conf | 5 ----- boot/loader/loader.conf | 5 ++--- boot/loader/random-seed | Bin 0 -> 512 bytes loader/entries/linux-ck.conf | 5 ----- loader/entries/linux-zen-fallback.conf | 5 ----- loader/entries/linux-zen.conf | 5 ----- loader/loader.conf | 4 ---- loader/random-seed | Bin 512 -> 0 bytes network/20-wired.network | 12 ------------ network/25-wireless.network | 12 ------------ network/26-wireless.network | 12 ------------ 18 files changed, 12 insertions(+), 88 deletions(-) delete mode 100755 boot/loader/entries/linux-ck.conf create mode 100755 boot/loader/entries/linux-lts.conf create mode 100755 boot/loader/entries/linux-muqss.conf delete mode 100755 boot/loader/entries/linux-vanilla-fallback.conf delete mode 100755 boot/loader/entries/linux-vanilla.conf delete mode 100644 boot/loader/entries/linux-xanmod.conf delete mode 100755 boot/loader/entries/linux-zen-fallback.conf delete mode 100755 boot/loader/entries/linux-zen.conf create mode 100755 boot/loader/random-seed delete mode 100755 loader/entries/linux-ck.conf delete mode 100755 loader/entries/linux-zen-fallback.conf delete mode 100755 loader/entries/linux-zen.conf delete mode 100755 loader/loader.conf delete mode 100755 loader/random-seed delete mode 100644 network/20-wired.network delete mode 100644 network/25-wireless.network delete mode 100644 network/26-wireless.network 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 0000000000000000000000000000000000000000..9a8c826727ead3595a00ab411930fd7a9b328eed GIT binary patch literal 512 zcmV+b0{{J#=p;$Rr24(}WkkK~`fc8fc{S}$nVoHiW5UW%HFE|Y50V1^x5W=GH)h|j zIEUQ&^KnlE_NPA*%!y8Wc%WUEf#~oP3t08FmbrfatA?=E1ngCP$6eDS+0&D*+QwU? zi|ZYE%JAls{+2Zc1%{93UsQES4s(l8@K^84ww?KaSrEhRq~$>Y9w))(xtpb7zsfXe zLHNc!fC&I`??cok4|HdfV?=+tBi$R*(ee5;-V^+1KHG%oQDe=nbcIJ=^m7~Hf$ix& zrmlx*d%4TevoHx61x>ioEbySx7$$3x?PN5RKz#J=GgkRkAwaC~IWd6qSk+4!?hiHI zlFhSG0rGpOj2VPor-Uy}sBn3#1(?H|j~57*jJ}m69g@Yj%Pc zNczd-FYXGNecrY-Rkxy9|o>?3iQ-?AX-Ep0XkUZMB&2E#47It5b}K_wG* zoe7~y*02%={|209?L!^=f~2xE`0NPJfXCE?>t5Ml&!;AB^pSVjxGb33Dz&7s$Io@i z{@-Es@!0jHtsoHZ7!a^&O|VAnoV?^Wcz&%oLH`S+vNsvgrxAa1(^Z_+R>cDi1$EXZ zbY0Y<4|@E{AhXdWZ;xol2~O6qen#p3J{+S5eh6%UPDo_q1kNjU95++o(36PDNZ;-c CGYY`~ literal 0 HcmV?d00001 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 64720bfa24ab780b2d8ef5359f9dc37ae017dc4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 512 zcmV+b0{{JM-pOwkI2u?}Q=sp$qLMGlFh=ca3g5E?|46HjK4OS`-Oc z&Bi%W6EhYt2nnMpiCxlzGuKkD`A-F}f6t5&1!ZaCgG8x0U=FtUmZYMj*Er(uJOC9c_Y97u1r zpkSRAjk98hfLN~(Gf4UlS%wLRrrS%Rz%6ley9Fh_d|jU6xHC7zc5~QXZj^l&5@sV6 zzX_bam|qLIy;$kPdFtz8#d=s2{a$@a&E=v^mzVZWfao`!;%KHqsO~%?-jL)Nn%+Ib zhdos@jX=&fvQ71vn{!@DPD#~;^44>I8S<}f2og$N7f7Ed{jxIsi^WPX+_j>uVBZTy z3aL7{9=dY`2v4%wao!-2-n0gR-kVap0sUVs&6ENLjWJs)niQ&q9V3Ve+duv1>;RgQ z@}4|7;*1Uvr(q?3PeyT?aC8|SINZHBn-`rp^{zV4sKGQcq%jFmQ&X!&GY`@}W>m{| zIp`r8)U(9=qXMh(7#rzh)O&bQrliCWp~FN24ABe#d25u!5(}_O-FnW@eOap<