mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
bsdinstall: Use fat32 EFI system partition for ZFS
This is consistent with other operating systems and with bsdinstall's UFS config and with bsdinstall's ZFS config prior to commit0b7472b3d8. PR: 290857 Fixes:0b7472b3d8("Mount the EFI system partition (ESP) on newly-installed systems.") Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D53642 (cherry picked from commit 4109cdf0f817162cf3032aa589dd180dfa910025) (cherry picked from commit65e347d315)
This commit is contained in:
parent
9e408269e5
commit
2c24992d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ KLDLOAD='kldload %s'
|
|||
LN_SF='ln -sf "%s" "%s"'
|
||||
MKDIR_P='mkdir -p "%s"'
|
||||
MOUNT_TYPE='mount -t %s "%s" "%s"'
|
||||
NEWFS_ESP='newfs_msdos "%s"'
|
||||
NEWFS_ESP='newfs_msdos -F 32 -c 1 "%s"'
|
||||
PRINTF_CONF="printf '%s=\"%%s\"\\\n' %s >> \"%s\""
|
||||
PRINTF_FSTAB='printf "$FSTAB_FMT" "%s" "%s" "%s" "%s" "%s" "%s" >> "%s"'
|
||||
SHELL_TRUNCATE=':> "%s"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue