Escape a new line following r342283.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2019-01-02 16:22:33 +00:00
parent a51c7dc5fe
commit 252373ac4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342690

View File

@ -45,7 +45,7 @@ make_esp_file ${espfilename} ${fat32min} ${1}/boot/loader.efi
mkimg -s mbr \
-b ${1}/boot/mbr \
-p efi:=${espfilename}
-p efi:=${espfilename} \
-p freebsd:-"mkimg -s bsd -b ${1}/boot/boot -p freebsd-ufs:=${2}.part" \
-o ${2}
rm ${espfilename}