mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Re-enable aptupgrade task
This commit is contained in:
parent
b4c963ea95
commit
4d44500f45
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ def tasks(tasklist, manifest):
|
||||||
locale.SetTimezone(),
|
locale.SetTimezone(),
|
||||||
apt.DisableDaemonAutostart(),
|
apt.DisableDaemonAutostart(),
|
||||||
apt.AptSources(),
|
apt.AptSources(),
|
||||||
#No network for the moment, skip
|
apt.AptUpgrade(),
|
||||||
#apt.AptUpgrade(),
|
|
||||||
boot.ConfigureGrub(),
|
boot.ConfigureGrub(),
|
||||||
filesystem.ModifyFstab(),
|
filesystem.ModifyFstab(),
|
||||||
common_boot.BlackListModules(),
|
common_boot.BlackListModules(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue