mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
add newly created kernel option tasks
This commit is contained in:
parent
9695948e3d
commit
08d7c3f055
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ def get_bootloader_group(manifest):
|
||||||
group.extend([grub.AddGrubPackage,
|
group.extend([grub.AddGrubPackage,
|
||||||
grub.InitGrubConfig,
|
grub.InitGrubConfig,
|
||||||
grub.SetGrubTerminalToConsole,
|
grub.SetGrubTerminalToConsole,
|
||||||
|
grub.DisableConsoleBlanking,
|
||||||
|
grub.SetIoScheduler,
|
||||||
|
grub.MakeLinuxFastAgain,
|
||||||
grub.SetGrubConsolOutputDeviceToSerial,
|
grub.SetGrubConsolOutputDeviceToSerial,
|
||||||
grub.RemoveGrubTimeout,
|
grub.RemoveGrubTimeout,
|
||||||
grub.DisableGrubRecovery,
|
grub.DisableGrubRecovery,
|
||||||
|
|
Loading…
Add table
Reference in a new issue