Re: following -current on rpi4 with zfs-on-root
- In reply to: Warner Losh : "Re: following -current on rpi4 with zfs-on-root"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 03:03:34 UTC
On 2022-Sep-23, at 19:31, Warner Losh <imp@bsdimp.com> wrote: > On Fri, Sep 23, 2022 at 8:30 PM Mark Millard <marklmi@yahoo.com> wrote: > On 2022-Sep-23, at 16:32, void <void@f-m.fm> 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