From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 05:33:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F11516A4CE for ; Thu, 19 Feb 2004 05:33:43 -0800 (PST) Received: from ux1.ibb.net (ux1.ibb.net [64.215.98.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E30443D1F for ; Thu, 19 Feb 2004 05:33:42 -0800 (PST) (envelope-from mipam@ibb.net) Received: from localhost (mipam@localhost) by ux1.ibb.net (8.9.3/8.9.3/UX1TT) with ESMTP id NAA09361 for ; Thu, 19 Feb 2004 13:28:02 +0100 X-Authentication-Warning: ux1.ibb.net: mipam owned process doing -bs Date: Thu, 19 Feb 2004 13:28:02 +0100 (MET) From: Mipam To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: diskSetCustom: no such release "bin" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 13:33:43 -0000 Hi, I managed to get the system booted and install the machine by pxeboot. Next step is to create an install.cfg to make the install automatic. In install.cfg i have: ################################## dists=bin doc manpages dict info crypto compat3x compat4x ports ssecure \ sbase scontrib sgnu setc sinclude slib slibexec srelease sbin ssbin \ sshare ssys subin susbin ssmailcf distSetCustom ######################################### However, the install stops in the screen of the partitioner. In ctrl-alt-F2 i see: DEBUG: diskSetCustom: Warning, no such release "bin" Any hings? Bye, Mipam.