From owner-freebsd-doc@FreeBSD.ORG Fri Jun 12 11:30:50 2009 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02F45106566B for ; Fri, 12 Jun 2009 11:30:50 +0000 (UTC) (envelope-from labt3ch@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 8909D8FC19 for ; Fri, 12 Jun 2009 11:30:49 +0000 (UTC) (envelope-from labt3ch@gmail.com) Received: by ewy8 with SMTP id 8so2394936ewy.43 for ; Fri, 12 Jun 2009 04:30:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=pM3FQH/hD06fxCUfch5WHORAJten0dzCB1r6S7rbWGA=; b=u7fNzeuYtGKerRlbWjglUDa+FmHaRD8Nn3XG/ZRb2x9vMh198Dw72DSsZtUcuTKbru 6ZDpQ3FWLCdKnMgw32uVfR4nL2BHTh3CP0vihY2PDE1blI4AslbHz7YOba+wGDoJuRbz 1ShdX86GBMBdjqI/hSN9SrX1KfQvtAKq84Kww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ld2xG3KVSf+qlZZtXVSRe4aIE2ZZnjoA7VIsRFccIH5+NomkcMC1eve71piWh8wUne h6xD1MXpPgLdtiRsZJu4jNoHxn8HBixhq+ziKH5VV909BOyISGEQGI46SP3S7Tdj8agr iKslncztTS4QnOTJG0Vyi+7dRA7J6UJanKvoM= MIME-Version: 1.0 Received: by 10.210.128.17 with SMTP id a17mr676765ebd.51.1244804290123; Fri, 12 Jun 2009 03:58:10 -0700 (PDT) Date: Fri, 12 Jun 2009 11:58:10 +0100 Message-ID: From: Epita Li To: doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Handbook : 31.7.2.7.1 Using make world to populate root X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 11:30:50 -0000 Hi Been using the very handy handbook to set up my first diskless install, found that after "cd /usr/src; make buildworld && make buildkernel" completed correctly that "cd /usr/src/etc; make distribution" failed with error code 64. Checking the mailing archives I found this: http://lists.freebsd.org/pipermail/freebsd-hackers/2006-May/016659.html . Should the extra line "make distrib-dirs" be included in the guide, after using it make distribution completed sucessfully. Finding the handbook to be very useful learning BSD coming from an experienced windows server background! E Li