Class: Bootloader::SystemdBootWidget::KernelTab
- Inherits:
-
CWM::Tab
- Object
- CWM::Tab
- Bootloader::SystemdBootWidget::KernelTab
- Defined in:
- src/lib/bootloader/systemdboot_widgets.rb
Overview
represents Tab with kernel related configuration
Instance Method Summary collapse
Instance Method Details
#contents ⇒ Object
29 30 31 32 33 34 35 36 |
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 29 def contents VBox( VSpacing(1), MarginBox(1, 0.5, KernelAppendWidget.new), MarginBox(1, 0.5, Left(CpuMitigationsWidget.new)), VStretch() ) end |
#label ⇒ Object
23 24 25 26 27 |
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 23 def label textdomain "bootloader" _("&Kernel Parameters") end |