Fix line separators.
This commit is contained in:
parent
58fd605997
commit
4d03c3451a
16
efibootmgr-entry-create.sh
Normal file → Executable file
16
efibootmgr-entry-create.sh
Normal file → Executable file
@ -5,14 +5,14 @@
|
|||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Inference
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 1.0.0.2
|
# Version: 1.0.1.3
|
||||||
|
|
||||||
|
|
||||||
doas efibootmgr \\
|
doas efibootmgr\
|
||||||
--disk /dev/nvme0n1 \\
|
--disk /dev/nvme0n1\
|
||||||
--part 1 \\
|
--part 1\
|
||||||
--create \\
|
--create\
|
||||||
--label "custom" \\
|
--label "custom"\
|
||||||
--loader '\EFI\custom\vmlinuz' \\
|
--loader '\EFI\custom\vmlinuz'\
|
||||||
--unicode \\
|
--unicode\
|
||||||
'root=UUID=[REDACTED] rd.luks.uuid=[REDACTED] quiet splash initrd=\EFI\custom\initramfs.img'
|
'root=UUID=[REDACTED] rd.luks.uuid=[REDACTED] quiet splash initrd=\EFI\custom\initramfs.img'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user