Date: Fri, 23 Sep 2022 14:59:17 -0600 From: Warner Losh <imp@bsdimp.com> To: Mark Millard <marklmi@yahoo.com> Cc: "imp@freebsd.org" <imp@freebsd.org>, dev-commits-src-main@freebsd.org Subject: Re: git: 62a7dae44dfb - main - release: Use standard mount points for arm MBR boot images Message-ID: <CANCZdfr16a7qgfQayRYp_C-VzZCUeVVAt3YZEsadnTraAJ9X5A@mail.gmail.com> In-Reply-To: <D10BBDAC-14EE-4F1E-B2FF-4369D4245EB0@yahoo.com> References: <D10BBDAC-14EE-4F1E-B2FF-4369D4245EB0.ref@yahoo.com> <D10BBDAC-14EE-4F1E-B2FF-4369D4245EB0@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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 [-- Attachment #2 --] <div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 23, 2022 at 11:09 AM Mark Millard <<a href="mailto:marklmi@yahoo.com">marklmi@yahoo.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Warner Losh <imp_at_FreeBSD.org> wrote on<br> Date: Fri, 23 Sep 2022 16:03:25 UTC :<br> <br> > The branch main has been updated by imp:<br> > <br> > URL: <a href="https://cgit.FreeBSD.org/src/commit/?id=62a7dae44dfb38b6ef8b547a57dfb8b65dbc3943" rel="noreferrer" target="_blank">https://cgit.FreeBSD.org/src/commit/?id=62a7dae44dfb38b6ef8b547a57dfb8b65dbc3943</a><br> > <br> > commit 62a7dae44dfb38b6ef8b547a57dfb8b65dbc3943<br> > Author: Warner Losh <imp@FreeBSD.org><br> > AuthorDate: 2022-09-23 15:48:26 +0000<br> > Commit: Warner Losh <imp@FreeBSD.org><br> > CommitDate: 2022-09-23 15:53:55 +0000<br> > <br> > release: Use standard mount points for arm MBR boot images<br> > <br> > . . .<br> > + chroot ${CHROOTDIR} newfs_msdos -L efi -F ${FAT_TYPE} /dev/${mddev}s1<br> > . . .<br> > + echo "/dev/msdosfs/EFI /boot/efi msdosfs rw,noatime 0 0" \<br> > . . .<br> <br> Does the "-L efi" vs. "/dev/msdosfs/EFI" case mismatch for<br> efi vs. EFI matter?<br></blockquote><div><br></div><div>No. Labels are all upper case on DOS volumes...</div><div><br></div><div>Warner </div></div></div>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfr16a7qgfQayRYp_C-VzZCUeVVAt3YZEsadnTraAJ9X5A>
