Author: mhorne
Date: Mon Nov 16 17:45:42 2020
New Revision: 367732
URL: https://svnweb.freebsd.org/changeset/base/367732

Log:
  MFC r367178:
  arm64: set the correct partition type in make-memstick.sh

Modified:
  stable/12/release/arm64/make-memstick.sh
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/release/arm64/make-memstick.sh
==============================================================================
--- stable/12/release/arm64/make-memstick.sh    Mon Nov 16 17:44:34 2020        
(r367731)
+++ stable/12/release/arm64/make-memstick.sh    Mon Nov 16 17:45:42 2020        
(r367732)
@@ -38,7 +38,7 @@ rm ${1}/etc/rc.conf.local
 
 mkimg -s gpt \
     -p efi:=${1}/boot/boot1.efifat \
-    -p freebsd:=${2}.part \
+    -p freebsd-ufs:=${2}.part \
     -o ${2}
 rm ${2}.part
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to