Skip to content

Commit

Permalink
always activate partition on ppc (bnc#866912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 26, 2014
1 parent df0bb0f commit 797a3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bootloader/grub2base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ def StandardGlobals
"vgamode" => "",
"gfxmode" => "auto",
"terminal" => Arch.s390 ? "console" : "gfxterm",
"os_prober" => Arch.s390 ? "false" : "true"
"os_prober" => Arch.s390 ? "false" : "true",
"activate" => Arch.ppc ? "true" : "false"
}
end

Expand Down

0 comments on commit 797a3b9

Please sign in to comment.