From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 21:59:56 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F6116A4CE for ; Fri, 1 Apr 2005 21:59:56 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9673643D5A for ; Fri, 1 Apr 2005 21:59:55 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so766522rng for ; Fri, 01 Apr 2005 13:59:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=mF3gF7E1LEtRMhcBzsGRWHEpFn6UO4OLiKGDTGOaxf3xS7M4iZS334BCWRll9GSRDuVqtLy9gBwxXrjjMCB5MYXn8JwESyXdWePzxR8ofVHUeLNJ8ZrgPyzYy6UzTXeLiiMCqSs6xoHYTVCVZ4ImUEY4R8KUmVPnfT+qjlyx9O4= Received: by 10.38.12.33 with SMTP id 33mr3188075rnl; Fri, 01 Apr 2005 13:59:55 -0800 (PST) Received: by 10.38.74.23 with HTTP; Fri, 1 Apr 2005 13:59:55 -0800 (PST) Message-ID: Date: Fri, 1 Apr 2005 23:59:55 +0200 From: Gert Cuykens To: =?ISO-8859-1?Q?Erik_N=F8rgaard?= In-Reply-To: <424D1041.3070100@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <424D1041.3070100@locolomo.org> cc: freebsd-questions@freebsd.org Subject: Re: can i delete /stand ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 21:59:56 -0000 On Apr 1, 2005 11:11 AM, Erik N=F8rgaard wrote: > Gert Cuykens wrote: > > It bugs me... >=20 > yes you can. If you need to run sysinstall later it will be in > /usr/sbin/sysinstall >=20 > You might want to check your init_path in loader.conf, in > /boot/defaults/loader.conf it is set to >=20 > /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall >=20 > it would be sensible to replace /stand/sysinstall by /rescue/init >=20 What happens if i leave /stand/sysinstall and put nothing in return ? How will singel user look like ?