Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Aug 20, 2018
1 parent 4fb0656 commit dfb5752
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib/bootloader/grub2_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,14 @@ def help
end
end

# Represents graphical and serial console for bootloader
# Represents graphical and serial console setup for bootloader
#
# Allows to configure terminal for grub. It can configure grub
# to use either graphical terminal, console or console over serial line.
#
# Graphical or serial terminal has to be selected explicitly. Either
# one of them or both at once.
# Native console is configured as a fallback when nothing else is selected.
class ConsoleWidget < CWM::CustomWidget
include Grub2Widget

Expand Down

0 comments on commit dfb5752

Please sign in to comment.