Commit Graph

91 Commits

Author SHA1 Message Date
Peng Zhihui
bee7e14e77 Correct getting instmode
modified:   interface/ri_inst_cli.py
	modified:   operation/finish_install/98state_grid_custom.py
2014-04-28 09:27:16 +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
9c1fbe799e exchange the running order of state_grid_custom and run_post_add script
renamed:    operation/finish_install/98run_post_add.sh ->
		    operation/finish_install/95run_post_add.sh
	renamed:    operation/finish_install/95state_grid_custom.py ->
		    operation/finish_install/98state_grid_custom.py
2014-04-15 17:31:24 +08:00
Peng Zhihui
a4bcbf4fc6 modified: interface/ri_inst_cli.py
modified:   operation/finish_install/66install_lib_32.sh
modified:   operation/finish_install/95state_grid_custom.py
2014-04-08 17:24:05 +08:00
Peng Zhihui
4961b6fe49 Add sth about version 4.2 to 6.0.42
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
2014-04-03 17:18:27 +08:00
Peng Zhihui
6eb9e46109 Get kernel parameter instmode's value correctly
modified:   interface/ri_inst_cli.py
	modified:   operation/finish_install/95state_grid_custom.py
2014-04-03 15:45:43 +08:00
Peng Zhihui
d906d2e489 renamed: operation/finish_install/99finish_install.sh ->
operation/finish_install/99run_post_add.sh
2014-03-27 09:29:46 +08:00
Peng Zhihui
f60e3e75c9 change the dir to save install log from '/var/log/' to '/var/log/installer'
modified:   operation/exec_finish_install.sh
2014-03-26 17:13:29 +08:00
Peng Zhihui
aa8c7ada19 New file: operation/finish_install/10collect_install_info.sh 2014-03-26 17:07:44 +08:00
Peng Zhihui
bbbc86793f omit unecessary information
modified:   operation/exec_finish_install.sh
2014-03-19 15:53:20 +08:00
Peng Zhihui
78e5cf7f83 Install 32 lib pkgs in finish_install step
modified:   operation/configure_fstab.sh
	new file:   operation/finish_install/66install_lib_32.sh
	new file:   operation/finish_install/exec_install_lib_32.sh
2014-03-19 11:25:43 +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
a2e217c99b Correct the problem of reumount operation
Text mode uses python-newt to show install progress

	modified:   interface/ri_inst_cli.py
	modified:   interface/ri_install.py
	modified:   operation/exec_finish_install.sh
	modified:   operation/functions
	modified:   operation/partition_disks.sh
2014-03-06 16:07:57 +08:00
Peng Zhihui
885998f90a modified: operation/install.txt 2014-03-04 14:55:03 +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
3236edd370 Ext4 supports acl and automated install will restart automately
modified:   interface/ri_inst_cli.py
	modified:   operation/configure_fstab.sh
2014-02-24 17:27:23 +08:00
Peng Zhihui
0dc4b94744 Correct a path 'proc/cmdline' -> '/proc/cmdline'
modified:   operation/finish_install.py
2014-02-24 14:02:20 +08:00
Peng Zhihui
8da1885d4d Get the cmdline instmod value in finish_install.py
modified:   interface/ri_oper.py
	modified:   operation/finish_install.py
2014-02-24 13:53:53 +08:00
Peng Zhihui
21c3272eea Add auto install, HdInstall and state grid custom install
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
2014-02-24 10:44:53 +08:00
Peng Zhihui
5c7c4af1bc Modify partition-tools:
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
2014-01-13 10:05:10 +08:00
Qin Bo
02dbaa792b modify follow files for new datastructure
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>
2013-12-04 19:16:16 +08:00
Peng Zhihui
3c0236842a rewrite text isntall interface and partition-tool
modified:   dialog/di_dialog.py
	modified:   dialog/di_main.py
	new file:   dialog/di_newt.py
	modified:   interface/ri_inst_cli.py
	modified:   interface/ri_oper.py
	new file:   new_partition/finddisk.sh
	new file:   new_partition/list-devices
	new file:   new_partition/new_partition.py
	new file:   new_partition/parted_devices
	new file:   new_partition/parted_devices.py
	modified:   operation/configure_bootloader_cnf.sh
	modified:   operation/copy_kernels.sh
	modified:   operation/install_bootloader.sh
	modified:   xml/config.xml
	modified:   xml/dependency.xml
2013-12-20 11:10:32 +08:00
Peng Zhihui
1666ccbe3a add multipath-tools to xml/dependency.xml
modify operation/copy_kernels.sh to support the cgroup and nocgroup initrd
modify operation/configure_bootloader_cnf.sh to solve the problem of grub
2013-04-07 11:08:52 +08:00
hbjia
8ecec09ea7 modify fstab, check partitions
modified:   dialog/di_dialog.py
	modified:   interface/ri_oper.py
	modified:   operation/configure_fstab.sh
2012-10-31 15:44:42 +08:00
hbjia
744dc58c5e modify code for bug1241, note user to partition before install the system, adjust /etc/fstab
modified:   dialog/di_dialog.py
	modified:   interface/ri_data.py
	modified:   interface/ri_tk_cmd.py
	modified:   operation/configure_fstab.sh
2012-10-18 15:57:12 +08:00
Qin Bo
a9d1747e04 bug# 1216
use "full" initrd.gz instead of initrd.gz which make by mkinitrd.
	modified:   configure_bootloader_cnf.sh
	modified:   copy_kernels.sh
2012-08-27 16:02:35 +08:00
Qin Bo
0a240351e7 bug# 1214
add initrd-full.gz to harddisk.
	modified:   operation/copy_kernels.sh
2012-08-16 13:56:55 +08:00
Zhi Li
84759bc271 Merge remote branch 'origin/4.3/1126' 2012-05-18 13:05:39 +08:00
hbjia
42794bbd10 add MODPATH variable in makeinitrd; update config.xml,dependency.xml
modified:   operation/makeinitrd
	modified:   xml/config.xml
	modified:   xml/dependency.xml
2012-05-11 17:20:58 +08:00
Qin Bo
3fd74f4f6b fix bug #1126
modified:   operation/configure_bootloader_cnf.sh
2012-05-10 19:08:56 +08:00
fling
ba66604e82 fix: install packages
modified:   operation/install_pkg.sh
2012-01-05 15:32:52 +08:00
fling
bce90126c1 bug 4.3/950
check net.
	modified:   ri_tk_cmd.py
	modified:   ../operation/configure_network.sh
2011-07-22 12:05:26 +08:00
fling
e179d1481a modified: makeinitrd 2011-07-21 16:22:02 +08:00
fling
3b4ed215c1 adjust
modified:   operation/configure_bootloader_cnf.sh
	modified:   operation/makeinitrd

	modified:   operation/configure_bootloader_cnf.sh
	modified:   operation/makeinitrd
	modified:   xml/D5000-workstation.xml
2011-07-19 10:17:48 +08:00
fling
d12ff2ddb2 bug 4.3/943
modified:   operation/configure_bootloader_cnf.sh
	modified:   operation/install_pkg.sh
	modified:   operation/makeinitrd
	modified:   xml/D5000-server.xml
	modified:   xml/D5000-workstation.xml
	new file:   xml/config.xml
	modified:   xml/dependency.xml
	deleted:    xml/server.xml
2011-07-18 17:46:28 +08:00
fling
a717969c7f Merge branch '4.3/886'
Conflicts:
	operation/configure_bootloader_cnf.sh
2011-05-17 18:05:33 +08:00
fling
e37fadea9c add uuid functions
modified:   configure_bootloader_cnf.sh
2011-05-17 17:35:18 +08:00
fling
ec9d81cf50 Merge remote branch 'remotes/origin/4.3/879'
Conflicts:
	operation/configure_bootloader_cnf.sh

	modified:   operation/configure_bootloader_cnf.sh
2011-05-17 12:27:40 +08:00
fling
f73629be74 Merge branch '4.3/886' 2011-05-17 11:29:51 +08:00
fling
82c0eb1b7c bug 4.3/879
modified:   configure_bootloader_cnf.sh
    add rootdelay for hP ia64
	modified:   configure_bootloader_cnf.sh
2011-04-20 09:40:59 +08:00
fling
fd335e8209 bug 4.3/886
modified:   configure_bootloader_cnf.sh
    add uuid
2011-04-19 19:51:51 +08:00
fling
570574b1e5 bug 4.3/875
modified:   copy_kernels.sh
2011-04-19 12:47:49 +08:00
fling
e854d68b0a bug 886
use UUID of root
2011-04-14 14:02:33 +08:00
hugang
bb5f324039 insert "append=***" in elilo.conf 2011-03-21 17:02:23 +08:00
hugang
95c70b1c53 modify error of operation 2011-03-07 15:19:23 +08:00
hugang
0bdbe9d664 IA-64 CPU suppout tmppoint 2011-03-04 17:36:32 +08:00
root
30059dc679 modified for IA64 install complete 2011-03-04 13:21:11 +08:00
root
3c800ffdf8 modify debug message 2011-02-25 10:20:17 +08:00
hugang
49c2ac8b51 second step 2011-02-22 15:49:16 +08:00
fling
1c05b41ccc modified: format_partition.sh
add argument -I for mke2fs
2010-12-06 09:30:51 +08:00