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:
JJ Asghar
2015-08-27 15:24:36 -05:00
committed by Mark Vanderwiel
parent 964f74ace2
commit 9ce1d8ef27
6 changed files with 18 additions and 26 deletions

View File

@@ -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|