Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2001 13:16:48 -0700
From:      Warner Losh <imp@harmony.village.org>
To:        netch@carrier.kiev.ua (Valentin Nechayev)
Cc:        John Baldwin <jhb@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/sysinstall Makefile 
Message-ID:  <200101192016.f0JKGms55718@harmony.village.org>
In-Reply-To: Your message of "Fri, 19 Jan 2001 15:01:37 %2B0200." <200101191301.PAQ80768@burka.carrier.kiev.ua> 
References:  <200101191301.PAQ80768@burka.carrier.kiev.ua>  

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101192016.f0JKGms55718>