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
|
||||
# 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user