Initial Liberty Changes
Metadata changes - Updated maintainer email - Updated the version Attributes changes - Changed some comments for liberty rubocop updates remove db2 refs Change-Id: Ic318239294fa32173634c68710fb93e1b09d3e42
This commit is contained in:
committed by
Mark Vanderwiel
parent
964f74ace2
commit
9ce1d8ef27
@@ -31,7 +31,8 @@ platform_options['libvirt_packages'].each do |pkg|
|
||||
end
|
||||
|
||||
def update_grub_default_kernel(flavor = 'default') # rubocop:disable MethodLength
|
||||
default_boot, current_default = 0, nil
|
||||
default_boot = 0
|
||||
current_default = nil
|
||||
|
||||
# parse menu.lst, to find boot index for selected flavor
|
||||
File.open('/boot/grub/menu.lst') do |f|
|
||||
|
||||
Reference in New Issue
Block a user