Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 01:48:24 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        rwatson@FreeBSD.org
Cc:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release/i386 dokern.sh
Message-ID:  <20030219014824S.matusita@jp.FreeBSD.org>
In-Reply-To: <Pine.NEB.3.96L.1030218103425.41634E-100000@fledge.watson.org>
References:  <200302181209.h1IC9KhD089780@repoman.freebsd.org> <Pine.NEB.3.96L.1030218103425.41634E-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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




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