mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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,
|
taskset.update([grub.AddGrubPackage,
|
||||||
grub.InitGrubConfig,
|
grub.InitGrubConfig,
|
||||||
grub.SetGrubTerminalToConsole,
|
grub.SetGrubTerminalToConsole,
|
||||||
|
grub.SetGrubConsolOutputDeviceToSerial,
|
||||||
grub.RemoveGrubTimeout,
|
grub.RemoveGrubTimeout,
|
||||||
grub.DisableGrubRecovery,
|
grub.DisableGrubRecovery,
|
||||||
tasks.boot.CreatePVGrubCustomRule,
|
tasks.boot.CreatePVGrubCustomRule,
|
||||||
|
|
|
@ -69,7 +69,6 @@ class ConfigurePVGrub(Task):
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
info.grub_config['GRUB_CMDLINE_LINUX'].extend([
|
info.grub_config['GRUB_CMDLINE_LINUX'].extend([
|
||||||
'consoleblank=0',
|
'consoleblank=0',
|
||||||
'console=hvc0',
|
|
||||||
'elevator=noop',
|
'elevator=noop',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue