new boot_state 'upgrade' is recognized much like 'reinstall'
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Apr 2015 15:15:27 +0000 (17:15 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 24 Apr 2015 15:15:27 +0000 (17:15 +0200)
commitdc8926ef97d1058c3dcfaad5f1628e2984297e4e
tree8de8eac77b5aac7bc7d7e4a66f0f7472660c928d
parentfbb0f48516a3d3fb8b2e67e700a0b7fa6dea0869
new boot_state 'upgrade' is recognized much like 'reinstall'
in this first rough implementation, a node in 'upgrade' mode goes through almost exactly the same steps as 'reinstall'  except for re-partitioning
one possible drawback of this approach is we might en up with too much stuff in /
that is to say we might need to clean up manually some areas of the system to avoid accumulating things from previous releases
source/BootManager.py
source/steps/InstallBootstrapFS.py
source/steps/InstallWriteConfig.py