From 2e56372e6d45b834990fa6cc0679f2ed69eb48f5 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 7 Sep 2025 20:15:20 +0200 Subject: [PATCH] new systemd-boot ingredient for live systems --- ingredients/live-core-bootloader-systemd-boot.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 ingredients/live-core-bootloader-systemd-boot.cfg diff --git a/ingredients/live-core-bootloader-systemd-boot.cfg b/ingredients/live-core-bootloader-systemd-boot.cfg new file mode 100644 index 0000000..ef58ba2 --- /dev/null +++ b/ingredients/live-core-bootloader-systemd-boot.cfg @@ -0,0 +1 @@ +bootloader --sdboot --location=none --timeout=1 # Use systemd-boot and set location to none \ No newline at end of file