From d6dde0090de6e45ee97c94da877923dedd9dea90 Mon Sep 17 00:00:00 2001 From: Edu4rdSHL Date: Sat, 11 Sep 2021 09:51:07 -0500 Subject: [PATCH] Add new entries. Signed-off-by: Edu4rdSHL --- boot/loader/entries/linux-bmq.conf | 5 +++++ boot/loader/entries/linux-tkg-muqss-v3.conf | 5 +++++ boot/loader/entries/linux-zen.conf | 5 +++++ 3 files changed, 15 insertions(+) create mode 100755 boot/loader/entries/linux-bmq.conf create mode 100755 boot/loader/entries/linux-tkg-muqss-v3.conf create mode 100755 boot/loader/entries/linux-zen.conf diff --git a/boot/loader/entries/linux-bmq.conf b/boot/loader/entries/linux-bmq.conf new file mode 100755 index 0000000..b95cb8b --- /dev/null +++ b/boot/loader/entries/linux-bmq.conf @@ -0,0 +1,5 @@ +title Linux Tkg BMQ +linux /vmlinuz-linux-tkg-bmq-generic_v3 +initrd /amd-ucode.img +initrd /initramfs-linux-tkg-bmq-generic_v3-fallback.img +options root=/dev/nvme0n1p3 rootflags=subvol=_active/root resume=/dev/nvme0n1p2 mitigations=off nowatchdog quiet rw diff --git a/boot/loader/entries/linux-tkg-muqss-v3.conf b/boot/loader/entries/linux-tkg-muqss-v3.conf new file mode 100755 index 0000000..e507869 --- /dev/null +++ b/boot/loader/entries/linux-tkg-muqss-v3.conf @@ -0,0 +1,5 @@ +title Linux Tkg MuQSS v3 +linux /vmlinuz-linux-tkg-muqss-generic_v3 +initrd /amd-ucode.img +initrd /initramfs-linux-tkg-muqss-generic_v3.img +options root=/dev/nvme0n1p3 rootflags=subvol=_active/root resume=/dev/nvme0n1p2 mitigations=off nowatchdog quiet rw diff --git a/boot/loader/entries/linux-zen.conf b/boot/loader/entries/linux-zen.conf new file mode 100755 index 0000000..176f767 --- /dev/null +++ b/boot/loader/entries/linux-zen.conf @@ -0,0 +1,5 @@ +title Linux Zen +linux /vmlinuz-linux-zen +initrd /amd-ucode.img +initrd /initramfs-linux-zen.img +options root=/dev/nvme0n1p3 rootflags=subvol=_active/root resume=/dev/nvme0n1p2 mitigations=off nowatchdog quiet rw