Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2000 00:09:11 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        current@freebsd.org
Subject:   Re: Our kernel just got too big again. :)
Message-ID:  <20001015000910.D25729@dragon.nuxi.com>
In-Reply-To: <200010150031.e9F0Vuf00936@mass.osd.bsdi.com>; from msmith@freebsd.org on Sat, Oct 14, 2000 at 05:31:56PM -0700
References:  <20001014155623.D24566@dragon.nuxi.com> <200010150031.e9F0Vuf00936@mass.osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith points out that removing `vpo' kills parallel port Zip drives.
Is this something we can live w/o for installs?


> Index: dokern.sh
> ===================================================================
> RCS file: /home/ncvs/src/release/scripts/dokern.sh,v
> retrieving revision 1.35
> diff -u -r1.35 dokern.sh
> --- dokern.sh	2000/09/29 03:24:03	1.35
> +++ dokern.sh	2000/10/14 22:55:45
> @@ -72,7 +72,15 @@
>  	-e '/SOFTUPDATES/d' \
>  	-e '/MFS/d' \
>  	-e '/NFS_ROOT/d' \
> +	-e '/ncr/d' \
>  	-e '/atapist/d' \
> +	-e '/lpt/d' \
> +	-e '/ppi/d' \
> +	-e '/vpo/d' \
> +	-e '/ugen/d' \
> +	-e '/uhid/d' \
> +	-e '/ulpt/d' \
> +	-e '/urio/d' \
>  	-e '/maxusers/d' \
>  	-e 's/ident.*GENERIC/ident		BOOTMFS/g'


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?20001015000910.D25729>