Module Name:    src
Committed By:   tsutsui
Date:           Sun Mar 22 14:02:15 UTC 2015

Modified Files:
        src/distrib/sparc64/liveimage/emuimage: Makefile

Log Message:
Don't forget to put /ofwboot into the image otherwise boot fails.

Should be pulled up to netbsd-6* and netbsd-7 branches.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sparc64/liveimage/emuimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sparc64/liveimage/emuimage/Makefile
diff -u src/distrib/sparc64/liveimage/emuimage/Makefile:1.3 src/distrib/sparc64/liveimage/emuimage/Makefile:1.4
--- src/distrib/sparc64/liveimage/emuimage/Makefile:1.3	Sat Nov  3 14:25:33 2012
+++ src/distrib/sparc64/liveimage/emuimage/Makefile	Sun Mar 22 14:02:15 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.4 2015/03/22 14:02:15 tsutsui Exp $
 
 LIVEIMGBASE=	NetBSD-${DISTRIBVER}-sparc64-live-sd0root # gives ${IMGBASE}.img
 
@@ -11,7 +11,7 @@ BOOTDISK=		sd0		# for QEMU
 LIVEIMAGEMB=		${EMUIMAGEMB}
 .endif
 PRIMARY_BOOT=		bootblk
-#SECONDARY_BOOT=	# nothing
+SECONDARY_BOOT=		ofwboot
 #SECONDARY_BOOT_ARG=	# unnecessary
 
 USE_SUNLABEL=		yes

Reply via email to