进行管理(bug1941)
new file: operation/finish_install/99create_git_manage.sh
new file: operation/finish_install/cfg_create_git.sh
Signed-off-by: Wei,Shuai <swei@linx-info.com>
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
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
new file: data/about_4.2_to_6.0.42/ROCKY42-logo.png
new file: data/about_4.2_to_6.0.42/ROCKY42.png
renamed: operation/finish_install/99run_post_add.sh -> operation/finish_install/98run_post_add.sh
new file: operation/finish_install/99about_4.2_to_6.0.42.sh
modified: operation/configure_fstab.sh
new file: operation/finish_install/66install_lib_32.sh
new file: operation/finish_install/exec_install_lib_32.sh
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
new file: AutoInstall/auto_install.py
new file: StateGrid/state_grid.py
modified: interface/ri_data.py
modified: operation/exec_finish_install.sh
new file: operation/finish_install.py
renamed: operation/99finish_install.sh -> operation/finish_install/99finish_install.sh
new file: xml/install.xml
chage the base unit from 'B' to 's'
correct 4k align
Modify network configure:
provide a default network configure
Todo:
support making raid
modified: dialog/di_main.py
modified: dialog/di_newt.py
modified: interface/ri_data.py
modified: interface/ri_oper.py
modified: new_partition/interface_partition.py
modified: new_partition/partition_data.py
modified: operation/partition_disks.sh
modified: interface/ri_data.py
remove MountPoint use new datastructure for instead
modified: interface/ri_install.py
add MakePartitions for partition
modified: interface/ri_oper.py
1.add MakePartitions class
2.modify Format, Mount, ConfigureFstab class
modified: new_partition/partition_data.py
1.add disk_from_os attribute to Partition class for disk
2.add process linux-swap(v1) in Partition class
3.force convert num and sn to int, beacause when read from install.xml
sn and num is still string.
modified: operation/format_partition.sh
1.add timeout beacause use MakePartitions, need time to generate
device file
2.add linux-swap for swap
modified: operation/functions
1.add % support, beacause of partition may use 1% to partition
disks.
new file: operation/partition_disks.sh
1.use partition_disks as parted stdin wrapper.
Signed-off-by: Qin Bo <bqin@linx-info.com>