From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 13:40:57 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 7A0331065670; Fri, 23 Sep 2011 13:40:57 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2618FC08; Fri, 23 Sep 2011 13:40:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=g7mSSH0DKvkc9US00lbuNIz9UwUNp3P2gK8ZHUGupo8=; b=h4edN+qz6vLhzqkXEY7D4VCdCTUJTcjkuP90Y3eXGgeaqCUW30SUEGyMJnwS44uihnrF/YtuSwsvChRfYmFpKwqsstIIG+fPrFNNZjsaE5C9lZ+ULmTFbbam6XXKJNjIeoMOvDUVQRRNtj5TrMZ1yAod3k6fVIBTAnFePMyBAHs= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 23 Sep 2011 06:40:57 -0700 Message-ID: <4E7C8C67.2090709@a1poweruser.com> Date: Fri, 23 Sep 2011 09:40:55 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Adrian Chadd References: <4E7BEA42.4020004@a1poweruser.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Sep 2011 13:40:57.0649 (UTC) FILETIME=[6C854210:01CC79F6] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: freebsd-current@freebsd.org, FreeBSD Questions 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 13:40:57 -0000 Adrian Chadd wrote: > 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 > > Yes I have been submitting PR's.