summaryrefslogtreecommitdiff
path: root/libre/systemd/0001-FSDG-bootctl-Say-Systemd-Boot-Manager-instead-of-Lin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/systemd/0001-FSDG-bootctl-Say-Systemd-Boot-Manager-instead-of-Lin.patch')
-rw-r--r--libre/systemd/0001-FSDG-bootctl-Say-Systemd-Boot-Manager-instead-of-Lin.patch53
1 files changed, 53 insertions, 0 deletions
diff --git a/libre/systemd/0001-FSDG-bootctl-Say-Systemd-Boot-Manager-instead-of-Lin.patch b/libre/systemd/0001-FSDG-bootctl-Say-Systemd-Boot-Manager-instead-of-Lin.patch
new file mode 100644
index 000000000..0bd5b73e5
--- /dev/null
+++ b/libre/systemd/0001-FSDG-bootctl-Say-Systemd-Boot-Manager-instead-of-Lin.patch
@@ -0,0 +1,53 @@
+From 17e2c00bf8323360dde0333497ea709cf47a399f Mon Sep 17 00:00:00 2001
+From: Luke Shumaker <lukeshu@parabola.nu>
+Date: Sat, 17 Dec 2016 00:56:43 -0500
+Subject: [PATCH 1/7] FSDG: bootctl: Say "Systemd Boot Manager" instead of
+ "Linux Boot Manager"
+
+---
+ man/bootctl.xml | 6 +++---
+ src/boot/bootctl-install.c | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/man/bootctl.xml b/man/bootctl.xml
+index 68e47747ff..841f7df36f 100644
+--- a/man/bootctl.xml
++++ b/man/bootctl.xml
+@@ -475,10 +475,10 @@
+
+ <varlistentry>
+ <term><option>--efi-boot-option-description=</option></term>
+- <listitem><para>Description of the entry added to the firmware's boot option list. Defaults to <literal>Linux
++ <listitem><para>Description of the entry added to the firmware's boot option list. Defaults to <literal>Systemd
+ Boot Manager</literal>.</para>
+
+- <para>Using the default entry name <literal>Linux Boot Manager</literal> is generally preferable as only
++ <para>Using the default entry name <literal>Systemd Boot Manager</literal> is generally preferable as only
+ one bootloader installed to a single ESP partition should be used to boot any number of OS installations
+ found on the various disks installed in the system. Specifically distributions should not use this flag
+ to install a branded entry in the boot option list. However in situations with multiple disks, each with
+@@ -570,7 +570,7 @@ Available Boot Loaders on ESP:
+ File: └─/EFI/BOOT/BOOTX64.EFI (systemd-boot 251
+
+ Boot Loaders Listed in EFI Variables:
+- Title: Linux Boot Manager
++ Title: Systemd Boot Manager
+ ID: 0x0001
+ Status: active, boot-order
+ Partition: /dev/disk/by-partuuid/…
+diff --git a/src/boot/bootctl-install.c b/src/boot/bootctl-install.c
+index bacbbb2939..0239fc200f 100644
+--- a/src/boot/bootctl-install.c
++++ b/src/boot/bootctl-install.c
+@@ -639,7 +639,7 @@ static int remove_from_order(uint16_t slot) {
+ }
+
+ static const char *pick_efi_boot_option_description(void) {
+- return arg_efi_boot_option_description ?: "Linux Boot Manager";
++ return arg_efi_boot_option_description ?: "Systemd Boot Manager";
+ }
+
+ static int install_variables(
+--
+2.44.0
+