Commit Graph

13 Commits

Author SHA1 Message Date
PengZhihui
911c08a72a bug 2017:修改安装程序,使6.0.42.41系统支持在fakeraid上安装
修改:      main/begin-install
	修改:      new_partition/interface_partition.py
	修改:      new_partition/parted_devices.py
	修改:      new_partition/partition_data.py
	修改:      operation/install_bootloader.sh
	修改:      text/get_instmode.sh

Signed-off-by: PengZhihui <zhihuipeng@linx-info.com>
2014-09-17 11:18:23 +08:00
sysadmin
918bf64ea5 Fix bug 1987:
添加安装完成后的动作(重启/关机/待机)

    修改:      interface/ri_data.py
	修改:      interface/ri_inst_cli.py
	修改:      interface/ri_install.py
	修改:      main/setup
	修改:      text/ri_main.py
	修改:      text/ri_newt.py

Signed-off-by: sysadmin <zhihuipeng@linx-info.com>
2014-08-19 10:23:13 +08:00
Peng Zhihui
bbf7182fbf Fix problems with configure mountpoint when auto install:
1. configure root mountpoint ok and and just press Enter when the focus
   on no button, errors occur.

	modified:   text/auto_install.py
2014-06-17 17:14:15 +08:00
Peng Zhihui
2f80cd90f0 Fix problems when configure mountpoint:
1. focus on no item and press "Edit" button ,errors occur.
2. configure root mountpoint ok and and just press Enter when the focus
   on no button, errors occur.

	modified:   text/ri_main.py
	modified:   text/ri_newt.py
2014-06-16 14:53:56 +08:00
Peng Zhihui
27fed5d1a1 deleted useless script : operation/finish_install.py
add no raid install :
    just move scripts/local-top/mdadm from initrd
    this will support Lenovo RD440 machine

	deleted:    operation/finish_install.py
	new file:   operation/finish_install/97update_initrd_noraid.sh
	modified:   text/get_instmode.sh
2014-05-16 14:51:36 +08:00
Peng Zhihui
b3e847c59c Enable to select install mode when net-install and hd-install
modified:   interface/ri_inst_cli.py
	new file:   main/begin-install
	modified:   operation/finish_install/98state_grid_custom.py
	new file:   text/get_instmode.sh
	new file:   text/select_inst_mode.py
2014-04-22 16:16:47 +08:00
Peng Zhihui
edd0de8e28 add a feature: when run install program you can skip partition
by use parameter -p or --skip-partition.

	modified:   main/setup
	modified:   operation/configure_fstab.sh
	modified:   text/ri_main.py
2014-03-18 14:29:05 +08:00
Peng Zhihui
cc0dd53024 Rename xml/config.xml to xml/install_cfg.xml
modified:   interface/ri_data.py
	modified:   interface/test_data.py
	modified:   main/setup
	modified:   text/ri_newt.py
	modified:   xml/dependency.xml
	renamed:    xml/config.xml -> xml/install_cfg.xml
2014-03-03 10:15:27 +08:00
Peng Zhihui
513f9756bf Modify finish_install interface:
exec_finish_install will run all executable scripts in the
    finish_install dir in turn.
Add support to ext4 in mount_partition.sh
move auto_install.py and state_grid.py to text dir

	modified:   operation/exec_finish_install.sh
	new file:   operation/finish_install/95state_grid_custom.py
	modified:   operation/finish_install/99finish_install.sh
	new file:   operation/finish_install/exec_post_add.sh
	modified:   operation/install.txt
	modified:   operation/mount_partition.sh
	renamed:    AutoInstall/auto_install.py -> text/auto_install.py
	renamed:    StateGrid/state_grid.py -> text/state_grid.py
2014-02-26 09:33:28 +08:00
Peng Zhihui
10ac06e064 Import interface_partition correctly
modified:   text/ri_newt.py
2014-02-24 13:10:10 +08:00
Peng Zhihui
8378d142fc Add some tips on the interface.
modified:   text/ri_newt.py
2014-02-14 14:12:56 +08:00
Peng Zhihui
99c32ef85c Correct the funciton to calculate raid size
Correct the funciton to del raid

       modified:   interface/ri_data.py
       modified:   new_partition/interface_partition.py
       modified:   text/ri_main.py
       modified:   text/ri_newt.py
2014-02-13 13:14:24 +08:00
Peng Zhihui
2002522ad5 Rename some file.
deleted:    dialog/di_dialog.py
	modified:   main/setup
	modified:   new_partition/interface_partition.py
	renamed:    dialog/di_main.py -> text/ri_main.py
	renamed:    dialog/di_newt.py -> text/ri_newt.py
2014-01-24 09:35:17 +08:00