Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mount-boot.eclass
Date: Thu, 30 Jul 2015 06:53:11
Message-Id: 20150730065302.9B18C113@oystercatcher.gentoo.org
1 vapier 15/07/30 06:53:02
2
3 Modified: mount-boot.eclass
4 Log:
5 add eclass docs
6
7 Revision Changes Path
8 1.19 eclass/mount-boot.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mount-boot.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mount-boot.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mount-boot.eclass?r1=1.18&r2=1.19
13
14 Index: mount-boot.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- mount-boot.eclass 9 Jan 2011 03:18:38 -0000 1.18
21 +++ mount-boot.eclass 30 Jul 2015 06:53:02 -0000 1.19
22 @@ -1,14 +1,17 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.18 2011/01/09 03:18:38 vapier Exp $
27 -#
28 +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.19 2015/07/30 06:53:02 vapier Exp $
29 +
30 +# @ECLASS: mount-boot.eclass
31 +# @MAINTAINER:
32 +# base-system@g.o
33 +# @BLURB: functions for packages that install files into /boot
34 +# @DESCRIPTION:
35 # This eclass is really only useful for bootloaders.
36 #
37 # If the live system has a separate /boot partition configured, then this
38 # function tries to ensure that it's mounted in rw mode, exiting with an
39 -# error if it cant. It does nothing if /boot isn't a separate partition.
40 -#
41 -# MAINTAINER: base-system@g.o
42 +# error if it can't. It does nothing if /boot isn't a separate partition.
43
44 EXPORT_FUNCTIONS pkg_preinst pkg_postinst pkg_prerm pkg_postrm