From owner-cvs-all Fri Jan 19 12:17:36 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8C2FF37B401; Fri, 19 Jan 2001 12:17:11 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0JKGms55718; Fri, 19 Jan 2001 13:16:48 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101192016.f0JKGms55718@harmony.village.org> To: netch@carrier.kiev.ua (Valentin Nechayev) Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 19 Jan 2001 15:01:37 +0200." <200101191301.PAQ80768@burka.carrier.kiev.ua> References: <200101191301.PAQ80768@burka.carrier.kiev.ua> Date: Fri, 19 Jan 2001 13:16:48 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101191301.PAQ80768@burka.carrier.kiev.ua> Valentin Nechayev writes: : sysinstall is extremely valuable to fix system in cases when it is damaged. : I think it can live in /stand, or /sbin, or in another place, but this : place must be on root partition. Can you move it to /sbin and build statically? The problem with this is that / is getting very full and many older systems that have been upgraded tend to have problems fitting all the stuff on them. sysinstall isn't required to boot the system, so it shouldn't be in /. Even though it is a useful repair tool, its use as a repair tool happens rarely enough that burning space for it on / isn't worth it, imho. If you really want it in /sbin, statically linked, you can always cd usr.sbin/sysinstall make NOSHARED=YES BINDIR=/sbin all install But that's just my take. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message