Skip to content

Commit

Permalink
added explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Jan 7, 2015
1 parent 3da387d commit 5d84422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/system/src/modules/Kernel.rb
Expand Up @@ -254,6 +254,8 @@ def ParseInstallationKernelCmdline
return if !(Stage.initial || Stage.cont)
# live installation does not create /etc/install.inf (bsc#793065)
if Mode.live_installation
# not using dedicated agent in order to use the same parser for cmdline
# independently on whether it comes from /proc/cmdline or /etc/install.inf
tmp = Convert.to_string(SCR.Read(path(".target.string"), "/proc/cmdline"))
else
tmp = Convert.to_string(SCR.Read(path(".etc.install_inf.Cmdline")))
Expand Down

0 comments on commit 5d84422

Please sign in to comment.