From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 02:09:08 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 D356F106566B; Fri, 23 Sep 2011 02:09:08 +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 B839B8FC08; Fri, 23 Sep 2011 02:09:08 +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=WUtTOtx2knhN8GrrkBZpPmq0+cSLmK4CA3MHZO/fmAg=; b=LcKHoc+Q/TCdpm3+6sopLGpc9NWPuM0jgF3P2ppsWfmpDJLAPPyMelV/rmzamSA+gAGQ2LAUyLs+PkQOqWd2iRpLEVd88hHkdtBeZfGZK9xr0j+au8oa2EttJSwz6Q7cWJE0/qljFHc0F8XXGgPrkSty2tbVuD6ISYQ2PMiRSPg= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Sep 2011 19:09:08 -0700 Message-ID: <4E7BEA42.4020004@a1poweruser.com> Date: Thu, 22 Sep 2011 22:09:06 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions , freebsd-current@freebsd.org, Nathan Whitehorn Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Sep 2011 02:09:08.0640 (UTC) FILETIME=[C7392200:01CC7995] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: Subject: 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:09:08 -0000 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.