Author: wma
Date: Thu Jul 7 05:47:42 2016
New Revision: 302387
URL: https://svnweb.freebsd.org/changeset/base/302387
Log:
ARM64: move to GPT scheme in sysinstall
It's time to abandon MBR installations on
ARM64 platforms.
Obtained from: Semihalf
Submitted by: Dominik Ermel <[email protected]>
Sponsored by: Cavium
Reviewed by: gjb, emaste, marcel
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D6798
Modified:
head/release/arm64/make-memstick.sh
Modified: head/release/arm64/make-memstick.sh
==============================================================================
--- head/release/arm64/make-memstick.sh Thu Jul 7 05:04:20 2016
(r302386)
+++ head/release/arm64/make-memstick.sh Thu Jul 7 05:47:42 2016
(r302387)
@@ -38,6 +38,6 @@ fi
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local
-mkimg -s mbr -p efi:=${1}/boot/boot1.efifat -p freebsd:=${2}.part -o ${2}
+mkimg -s gpt -p efi:=${1}/boot/boot1.efifat -p freebsd:=${2}.part -o ${2}
rm ${2}.part
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"