Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2007 22:36:50 GMT
From:      Richard Arends <richard@unixguru.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/115484: tinybsd create_etc fails
Message-ID:  <200708132236.l7DMaoZe049972@www.freebsd.org>
Resent-Message-ID: <200708132240.l7DMe6iu093580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115484
>Category:       misc
>Synopsis:       tinybsd create_etc fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 13 22:40:06 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 create_etc fails because some directory's does not exist. 
>How-To-Repeat:
Build a tinybsd image using the current tinybsd script
>Fix:
--- tinybsd.orig        2007-08-13 23:09:19.000000000 +0200
+++ tinybsd     2007-08-14 00:32:15.000000000 +0200
@@ -267,6 +267,7 @@
 create_tree() {
        echo "${TS} Creating directory hierarchy... "
        mtree -deU -f /etc/mtree/BSD.root.dist -p ${WORKDIR}
+       mtree -deU -f /etc/mtree/BIND.chroot.dist -p ${WORKDIR}
        mtree -deU -f /etc/mtree/BSD.usr.dist -p ${WORKDIR}/usr
        mtree -deU -f /etc/mtree/BSD.local.dist -p ${WORKDIR}/usr/local
        mtree -deU -f /etc/mtree/BSD.var.dist -p ${WORKDIR}/var


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708132236.l7DMaoZe049972>