Skip to content

Commit

Permalink
Add 'init' section to generic AutoYaST sections
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 19, 2016
1 parent 140a89a commit f67308f
Showing 1 changed file with 4 additions and 1 deletion.
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 f67308f

Please sign in to comment.