mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Fix missing script line.
This commit is contained in:
parent
31a98badcb
commit
ee12a3e340
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue