https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254490

--- Comment #12 from Emmanuel Vadot <m...@freebsd.org> ---
Could you test this :
diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh
index 1a1440fa198..a9e8a2c0439 100644
--- a/release/amd64/mkisoimages.sh
+++ b/release/amd64/mkisoimages.sh
@@ -89,8 +89,8 @@ if [ "$bootable" != "" ]; then
        $MKIMG -s gpt \
            --capacity $imgsize \
            -b "$BASEBITSDIR/boot/pmbr" \
-           $espparam \
            -p freebsd-boot:="$BASEBITSDIR/boot/isoboot" \
+           $espparam \
            -o hybrid.img

        # Drop the PMBR, GPT, and boot code into the System Area of the ISO.

I think I've changed the logic that partition must now be passed in the
intented order in case we specify an offset at some point.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to