From 08d7c3f055f0d81f7d28acc249a915fd0f05a84d Mon Sep 17 00:00:00 2001 From: Kevin Olbrich Date: Wed, 13 Nov 2019 08:41:42 +0100 Subject: [PATCH] add newly created kernel option tasks --- bootstrapvz/common/task_groups.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrapvz/common/task_groups.py b/bootstrapvz/common/task_groups.py index 21c0a27..009e59c 100644 --- a/bootstrapvz/common/task_groups.py +++ b/bootstrapvz/common/task_groups.py @@ -165,6 +165,9 @@ def get_bootloader_group(manifest): group.extend([grub.AddGrubPackage, grub.InitGrubConfig, grub.SetGrubTerminalToConsole, + grub.DisableConsoleBlanking, + grub.SetIoScheduler, + grub.MakeLinuxFastAgain, grub.SetGrubConsolOutputDeviceToSerial, grub.RemoveGrubTimeout, grub.DisableGrubRecovery,