Fix missing script line.

This commit is contained in:
Zach Marano 2016-03-02 16:30:53 -08:00
parent 31a98badcb
commit ee12a3e340

View file

@ -78,5 +78,7 @@ class AdjustGrowpartWorkaround(Task):
from ..tools import sed_i
from bootstrapvz.common.releases import jessie
script = os.path.join(info.root, 'etc/init.d/expand-root')
if info.manifest.release >= jessie:
sed_i(script, '^growpart="growpart"$', 'growpart-workaround')