modules/generic_stage_target.py, modules/stage1_target.py: Add a target_mounts dictionary
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 17 Dec 2013 06:22:05 +0000 (22:22 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Fri, 3 Jan 2014 04:39:28 +0000 (20:39 -0800)
commit7a4705adf2578f8131ae5fa4192d383c82a0516d
tree5b9b1bc41766c997c412f0cb7372a37410463b1c
parent4da24c6ed4ae87c4653b051924269915925178f9
modules/generic_stage_target.py, modules/stage1_target.py: Add a target_mounts dictionary

Temporary location to define TARGET_MOUNTS_DEFAULTS.
It will be moved to a new defaults.py file in a later commit.
I also plan to make them configurable.

Also:
* Clean up all self.mounts, self.mountmap usage.
* Replace multiple path additions with one instance at the
  beginning of the function, reuse the result multiple times.
* Add some extra debug prints (to be converted to logging later)
modules/generic_stage_target.py
modules/stage1_target.py