Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/sandpoint netboot is called altbo...



details:   https://anonhg.NetBSD.org/src/rev/13f947d3a89d
branches:  trunk
changeset: 773049:13f947d3a89d
user:      phx <phx%NetBSD.org@localhost>
date:      Wed Jan 25 19:03:35 2012 +0000

description:
netboot is called altboot now

diffstat:

 distrib/utils/sysinst/arch/sandpoint/md.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d692accfd1c9 -r 13f947d3a89d distrib/utils/sysinst/arch/sandpoint/md.c
--- a/distrib/utils/sysinst/arch/sandpoint/md.c Wed Jan 25 18:26:26 2012 +0000
+++ b/distrib/utils/sysinst/arch/sandpoint/md.c Wed Jan 25 19:03:35 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.38 2012/01/06 20:52:43 riz Exp $ */
+/*     $NetBSD: md.c,v 1.39 2012/01/25 19:03:35 phx Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -153,7 +153,7 @@
 int
 md_post_newfs(void)
 {
-       /* no boot blocks, we are using netboot */
+       /* no boot blocks, we are using altboot */
        return 0;
 }
 



Home | Main Index | Thread Index | Old Index