Re: following -current on rpi4 with zfs-on-root
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 2022-Sep-23, at 19:31, Warner Losh <[email protected]> wrote: > On Fri, Sep 23, 2022 at 8:30 PM Mark Millard <[email protected]> wrote: > On 2022-Sep-23, at 16:32, void <[email protected]> wrote: > > > On Tue, Sep 20, 2022 at 02:36:02PM -0600, Warner Losh wrote: > >>> > > >>> >> For EFI, there are many choices. The default installation places > >>> >> loader.efi into the ESP in EFI\FREEBSD\LOADER.EFI. The following > >>> >> updates it (assuming the ESP is on p1, and isn't already mounted): > >>> >> mount -t msdos /dev/ada0p1 /boot/efi > >>> >> cp /boot/efi/loader.efi /boot/efi/efi/freebsd > > . . . . > > -t msdos vs. -t msdosfs ? > > Both are valid. There was an unwise attempt to convert everybody over to > using the latter, but too many people stubbornly used the old style that we > left it as an alias and deleted the warning... :) "man mount" does not document -tmsdos but does document -tmsdosfs . Thus my confusion. === Mark Millard marklmi at yahoo.com