diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-15 14:45:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-15 14:45:59 +0000 |
commit | 6de301d6aabad9cf13bb4c892cffb1e8a4b67692 (patch) | |
tree | 31d4c93df7601af6cec386342bee539ab082ba01 /eclass/mount-boot.eclass | |
parent | Typo in the ebuild for ppc (diff) | |
download | historical-6de301d6aabad9cf13bb4c892cffb1e8a4b67692.tar.gz historical-6de301d6aabad9cf13bb4c892cffb1e8a4b67692.tar.bz2 historical-6de301d6aabad9cf13bb4c892cffb1e8a4b67692.zip |
document maintainers
Diffstat (limited to 'eclass/mount-boot.eclass')
-rw-r--r-- | eclass/mount-boot.eclass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass index b4b30046f2ff..eb8d75d29ad2 100644 --- a/eclass/mount-boot.eclass +++ b/eclass/mount-boot.eclass @@ -1,11 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.12 2006/06/15 14:45:59 vapier Exp $ +# +# This eclass is really only useful for bootloaders. # # If the live system has a separate /boot partition configured, then this # function tries to ensure that it's mounted in rw mode, exiting with an # error if it cant. It does nothing if /boot isn't a separate partition. - +# +# MAINTAINER: base-system@gentoo.org EXPORT_FUNCTIONS pkg_preinst |