From 4d03c3451a2c9e5700cfa8566bb97381f24f1097 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 15 Jan 2023 05:14:21 +0000 Subject: [PATCH] Fix line separators. --- efibootmgr-entry-create.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) mode change 100644 => 100755 efibootmgr-entry-create.sh diff --git a/efibootmgr-entry-create.sh b/efibootmgr-entry-create.sh old mode 100644 new mode 100755 index e4401cd..99a4175 --- a/efibootmgr-entry-create.sh +++ b/efibootmgr-entry-create.sh @@ -5,14 +5,14 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 1.0.0.2 +# Version: 1.0.1.3 -doas efibootmgr \\ - --disk /dev/nvme0n1 \\ - --part 1 \\ - --create \\ - --label "custom" \\ - --loader '\EFI\custom\vmlinuz' \\ - --unicode \\ +doas efibootmgr\ + --disk /dev/nvme0n1\ + --part 1\ + --create\ + --label "custom"\ + --loader '\EFI\custom\vmlinuz'\ + --unicode\ 'root=UUID=[REDACTED] rd.luks.uuid=[REDACTED] quiet splash initrd=\EFI\custom\initramfs.img'