Date: Tue, 20 Jul 2021 16:27:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 257299] [PATCH] nanobsd typo fix in WORLD_DIR Message-ID: <bug-257299-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257299 Bug ID: 257299 Summary: [PATCH] nanobsd typo fix in WORLD_DIR Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: yannk@apple.com diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index 013495997554..7186aa5ba4b5 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -297,7 +297,7 @@ create_diskimage_mbr ( ) ( # and p5 is alt-root (after resize) mkimg -a 2 ${fmtarg} ${bootmbr} -s gpt \ -p efi:=3D${NANO_WORLDDIR}/boot/efiboot.img \ - -p freebsd-boot:=3D${NAANO_WORLDDIR}/boot/gptboot \ + -p freebsd-boot:=3D${NANO_WORLDDIR}/boot/gptboot \ -p ${p3}:=3D${NANO_LOG}/_.p3 \ -p ${p4}:=3D${NANO_LOG}/_.p4 \ -o ${out} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257299-227>