From owner-cvs-all Tue Feb 18 8:48:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D999037B401; Tue, 18 Feb 2003 08:48:30 -0800 (PST) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1156B43F3F; Tue, 18 Feb 2003 08:48:29 -0800 (PST) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id h1IGmRi54318; Wed, 19 Feb 2003 01:48:27 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: References: <200302181209.h1IC9KhD089780@repoman.freebsd.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 27 From: Makoto Matsushita To: rwatson@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh Date: Wed, 19 Feb 2003 01:48:24 +0900 Message-Id: <20030219014824S.matusita@jp.FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson> FWIW, we'll need to add UFS_ACL back into the install rwatson> floppies as of 5.1 because an upgrade needs to obey the ACLs rwatson> in the file system -- if we don't have it, permissions may rwatson> get mangled. Ok, I've tried to put back UFS_ACL into BOOTMFS: without UFS_ACL: -rwxr-xr-x 1 matusita matusita 4840949 Feb 18 09:48 kernel -rwxr-xr-x 1 matusita matusita 1723911 Feb 18 11:47 kernel.kgz with UFS_ACL: -rwxr-xr-x 1 matusita matusita 4854718 Feb 18 16:24 kernel -rwxr-xr-x 1 matusita matusita 1728647 Feb 18 16:36 kernel.kgz We've got 4736 bytes; it can be back again since there's 3kbytes space before my last commit IIRC. But we must keep going to put more drivers away... Speaking about SCSI/SCSI RAID drivers, is there any reason that must stay on the floppy's kernel? It cannot be used if these are loaded as a kernel module? SCSI/SCSI RAID users, do you know something about that? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message