Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64/liveimage/emuimage Don't forget to put /ofwb...



details:   https://anonhg.NetBSD.org/src/rev/1a3369a7374d
branches:  trunk
changeset: 336828:1a3369a7374d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 22 14:02:15 2015 +0000

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

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

diffstat:

 distrib/sparc64/liveimage/emuimage/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 21db86b58f69 -r 1a3369a7374d distrib/sparc64/liveimage/emuimage/Makefile
--- a/distrib/sparc64/liveimage/emuimage/Makefile       Sun Mar 22 13:53:33 2015 +0000
+++ b/distrib/sparc64/liveimage/emuimage/Makefile       Sun Mar 22 14:02:15 2015 +0000
@@ -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 @@
 LIVEIMAGEMB=           ${EMUIMAGEMB}
 .endif
 PRIMARY_BOOT=          bootblk
-#SECONDARY_BOOT=       # nothing
+SECONDARY_BOOT=                ofwboot
 #SECONDARY_BOOT_ARG=   # unnecessary
 
 USE_SUNLABEL=          yes



Home | Main Index | Thread Index | Old Index