Re: git: 62a7dae44dfb - main - release: Use standard mount points for arm MBR boot images
Date: Fri, 23 Sep 2022 20:59:17 UTC
On Fri, Sep 23, 2022 at 11:09 AM Mark Millard <marklmi@yahoo.com> wrote: > 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? > No. Labels are all upper case on DOS volumes... Warner