Author: gjb
Date: Wed Apr 22 13:52:29 2015
New Revision: 281854
URL: https://svnweb.freebsd.org/changeset/base/281854

Log:
  Remove the gptboot partition from the arm64 memory stick image,
  which is not needed/used.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/release/arm64/make-memstick.sh

Modified: head/release/arm64/make-memstick.sh
==============================================================================
--- head/release/arm64/make-memstick.sh Wed Apr 22 12:58:16 2015        
(r281853)
+++ head/release/arm64/make-memstick.sh Wed Apr 22 13:52:29 2015        
(r281854)
@@ -36,6 +36,6 @@ if [ $? -ne 0 ]; then
 fi
 rm ${1}/etc/fstab
 
-mkimg -s gpt -p efi:=${1}/boot/boot1.efifat -p freebsd-boot:=${1}/boot/gptboot 
-p freebsd-ufs:=${2}.part -p freebsd-swap::1M -o ${2}
+mkimg -s gpt -p efi:=${1}/boot/boot1.efifat -p freebsd-ufs:=${2}.part -p 
freebsd-swap::1M -o ${2}
 rm ${2}.part
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to