From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 13:33:56 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 C0F36106566C; Fri, 23 Sep 2011 13:33:56 +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 A54818FC16; Fri, 23 Sep 2011 13:33:56 +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=UnyuxQwU7n9lH5SxTW48ZUYU2IWmJRlX9rnFYZdPKeo=; b=f/Ayy4NoRJFaLXYjo7s/RAjuTOehoTG9zCr5rCB5VBfRCfcJEiZtZSMvPJdxz1E0B/g4Bat8XKwS7NzG9GIbgIkAvtWxQDylR+Q35EQRsaS/Jpqm2m/BtQUN79B9I1h56fpLAgCUyG7fuRvQ/TTslWLVHV174hiGeYWNqqpkdm8= 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:33:56 -0700 Message-ID: <4E7C8AC2.6020704@a1poweruser.com> Date: Fri, 23 Sep 2011 09:33:54 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Daniel O'Connor References: <4E7BEA42.4020004@a1poweruser.com> <94B70CFD-D1EA-4C64-8384-BBE00185280D@gsoft.com.au> In-Reply-To: <94B70CFD-D1EA-4C64-8384-BBE00185280D@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Sep 2011 13:33:56.0862 (UTC) FILETIME=[71B641E0:01CC79F5] 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:33:56 -0000 Daniel O'Connor wrote: > On 23/09/2011, at 11:39, 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. > > > The binary is installed by default, but there it isn't run at startup. > > If it is being run then I would expect you are booting off your install media again by accident. > > -- > Daniel O'Connor > You did not read my post correctly. I dont say bsdinstall is run every time I boot. I said "the bsdinstall scripts still remain on the new installed system." The point I was making is it should not remain.