/[smeserver]/rpms/e-smith-grub/sme10/e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch
ViewVC logotype

Contents of /rpms/e-smith-grub/sme10/e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Jul 16 14:22:04 2016 UTC (7 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-grub-2_6_1-9_el7_sme, e-smith-grub-2_6_1-6_el7_sme, e-smith-grub-2_6_1-10_el7_sme, e-smith-grub-2_6_1-5_el7_sme, e-smith-grub-2_6_1-3_el7_sme, e-smith-grub-2_6_1-4_el7_sme, e-smith-grub-2_6_1-11_el7_sme, e-smith-grub-2_6_1-2_el7_sme, e-smith-grub-2_6_1-7_el7_sme, e-smith-grub-2_6_1-8_el7_sme, HEAD
* Sat Jul 16 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.1-2.sme
- Write the full path for the grub Action [SME: 9668]
- Added e-smith-grub-2.6.1.bz9668.AddFullPath2GrubAction.patch

1 diff -Nur e-smith-grub-2.6.1.bz9668.old/root/etc/e-smith/events/actions/update-grub e-smith-grub-2.6.1.bz9668.new/root/etc/e-smith/events/actions/update-grub
2 --- e-smith-grub-2.6.1.bz9668.old/root/etc/e-smith/events/actions/update-grub 2016-06-15 22:19:28.000000000 +0200
3 +++ e-smith-grub-2.6.1.bz9668.new/root/etc/e-smith/events/actions/update-grub 2016-07-15 01:44:57.039015248 +0200
4 @@ -1,5 +1,5 @@
5 #!/usr/bin/perl
6 use strict;
7 use warnings;
8 - system("grub2-mkconfig","-o","/boot/grub2/grub.cfg") == 0
9 + system("/usr/sbin/grub2-mkconfig","-o","/boot/grub2/grub.cfg") == 0
10 or die("Unable to update grub2\n");

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed