blob: 509165cb919eb71ba7ec56597cf87e7a424151c9 (
plain)
1
2
3
4
5
6
7
|
#if $getVar('kernel_options_post','') != ''
# Start post install kernel options update
/sbin/grubby --update-kernel=`/sbin/grubby --default-kernel` --args="$kernel_options_post"
# End post install kernel options update
#end if
|