TLD
/
packages
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83aa340
)
- fix default behavior of UPDATE_GRUB
LINUX_3_11
author
Marcin Krol
<hawk@tld-linux.org>
Tue, 12 Nov 2013 08:57:25 +0000
(08:57 +0000)
committer
Marcin Krol
<hawk@tld-linux.org>
Tue, 12 Nov 2013 08:57:25 +0000
(08:57 +0000)
kernel-vanilla.spec
patch
|
blob
|
history
diff --git
a/kernel-vanilla.spec
b/kernel-vanilla.spec
index a5ce1bb0cd3280f26d05fad5292d5cbf1e37b996..b5d224d2fbd907e541f4166c268731a64701744c 100644
(file)
--- a/
kernel-vanilla.spec
+++ b/
kernel-vanilla.spec
@@
-5,7
+5,7
@@
%define basever 3.11
%define postver 7
-%define rel
1
+%define rel
2
%define alt_kernel 3.11-vanilla
@@
-538,7
+538,7
@@
fi
# update boot loaders
if [ -x /sbin/update-grub -a -f /etc/sysconfig/grub ]; then
- if [ "$(. /etc/sysconfig/grub; echo ${UPDATE_GRUB:-
no
})" = "yes" ]; then
+ if [ "$(. /etc/sysconfig/grub; echo ${UPDATE_GRUB:-
yes
})" = "yes" ]; then
/sbin/update-grub >/dev/null
fi
fi