From nobody@FreeBSD.org  Fri Aug 10 22:13:33 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5680116A418
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Aug 2007 22:13:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 44CE213C461
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Aug 2007 22:13:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7AMDWmW085427
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Aug 2007 22:13:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l7AMDWXG085426;
	Fri, 10 Aug 2007 22:13:32 GMT
	(envelope-from nobody)
Message-Id: <200708102213.l7AMDWXG085426@www.freebsd.org>
Date: Fri, 10 Aug 2007 22:13:32 GMT
From: Richard Arends <richard@unixguru.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: tinybsd kernel config file's should use GEOM_PART_GPT instead of GEOM_GPT
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         115405
>Category:       misc
>Synopsis:       [tinybsd] [patch] tinybsd kernel config file's should use GEOM_PART_GPT instead of GEOM_GPT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 10 22:20:02 GMT 2007
>Closed-Date:    Wed Aug 22 18:45:32 GMT 2007
>Last-Modified:  Wed Aug 22 18:50:07 GMT 2007
>Originator:     Richard Arends
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD fbsd_current.unixguru.nl 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Aug  9 23:05:13 CEST 2007     root@fbsd_current.unixguru.nl:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
tinybsd kernel config file's should use GEOM_PART_GPT instead of GEOM_GPT
>How-To-Repeat:
build a tinybsd image using a default config
>Fix:
cd /usr/src/tools/tools/tinybsd and run patch with the attached patchfile as input


Patch attached with submission follows:

diff -ruN conf.orig/bridge/TINYBSD conf/bridge/TINYBSD
--- conf.orig/bridge/TINYBSD	2007-08-10 23:55:49.000000000 +0200
+++ conf/bridge/TINYBSD	2007-08-10 23:55:56.000000000 +0200
@@ -17,7 +17,7 @@
 options 	MD_ROOT			# MD is a potential root device
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory
diff -ruN conf.orig/default/TINYBSD conf/default/TINYBSD
--- conf.orig/default/TINYBSD	2007-08-10 23:56:02.000000000 +0200
+++ conf/default/TINYBSD	2007-08-10 23:56:08.000000000 +0200
@@ -23,7 +23,7 @@
 options 	CD9660			# ISO 9660 Filesystem
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory
diff -ruN conf.orig/firewall/TINYBSD conf/firewall/TINYBSD
--- conf.orig/firewall/TINYBSD	2007-08-10 23:56:14.000000000 +0200
+++ conf/firewall/TINYBSD	2007-08-10 23:56:25.000000000 +0200
@@ -16,7 +16,7 @@
 options 	MD_ROOT			# MD is a potential root device
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory
diff -ruN conf.orig/minimal/TINYBSD conf/minimal/TINYBSD
--- conf.orig/minimal/TINYBSD	2007-08-10 23:56:53.000000000 +0200
+++ conf/minimal/TINYBSD	2007-08-10 23:57:12.000000000 +0200
@@ -16,7 +16,7 @@
 options 	MD_ROOT			# MD is a potential root device
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory
diff -ruN conf.orig/vpn/TINYBSD conf/vpn/TINYBSD
--- conf.orig/vpn/TINYBSD	2007-08-10 23:57:18.000000000 +0200
+++ conf/vpn/TINYBSD	2007-08-10 23:57:24.000000000 +0200
@@ -16,7 +16,7 @@
 options 	MD_ROOT			# MD is a potential root device
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory
diff -ruN conf.orig/wireless/TINYBSD conf/wireless/TINYBSD
--- conf.orig/wireless/TINYBSD	2007-08-10 23:57:33.000000000 +0200
+++ conf/wireless/TINYBSD	2007-08-10 23:57:45.000000000 +0200
@@ -16,7 +16,7 @@
 options 	MD_ROOT			# MD is a potential root device
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory
diff -ruN conf.orig/wrap/TINYBSD conf/wrap/TINYBSD
--- conf.orig/wrap/TINYBSD	2007-08-10 23:58:02.000000000 +0200
+++ conf/wrap/TINYBSD	2007-08-10 23:54:48.000000000 +0200
@@ -19,7 +19,7 @@
 options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
-options 	GEOM_GPT		# GUID Partition Tables.
+options 	GEOM_PART_GPT		# GUID Partition Tables.
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	SYSVSHM			# SYSV-style shared memory


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sat Aug 11 09:07:06 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115405 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Wed Aug 22 18:45:30 UTC 2007 
State-Changed-Why:  
Thanks for the Submission Richard; the patch had now been committed into 
-CURRENT 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115405 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/115405: commit references a PR
Date: Wed, 22 Aug 2007 18:45:07 +0000 (UTC)

 remko       2007-08-22 18:45:00 UTC
 
   FreeBSD src repository
 
   Modified files:
     tools/tools/tinybsd  tinybsd 
     tools/tools/tinybsd/conf/bridge TINYBSD 
     tools/tools/tinybsd/conf/default TINYBSD 
     tools/tools/tinybsd/conf/firewall TINYBSD 
     tools/tools/tinybsd/conf/minimal TINYBSD 
     tools/tools/tinybsd/conf/vpn TINYBSD 
     tools/tools/tinybsd/conf/wireless TINYBSD 
     tools/tools/tinybsd/conf/wrap TINYBSD 
   Log:
   Bring in two fixes for TinyBSD:
   
   - Add the bind mtree to the TinyBSD build so that files
     can be installed there (else the build fails)
   - Change GEOM_GPT to GEOM_PART_GPT since that had been
     renamed in current. The kernel configuration provided
     by TinyBSD will not build without these changes.
   
   PR:             misc/115484
   PR:             misc/115405
   Submitted by:   Richard Arends <richard at unixguru dot nl>
   Approved by:    re (bmah)
   Approved by:    imp (mentor)
   
   Revision  Changes    Path
   1.3       +1 -1      src/tools/tools/tinybsd/conf/bridge/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/default/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/firewall/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/minimal/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/vpn/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/wireless/TINYBSD
   1.3       +1 -1      src/tools/tools/tinybsd/conf/wrap/TINYBSD
   1.7       +1 -0      src/tools/tools/tinybsd/tinybsd
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
