mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Don't add initd installation task in vbox provider
This commit is contained in:
parent
6d2a52f7a0
commit
26f0702ae1
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ from bootstrapvz.common.tasks import volume
|
|||
from bootstrapvz.common.tasks import loopback
|
||||
from bootstrapvz.common.tasks import partitioning
|
||||
from bootstrapvz.common.tasks import filesystem
|
||||
from bootstrapvz.common.tasks import initd
|
||||
from bootstrapvz.common.tasks import workspace
|
||||
|
||||
|
||||
|
@ -26,7 +25,6 @@ def resolve_tasks(taskset, manifest):
|
|||
|
||||
taskset.update([tasks.packages.DefaultPackages,
|
||||
loopback.Create,
|
||||
initd.InstallInitScripts,
|
||||
loopback.MoveImage,
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue