From owner-freebsd-questions@FreeBSD.ORG Wed Apr 1 21:52:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EFE9106567D for ; Wed, 1 Apr 2009 21:52:20 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 7DA8E8FC28 for ; Wed, 1 Apr 2009 21:52:19 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by ewy19 with SMTP id 19so255690ewy.43 for ; Wed, 01 Apr 2009 14:52:18 -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=O1m9DE3Va3wkS8TyaiqzYsiOSLJ2Ugg3Y4EtUp0J1jg=; b=R2KupubCC0bI0EnbqgE3sLS+l756iG4OSEixztkj60pp/HAcWDXwMotpwy6ncg4nGx FmjJp/JBoKwgIKuyQNR1IG54T5vp/N9v/EC0BMZ8B42gcLJ7KMi+NZk6aV5Vr3xh0y/s IvPF5VCnH930jDDx/jteQ9NqEWsIDFnibhTU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Bk4b4Bd2MqHnxUQ0jMbvw+2e78dcN/jx/ckzTtJqvAdo5KkBMFF/Jn/Ze1/3YNBA75 3cdE2xUJlRYe0EK7JqetSondctzkbvrFKxekYshbgSRkTMjNXBe1Ibj6/2KHc1r/UCe5 2k65qUqD40gUopx86CpnUp2cdeU3ckSlghjo4= MIME-Version: 1.0 Received: by 10.216.27.65 with SMTP id d43mr2693236wea.187.1238621116102; Wed, 01 Apr 2009 14:25:16 -0700 (PDT) Date: Wed, 1 Apr 2009 23:25:16 +0200 Message-ID: From: Andreas Nilsson To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Sysinstall with install.cfg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2009 21:52:21 -0000 Hello, I've been tasked with building a modified FreeBSD release, which among other things should have a scripted sysinstall. However when I try to use a basic one I get an error saying something like: "No such device /dev/da0s1b", but in the debug output I see that it was created. The install.cfg I'm using is: debug=yes ################################ # Which installation device to use mediaSetCDROM ################################ ################################ # Select which distributions we want. #dists= #distSetCustom distSetDeveloper ################################ ################################ # Now set the parameters for the partition editor on da0. disk=da0 partition=all bootManager=none diskPartitionEditor diskPartitionWrite ################################ da0s1-1=ufs 62914569 / da0s1-2=swap 16777216 none da0s1-4=ufs 0 /usr diskLabelEditor installCommit What am I missing? Best regards Andreas Nilsson