diff options
Diffstat (limited to 'usr.sbin/bsdinstall/scripts/bootconfig')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/bootconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.sbin/bsdinstall/scripts/bootconfig b/usr.sbin/bsdinstall/scripts/bootconfig index 6736e78b450a..9c188c1d8a91 100755 --- a/usr.sbin/bsdinstall/scripts/bootconfig +++ b/usr.sbin/bsdinstall/scripts/bootconfig @@ -163,7 +163,7 @@ if [ -n "$(awk '{if ($2=="/boot/efi") printf("%s\n",$1);}' $PATH_FSTAB)" ]; then  		rmdir "${mntpt}"  	fi -	# Try to set the UEFI NV BootXXXX variables to recod the boot location +	# Try to set the UEFI NV BootXXXX variables to record the boot location  	if [ "$BSDINSTALL_CONFIGCURRENT" ] && [ "$ARCHBOOTNAME" != ia32 ]; then  		update_uefi_bootentry  	fi | 
