mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Force order of tasks that add console=xxx to kernel command line
This commit is contained in:
parent
ad2c455c4c
commit
ff014a431e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ from bootstrapvz.common.tasks import grub
|
||||||
class AddVirtualConsoleGrubOutputDevice(Task):
|
class AddVirtualConsoleGrubOutputDevice(Task):
|
||||||
description = 'Adding `tty0\' as output device for grub'
|
description = 'Adding `tty0\' as output device for grub'
|
||||||
phase = phases.system_modification
|
phase = phases.system_modification
|
||||||
|
predecessors = [grub.SetGrubConsolOutputDeviceToSerial]
|
||||||
successors = [grub.WriteGrubConfig]
|
successors = [grub.WriteGrubConfig]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Reference in a new issue