mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
nanobsd: fix typo in NANO_WORLDDIR
Reviewed by: imp
PR: 257299
(cherry picked from commit 5a9e5a5111)
This commit is contained in:
parent
f4ed53c6f5
commit
2cbf9eff2d
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ create_diskimage_mbr ( ) (
|
|||
# and p5 is alt-root (after resize)
|
||||
mkimg -a 2 ${fmtarg} ${bootmbr} -s gpt \
|
||||
-p efi:=${NANO_WORLDDIR}/boot/efiboot.img \
|
||||
-p freebsd-boot:=${NAANO_WORLDDIR}/boot/gptboot \
|
||||
-p freebsd-boot:=${NANO_WORLDDIR}/boot/gptboot \
|
||||
-p ${p3}:=${NANO_LOG}/_.p3 \
|
||||
-p ${p4}:=${NANO_LOG}/_.p4 \
|
||||
-o ${out}
|
||||
|
|
|
|||
Loading…
Reference in a new issue