Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/isoimage Use "efi" boot image platform ID.



details:   https://anonhg.NetBSD.org/src/rev/539d0e3d4798
branches:  trunk
changeset: 946060:539d0e3d4798
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Nov 15 00:19:17 2020 +0000

description:
Use "efi" boot image platform ID.

diffstat:

 distrib/evbarm/isoimage/Makefile.cdrom |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8da806515ed0 -r 539d0e3d4798 distrib/evbarm/isoimage/Makefile.cdrom
--- a/distrib/evbarm/isoimage/Makefile.cdrom    Sun Nov 15 00:18:48 2020 +0000
+++ b/distrib/evbarm/isoimage/Makefile.cdrom    Sun Nov 15 00:19:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.1 2020/10/11 14:24:50 jmcneill Exp $
+# $NetBSD: Makefile.cdrom,v 1.2 2020/11/15 00:19:17 jmcneill Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -13,7 +13,7 @@
 
 # Need multidot for the boot loader to read kernel modules as it doesn't
 # understand rockridge.
-CDMAKEFSOPTIONS= bootimage=i386;${EFIBOOTIMG},platformid=efi,no-emul-boot
+CDMAKEFSOPTIONS= bootimage=efi;${EFIBOOTIMG},platformid=efi,no-emul-boot
 CDRELEASE_NOISOS=      true
 CD_SETS=       
 



Home | Main Index | Thread Index | Old Index