This commit is contained in:
Zach Marano 2016-03-03 14:29:42 -08:00
parent b590a02a8c
commit d485ef681a

View file

@ -28,7 +28,7 @@ class AddGrowRootDisable(Task):
class AdjustExpandRootDev(Task):
description = 'Adjusting the expand-root device'
phase = phases.system_modificatio
phase = phases.system_modification
predecessors = [initd.AddExpandRoot, initd.AdjustExpandRootScript]
@classmethod