From 9e32a81482b7726a0dd31095757dfbf6e6180020 Mon Sep 17 00:00:00 2001 From: Adam <2327942-adamsdesk@users.noreply.gitlab.com> Date: Wed, 12 Oct 2022 16:15:45 -0600 Subject: [PATCH] feat: add systemd-boot --- system/systemd-boot/esp/loader/entries/arch.conf | 4 ++++ system/systemd-boot/esp/loader/entries/lab.conf | 4 ++++ system/systemd-boot/esp/loader/loader.conf | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 system/systemd-boot/esp/loader/entries/arch.conf create mode 100644 system/systemd-boot/esp/loader/entries/lab.conf create mode 100755 system/systemd-boot/esp/loader/loader.conf diff --git a/system/systemd-boot/esp/loader/entries/arch.conf b/system/systemd-boot/esp/loader/entries/arch.conf new file mode 100644 index 0000000..7233ba1 --- /dev/null +++ b/system/systemd-boot/esp/loader/entries/arch.conf @@ -0,0 +1,4 @@ +title Arch Linux +linux /EFI/arch/vmlinuz-linux +initrd /EFI/arch/initramfs-linux.img +options root="UUID=cce03871-dc3b-4418-90f9-87ca427d4223" rootflags=compress=zlib,ssd,space_cache,subvol=ROOT rw diff --git a/system/systemd-boot/esp/loader/entries/lab.conf b/system/systemd-boot/esp/loader/entries/lab.conf new file mode 100644 index 0000000..9fd138a --- /dev/null +++ b/system/systemd-boot/esp/loader/entries/lab.conf @@ -0,0 +1,4 @@ +title Arch Linux Lab +linux /EFI/lab/vmlinuz-linux +initrd /EFI/lab/initramfs-linux.img +options root="UUID=0f43d7db-ce0c-4d12-a71f-7af646a1305b" rw diff --git a/system/systemd-boot/esp/loader/loader.conf b/system/systemd-boot/esp/loader/loader.conf new file mode 100755 index 0000000..c9cba46 --- /dev/null +++ b/system/systemd-boot/esp/loader/loader.conf @@ -0,0 +1,6 @@ +#timeout 3 +#console-mode keep +default arch.conf +timeout 5 +console-mode max +editor no