aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2019-09-03 18:37:55 +0000
committerMatt Macy <mmacy@FreeBSD.org>2019-09-03 18:37:55 +0000
commit14113f123e464c54345d0af2fd9ee60f3b38c196 (patch)
tree2032fdc9987704cb3e199453eb99f80b099503ca /release
parentce1b19d8c8d160353397ced6a971cc5126da8867 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/amd64/mkisoimages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh
index 2893913abc8a6..1f0db53b683dc 100644
--- a/release/amd64/mkisoimages.sh
+++ b/release/amd64/mkisoimages.sh
@@ -45,7 +45,7 @@ if [ "$1" = "-b" ]; then
# This is highly x86-centric and will be used directly below.
bootable="-o bootimage=i386;$BASEBITSDIR/boot/cdboot -o no-emul-boot"
- # Make EFI system partition (should be done with makefs in the future)
+ # Make EFI system partition.
# The ISO file is a special case, in that it only has a maximum of
# 800 KB available for the boot code. So make an 800 KB ESP
espfilename=$(mktemp /tmp/efiboot.XXXXXX)