Skip to content

Commit

Permalink
Merge pull request #184 from imobach/fix-init-section
Browse files Browse the repository at this point in the history
Add 'init' to the list of generic AutoYaST sections
  • Loading branch information
imobachgs committed Jan 19, 2016
2 parents 140a89a + c7384be commit e63fc7e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 19 11:40:38 UTC 2016 - igonzalezsosa@suse.com

- Fix wrong warning message about the 'init' section
not being processed (bsc#962526)
- 3.1.101.11

-------------------------------------------------------------------
Fri Jan 15 10:30:58 CET 2016 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.101.10
Version: 3.1.101.11
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 4 additions & 1 deletion src/modules/Profile.rb
Expand Up @@ -21,7 +21,10 @@ class ProfileClass < Module
# Flags for setting the solver while the upgrade process with AutoYaST
"upgrade",
# Flags for controlling the update backups (see Installation module)
"backup"
"backup",
# init section used by Kickstart and to pass additional arguments
# to Linuxrc (bsc#962526)
"init"
]

# Dropped YaST modules that used to provide AutoYaST functionality
Expand Down

0 comments on commit e63fc7e

Please sign in to comment.