Update comment: only one file in the FAT file system EFI boot image

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2014-12-23 16:00:25 +00:00
parent 8f2fdc72ad
commit 1a868688a4

View File

@ -34,10 +34,10 @@ umount stub
mdconfig -d -u $DEVICE
rmdir stub
# Locate the offsets of the two fake files
# Locate the offset of the fake file
BOOT1_OFFSET=$(hd $OUTPUT_FILE | grep 'Boot1 START' | cut -f 1 -d ' ')
# Convert to numbers of blocks
# Convert to number of blocks
BOOT1_OFFSET=$(echo 0x$BOOT1_OFFSET | awk '{printf("%x\n",$1/512);}')
echo '# This file autogenerated by generate-fat.sh - DO NOT EDIT' > Makefile.fat