vapier 15/07/30 06:53:02 Modified: mount-boot.eclass Log: add eclass docs
Revision Changes Path 1.19 eclass/mount-boot.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mount-boot.eclass?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mount-boot.eclass?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mount-boot.eclass?r1=1.18&r2=1.19 Index: mount-boot.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mount-boot.eclass 9 Jan 2011 03:18:38 -0000 1.18 +++ mount-boot.eclass 30 Jul 2015 06:53:02 -0000 1.19 @@ -1,14 +1,17 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.18 2011/01/09 03:18:38 vapier Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.19 2015/07/30 06:53:02 vapier Exp $ + +# @ECLASS: mount-boot.eclass +# @MAINTAINER: +# [email protected] +# @BLURB: functions for packages that install files into /boot +# @DESCRIPTION: # 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: [email protected] +# error if it can't. It does nothing if /boot isn't a separate partition. EXPORT_FUNCTIONS pkg_preinst pkg_postinst pkg_prerm pkg_postrm
