Date: Mon, 18 Jan 1999 13:03:53 +0900 From: Makoto MATSUSHITA (=?ISO-2022-JP?B?GyRCJF4kRCQ3JD8kXiQzJEgbKEI=?=) <matusita@ics.es.osaka-u.ac.jp> To: current@FreeBSD.ORG Subject: Re: vinum is always started at boot-time... Message-ID: <19990118130353I.matusita@ics.es.osaka-u.ac.jp> In-Reply-To: <19990118135514.Y55525@freebie.lemis.com> References: <19990118021522.A443@keltia.freenix.fr> <19990118021522.A443@keltia.freenix.fr> <19990118135514.Y55525@freebie.lemis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry donno who set "$vinum_slide" variable, however, grog> Ugh. It wants to be grog> if [ -n "$vinum_slices" ] why not do as the CCD do? Anybody have the answer? if [ -f /etc/vinum.conf ]; vinum create /etc/vinum.conf >/dev/null 2>&1 fi Smart and simple enough? And, why we should always do kldload the vinum module? Built-in the vinum module into kernel (say "pseudo-device vinum" in kernel config file) is prohibited? Sorry I do not know how to decide that vinum (or whatever feature) is already built-in or should be kldload after the kernel starts, but now we have /boot/loader; pre-loading the modules is quite easy (see the usage of splash module), and maybe it's not /etc/rc's business. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990118130353I.matusita>