Update for final version of mkimg changes.

This commit is contained in:
Warner Losh 2015-12-11 05:39:43 +00:00
parent 4224509a36
commit 086ad4aa32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292083

View File

@ -362,7 +362,7 @@ create_diskimage_mbr ( ) (
# boot image is on a special partition, ala std-embedded, but that
# partition isn't FAT with special files, but a copy of the boot
# loader itself.
mkimg -a 1 ${fmtarg} -s mbr -p ppcboot:=${NANO_OBJ}/_.s1 \
mkimg -a 1 ${fmtarg} -s mbr -p prepboot:=${NANO_OBJ}/_.s1 \
-p ${s2}:=${NANO_OBJ}/_.s2 \
-p ${s3}:=${NANO_OBJ}/_.s3a \
-o ${NANO_OBJ}/_.disk.image.${NANO_NAME}${fmt}