mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
ec2: Fix PVM grub console output
This commit is contained in:
parent
97deaa3a17
commit
a5f5b9ef3a
2 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,7 @@ def resolve_tasks(taskset, manifest):
|
|||
taskset.update([grub.AddGrubPackage,
|
||||
grub.InitGrubConfig,
|
||||
grub.SetGrubTerminalToConsole,
|
||||
grub.SetGrubConsolOutputDeviceToSerial,
|
||||
grub.RemoveGrubTimeout,
|
||||
grub.DisableGrubRecovery,
|
||||
tasks.boot.CreatePVGrubCustomRule,
|
||||
|
|
|
@ -69,7 +69,6 @@ class ConfigurePVGrub(Task):
|
|||
def run(cls, info):
|
||||
info.grub_config['GRUB_CMDLINE_LINUX'].extend([
|
||||
'consoleblank=0',
|
||||
'console=hvc0',
|
||||
'elevator=noop',
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue