[Bug 254395] bsdinstall: fail script install after BETA3

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 Mar 2021 13:13:59 +0000
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254395

--- Comment #3 from Nathan Whitehorn <nwhitehorn_at_FreeBSD.org> ---
Well, I found the issue and there's even a nice comment in the relevant code
that an older, smarter version of me put in in 2018 describing exactly why this
is going to break:

--------
# Unpack distributions
bsdinstall checksum
for set in $DISTRIBUTIONS; do
        f_dprintf "Extracting $BSDINSTALL_DISTDIR/$set"
        # XXX: this will fail if any mountpoints are FAT, due to inability to
        # set ctime/mtime on the root of FAT partitions. tar has no option to
        # ignore this. We probably need to switch back to distextract here
        # to properly support EFI.
        tar -xf "$BSDINSTALL_DISTDIR/$set" -C $BSDINSTALL_CHROOT
done

--------

I'll try to get a patch in today. Apologies for the breakage, and thanks for
the report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Received on Fri Mar 19 2021 - 12:13:59 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:27 UTC