svn commit: r276147 - head/sys/boot/amd64/boot1.efi

Ed Maste emaste at FreeBSD.org
Tue Dec 23 16:00:26 UTC 2014


Author: emaste
Date: Tue Dec 23 16:00:25 2014
New Revision: 276147
URL: https://svnweb.freebsd.org/changeset/base/276147

Log:
  Update comment: only one file in the FAT file system EFI boot image
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/boot/amd64/boot1.efi/generate-fat.sh

Modified: head/sys/boot/amd64/boot1.efi/generate-fat.sh
==============================================================================
--- head/sys/boot/amd64/boot1.efi/generate-fat.sh	Tue Dec 23 15:58:45 2014	(r276146)
+++ head/sys/boot/amd64/boot1.efi/generate-fat.sh	Tue Dec 23 16:00:25 2014	(r276147)
@@ -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


More information about the svn-src-all mailing list