simplified PARTITIONS to use one entry per each partition
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 25 Jun 2015 21:49:08 +0000 (23:49 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 25 Jun 2015 21:49:20 +0000 (23:49 +0200)
commit352741929d126d9dbecfd8b371ef2c6903e92d2b
treeb7367cf2b973547c7d251f2ff13667abf48a7975
parent81695f5ec3f62b1fb7610388bed4825640d9c770
simplified PARTITIONS to use one entry per each partition
we used to have e.g. PARTITIONS['root'] and PARTITIONS['mapper-root']
but we don't need them both and it makes things confusing
source/steps/ChainBootNode.py
source/steps/InitializeBootManager.py
source/steps/InstallPartitionDisks.py
source/steps/InstallWriteConfig.py