Class: Bootloader::SystemdBootWidget::KernelTab

Inherits:
CWM::Tab
  • Object
show all
Defined in:
src/lib/bootloader/systemdboot_widgets.rb

Overview

represents Tab with kernel related configuration

Instance Method Summary collapse

Instance Method Details

#contentsObject



116
117
118
119
120
121
122
123
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 116

def contents
  VBox(
    VSpacing(1),
    MarginBox(1, 0.5, KernelAppendWidget.new),
    MarginBox(1, 0.5, Left(CpuMitigationsWidget.new)),
    VStretch()
  )
end

#labelObject



110
111
112
113
114
# File 'src/lib/bootloader/systemdboot_widgets.rb', line 110

def label
  textdomain "bootloader"

  _("&Kernel Parameters")
end