Source-Changes-HG archive

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

[src/trunk]: src/sbin/gpt Ajdust bootcode file name from mbr_gpt to gptmbr.bin.



details:   https://anonhg.NetBSD.org/src/rev/441995f57a7e
branches:  trunk
changeset: 768446:441995f57a7e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Aug 17 00:45:55 2011 +0000

description:
Ajdust bootcode file name from mbr_gpt to gptmbr.bin.

diffstat:

 sbin/gpt/biosboot.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5fbda1be4b5a -r 441995f57a7e sbin/gpt/biosboot.c
--- a/sbin/gpt/biosboot.c       Wed Aug 17 00:33:52 2011 +0000
+++ b/sbin/gpt/biosboot.c       Wed Aug 17 00:45:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosboot.c,v 1.2 2011/08/17 00:04:41 jakllsch Exp $ */
+/*     $NetBSD: biosboot.c,v 1.3 2011/08/17 00:45:55 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc. 
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifdef __RCSID
-__RCSID("$NetBSD: biosboot.c,v 1.2 2011/08/17 00:04:41 jakllsch Exp $");
+__RCSID("$NetBSD: biosboot.c,v 1.3 2011/08/17 00:45:55 jakllsch Exp $");
 #endif
 
 #include <sys/stat.h>
@@ -58,7 +58,7 @@
 #include "gpt.h"
 
 #define DEFAULT_BOOTDIR                "/usr/mdec"
-#define DEFAULT_BOOTCODE       "mbr_gpt"
+#define DEFAULT_BOOTCODE       "gptmbr.bin"
 
 static daddr_t start;
 static uint64_t size;



Home | Main Index | Thread Index | Old Index