mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
Backports should be available for all releases <= stable
This commit is contained in:
parent
18f31df2f4
commit
c3a6d4f232
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def resolve_tasks(taskset, manifest):
|
|||
taskset.add(initd.AdjustGrowpartWorkaround)
|
||||
if manifest.system['bootloader'] == 'grub':
|
||||
taskset.add(grub.EnableSystemd)
|
||||
if manifest.release == stable:
|
||||
if manifest.release <= stable:
|
||||
taskset.add(apt.AddBackports)
|
||||
|
||||
if manifest.provider.get('install_init_scripts', True):
|
||||
|
|
Loading…
Add table
Reference in a new issue