RE: git: 62a7dae44dfb - main - release: Use standard mount points for arm MBR boot images
Date: Fri, 23 Sep 2022 17:09:19 UTC
Warner Losh <imp_at_FreeBSD.org> wrote on Date: Fri, 23 Sep 2022 16:03:25 UTC : > The branch main has been updated by imp: > > URL: https://cgit.FreeBSD.org/src/commit/?id=62a7dae44dfb38b6ef8b547a57dfb8b65dbc3943 > > commit 62a7dae44dfb38b6ef8b547a57dfb8b65dbc3943 > Author: Warner Losh <imp@FreeBSD.org> > AuthorDate: 2022-09-23 15:48:26 +0000 > Commit: Warner Losh <imp@FreeBSD.org> > CommitDate: 2022-09-23 15:53:55 +0000 > > release: Use standard mount points for arm MBR boot images > > . . . > + chroot ${CHROOTDIR} newfs_msdos -L efi -F ${FAT_TYPE} /dev/${mddev}s1 > . . . > + echo "/dev/msdosfs/EFI /boot/efi msdosfs rw,noatime 0 0" \ > . . . Does the "-L efi" vs. "/dev/msdosfs/EFI" case mismatch for efi vs. EFI matter? === Mark Millard marklmi at yahoo.com