From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 02:20:19 2011 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 81A94106566B; Fri, 23 Sep 2011 02:20:19 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1B27E8FC13; Fri, 23 Sep 2011 02:20:18 +0000 (UTC) Received: by ywp17 with SMTP id 17so3053081ywp.13 for ; Thu, 22 Sep 2011 19:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=nnsZ35a0NpI9Ni5FO+He9lFNTC+Akhat+yn8DFVLDmA=; b=GbhQCY+VsE7cOk5sqkRGUGoao4ZyDhGrx3khHt04NNIRCI0eoQjVXQ4YkwrHY0nlt+ AojoHHV5wy++kGYZRWEtHnGIS58CfEft2F9KekLAc38keigLNdLkmf87rkpZkBddcFXF OyvWs80xeO1Ci6jIeWb6kF81wIk9du4D4icS4= MIME-Version: 1.0 Received: by 10.236.176.65 with SMTP id a41mr18668592yhm.72.1316744418388; Thu, 22 Sep 2011 19:20:18 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Thu, 22 Sep 2011 19:20:18 -0700 (PDT) In-Reply-To: <4E7BEA42.4020004@a1poweruser.com> References: <4E7BEA42.4020004@a1poweruser.com> Date: Fri, 23 Sep 2011 10:20:18 +0800 X-Google-Sender-Auth: LNeFGzP8YkAmWEnoKwKI6nSQd84 Message-ID: From: Adrian Chadd To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, FreeBSD Questions , Nathan Whitehorn Subject: Re: 9.0 bsdinstall usage 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: Fri, 23 Sep 2011 02:20:19 -0000 On 23 September 2011 10:09, Fbsd8 wrote: > I have installed 9.0 bata2 from cd and the net. In both cases after the > completion of the install and rebooting, the bsdinstall scripts still remain > on the new installed system. If I interpret the code logic correctly, > bsdinstall can ONLY be used for an original install. It's not intended by > design to be used any other time, unlike sysinstall. I think the "auto" > script should have code added to remove all traces of the bsdinstall > environment at the conclusion of the install. This way bsdinstall fulfills > the original design goals and guarantees no one can exec it by accident and > kill there running system. Have you thought about filing PRs for your installer suggestions, just so they don't get lost? I've just filed a bsdinstaller PR for a wifi config bug; I'm likely going to file a few more PRs based on my interaction with the installer. Thanks, Adrian