From owner-freebsd-bugs@FreeBSD.ORG Fri Aug 10 22:20:02 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50B716A419 for ; Fri, 10 Aug 2007 22:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 940C913C45B for ; Fri, 10 Aug 2007 22:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7AMK29S045935 for ; Fri, 10 Aug 2007 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7AMK2rT045934; Fri, 10 Aug 2007 22:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 10 Aug 2007 22:20:02 GMT Resent-Message-Id: <200708102220.l7AMK2rT045934@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Arends Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5680116A418 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/115405: tinybsd kernel config file's should use GEOM_PART_GPT instead of GEOM_GPT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 22:20:02 -0000 >Number: 115405 >Category: misc >Synopsis: tinybsd kernel config file's should use GEOM_PART_GPT instead of GEOM_GPT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 10 22:20:02 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted: