Module Name: src
Committed By: martin
Date: Sat May 2 18:09:06 UTC 2015
Modified Files:
src/distrib/sparc64/liveimage/emuimage [netbsd-7]: Makefile
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #729):
distrib/sparc64/liveimage/emuimage/Makefile: revision 1.4
Don't forget to put /ofwboot into the image otherwise boot fails.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.10.1 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.3.10.1
--- src/distrib/sparc64/liveimage/emuimage/Makefile:1.3 Sat Nov 3 14:25:33 2012
+++ src/distrib/sparc64/liveimage/emuimage/Makefile Sat May 2 18:09:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/11/03 14:25:33 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3.10.1 2015/05/02 18:09:06 martin 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