packages: grub2/grub2.spec - package /boot/grub/custom.cfg - file appended ...

glen glen at pld-linux.org
Mon Oct 17 10:47:41 CEST 2011


Author: glen                         Date: Mon Oct 17 08:47:41 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- package /boot/grub/custom.cfg - file appended to generated grub.cfg

---- Files affected:
packages/grub2:
   grub2.spec (1.112 -> 1.113) 

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.112 packages/grub2/grub2.spec:1.113
--- packages/grub2/grub2.spec:1.112	Fri Oct 14 12:16:05 2011
+++ packages/grub2/grub2.spec	Mon Oct 17 10:47:35 2011
@@ -251,6 +251,8 @@
 # core.img - bootable image generated by grub-mkimage(1) via grub-install(1)
 touch $RPM_BUILD_ROOT%{_libexecdir}/core.img
 touch $RPM_BUILD_ROOT%{_libexecdir}/device.map
+# grub.d/41_custom
+touch $RPM_BUILD_ROOT%{_libexecdir}/custom.cfg
 
 # needs to be exactly 1KiB
 # but we're ghosting it. so whom are we kidding here? :P (maybe %config it in future?)
@@ -330,6 +332,7 @@
 # XXX: check this locale dir location and if it is neccesaary to exist on /boot
 %dir %{_libexecdir}/locale
 %config(noreplace) %verify(not md5 mtime size) %{_libexecdir}/grub.cfg
+%config(noreplace) %verify(not md5 mtime size) %{_libexecdir}/custom.cfg
 %{_libexecdir}/*.lst
 %{_libexecdir}/*.mod
 %if %{with efiemu}
@@ -380,6 +383,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.113  2011/10/17 08:47:35  glen
+- package /boot/grub/custom.cfg - file appended to generated grub.cfg
+
 Revision 1.112  2011/10/14 10:16:05  arekm
 - rel 7; postshell doesn't understand commented out lines
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.112&r2=1.113&f=u



More information about the pld-cvs-commit mailing list