Browse Source

Add an initial miniroot with bootaa64.efi on fat and bsd.rd on ffs.

OPENBSD_6_1
jsg 7 years ago
parent
commit
d4d5b72a11
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.arm64/Makefile.inc

+ 2
- 2
src/etc/etc.arm64/Makefile.inc View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.1 2017/01/11 17:05:29 patrick Exp $
# $OpenBSD: Makefile.inc,v 1.2 2017/02/11 06:36:03 jsg Exp $
bootblocks:
cp ${DESTDIR}/usr/mdec/BOOTAA64.EFI ${RELEASEDIR}
MDEXT= bsd.rd BOOTAA64.EFI
MDEXT= bsd.rd BOOTAA64.EFI miniroot${OSrev}.fs

Loading…
Cancel
Save