Revision 6e0c2e56c17f9e08f27a6c368b1c2d4962c01b20 authored by Ed Maste on 19 June 2017, 03:07:00 UTC, committed by Ed Maste on 19 June 2017, 03:07:00 UTC
MFC r320007:
- increase arm64 EFI partition to 200M, as x86
- use EFI_BOOTPART_SIZE and EFI_BOOTPART_PATH macros on x86
- increase ZFS EFI partition to 200M

MFC r320008: bsdinstall: correct comment after r320007

PR:		201898
Approved by:	re (kib)
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
1 parent 6de087e
Raw File
.arclint
{
  "exclude": "(contrib|crypto)",
  "linters": {
    "python": {
      "type": "pep8",
      "include": "(\\.py$)"
    },
    "spelling": {
      "type": "spelling"
    },
    "chmod": {
      "type": "chmod"
    },
    "merge-conflict": {
      "type": "merge-conflict"
    },
    "filename": {
      "type": "filename"
    },
    "json": {
      "type": "json",
      "include": "(\\.arclint|\\.json$)"
    }
  }
}
back to top