Module Name: src
Committed By: jakllsch
Date: Wed Aug 17 00:45:55 UTC 2011
Modified Files:
src/sbin/gpt: biosboot.c
Log Message:
Ajdust bootcode file name from mbr_gpt to gptmbr.bin.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/biosboot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/gpt/biosboot.c
diff -u src/sbin/gpt/biosboot.c:1.2 src/sbin/gpt/biosboot.c:1.3
--- src/sbin/gpt/biosboot.c:1.2 Wed Aug 17 00:04:41 2011
+++ src/sbin/gpt/biosboot.c Wed Aug 17 00:45:55 2011
@@ -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;