4 Commits

Author SHA1 Message Date
fling
cd4aa1a4fd modified: ri_main.py
fix :
        Remote installation  "/var/install" directory isn't exist
2010-11-16 15:12:29 +08:00
fling
ed6ba90bea modified: ri_data.py
modified:   ri_main.py
    fix
        Partition/Raid/MountPoint must be from os when installation
        system every time.
    fix
        the data of raid.level is a number, not a string. Eg:
        "raid0"-->"0"
2010-11-04 18:46:50 +08:00
fling
b52f535f6b modified: ri_data.py
modified:   ri_func_dep.py
	modified:   ri_main.py
	modified:   ri_tk_cmd.py
     Because the function sort() return value is not a list. it is return <type 'NoneType'>.so use for k in ri_data.MountPoint.dict{}.keys().sort() must be throw a exception
2010-10-19 04:54:11 +08:00
lizhi-rocky
0c425d031d 1. unify install.xml location
2. in ri_data.py, fix an error on Raid instance construction
3. in ri_func_dep.py, use common function ri_data.Group.get_install_pkgs()
4. in ri_install.py, add logic to config install.xml location
5. rename test.py to ri_main.py
6. in ri_main.py, add logic to set config.xml location
7. in ri_main.py, modify the way to get parameters.
2010-10-18 17:34:55 +08:00