mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
bsdinstall/zfsboot: Remove unused global variable
In an AMA session on the FreeBSD Discord, it was revealed that no logic remains calling GPART_BOOTCODE_PARTONLY. It was removed inaa2a0e0fc3for FreeBSD 12. git grep shows no other references. No functional change intended. MFC after: 2 weeks Fixes:aa2a0e0fc3(Enable new UEFI+GELI support) Reported by: Antranig Vartanian <antranigv@freebsd.am> Reviewed by: emaste, mhorne Approved by: emaste, mhorne (src) Approved by: mhorne, carlavilla (mentors) Differential Revision: https://reviews.freebsd.org/D48086 (cherry picked from commit 347eb42dbcb352f3266e716a2101898fe054bdba)
This commit is contained in:
parent
40fb3c401e
commit
52549be408
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ GPART_ADD_ALIGN_LABEL='gpart add %s -l %s -t %s "%s"'
|
|||
GPART_ADD_ALIGN_LABEL_WITH_SIZE='gpart add %s -l %s -t %s -s %s "%s"'
|
||||
GPART_BOOTCODE='gpart bootcode -b "%s" "%s"'
|
||||
GPART_BOOTCODE_PART='gpart bootcode -b "%s" -p "%s" -i %s "%s"'
|
||||
GPART_BOOTCODE_PARTONLY='gpart bootcode -p "%s" -i %s "%s"'
|
||||
GPART_CREATE='gpart create -s %s "%s"'
|
||||
GPART_DESTROY_F='gpart destroy -F "%s"'
|
||||
GPART_SET_ACTIVE='gpart set -a active -i %s "%s"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue