Fix line separators.

This commit is contained in:
inference 2023-01-15 05:14:21 +00:00
parent 58fd605997
commit 4d03c3451a
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

16
efibootmgr-entry-create.sh Normal file → Executable file
View File

@ -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'