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
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
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
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
sxx
aeb687f000
text mode usage pythondialog show install progress
...
modified: ri_inst_cli.py
modified: ri_install.py
new file: ri_progress.py
Signed-off-by: gdzhang <gdzhang@linx-info.com >
2014-03-05 15:21:36 +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
080f7776d7
Modify default network cfg as the same with linx 6.0
...
modified: interface/ri_data.py
2014-03-03 09:17:58 +08:00
Peng Zhihui
b0f6069fc0
Correct an IndentationError
...
modified: interface/ri_inst_cli.py
2014-02-25 09:12:05 +08:00
Peng Zhihui
1b3752a356
Correct a SyntaxError
...
modified: interface/ri_inst_cli.py
2014-02-25 09:01:17 +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
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
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
04be655e08
Running 'setup' will text install defaultly
...
Fix problem of setting swap
modified: dialog/di_newt.py
modified: interface/ri_inst_cli.py
modified: main/setup
2014-01-17 10:56:12 +08:00
Peng Zhihui
2ab2cc7639
Support making raid and Fix problems of partition-tool
...
Merge the button 'Next' to 'OK' on the network configure interface
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
2014-01-16 16:06:09 +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
Peng Zhihui
fafdb9b843
a test version which just can be run
...
there is sth wrong with partition-tools and making raid
modified: dialog/di_main.py
modified: dialog/di_newt.py
modified: interface/ri_install.py
modified: interface/ri_oper.py
modified: new_partition/interface_partition.py
modified: new_partition/partition_data.py
modified: xml/config.xml
modified: xml/dependency.xml
2014-01-03 15:22:27 +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
Qin Bo
c304aeab2a
modified: ri_data.py
...
Signed-off-by: Qin Bo <bqin@linx-info.com >
2013-12-03 18:50:37 +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
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
f5c38cd5b7
bug# 1241 ,check partition, modify fstab
...
add a yesorno dialog when check partition: if yes,continue; if no,exit
modified: dialog/di_dialog.py
modified: interface/ri_data.py
modified: interface/ri_tk_cmd.py
modified: xml/interface.xml
2012-10-23 17:06:35 +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
hbjia
41860cfc48
modify interface/ri_tk_cmd.py
...
modified: interface/ri_tk_cmd.py
2011-11-21 20:39:43 +08:00
fling
f2611c0f95
update
...
modified: di_dialog.py
modified: di_main.py
modified: ../interface/ri_data.py
modified: ../main/setup
2011-09-21 17:39:43 +08:00
fling
4d3106fbda
hostname default is localhost
...
modified: ../interface/ri_data.py
2011-09-21 15:57:39 +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
hugang
0bdbe9d664
IA-64 CPU suppout tmppoint
2011-03-04 17:36:32 +08:00
root
1f3216863c
forth step ,change default language to chinese
2011-02-22 16:58:18 +08:00
hugang
49c2ac8b51
second step
2011-02-22 15:49:16 +08:00
fling
3093360d0c
modified: ri_cmd.py
...
modified: ri_oper.py
modified: ri_tk.py
modified: ri_tk_cmd.py
modified: ri_widget.py
add network check ip and hostname update
2010-12-09 12:23:48 +08:00
fling
d8d7bb036d
modified: ri_cmd.py
...
modified: ri_data.py
modified: ri_tk.py
modified: ri_tk_cmd.py
modified: ri_widget.py
add network check ip and hostname funcation
2010-12-09 09:17:52 +08:00
fling
e332f9de9c
modified: ri_cmd.py
...
modified: ri_data.py
modified: ../xml/interface.xml
add check network hostname ip netmask DNS.
2010-12-07 14:44:36 +08:00
fling
ee49098d5e
modified: ri_func_dep.py
...
update
2010-11-25 08:54:40 +08:00
fling
093a3ac28b
modified: ri_func_dep.py
...
funcation dependency make a raid
2010-11-24 17:31:13 +08:00
fling
8267a1446f
modified: ri_dep.py
...
modified: ri_oper.py
modified: ri_tk_cmd.py
modified: ../xml/interface.xml
funcation and packages dependency not add InstallPkg of ri_oper
modules
2010-11-22 09:20:31 +08:00
fling
f9452945d5
modified: ri_inst_tk.py
...
modified: ../xml/interface.xml
fix messagebox title and raid title
2010-11-18 16:20:10 +08:00
fling
9284ea3b7c
modified: interface/ri_cmd.py
...
modified: interface/ri_inst_tk.py
modified: xml/interface.xml
fix title and language variable
2010-11-18 15:26:40 +08:00
fling
571b9303ca
remove Chinese text on window title(all are in English)
2010-11-17 17:02:47 +08:00
fling
959fd7fdcf
modified: ri_func_dep.py
...
make tab equal 4 spaces
2010-11-17 13:43:53 +08:00
fling
6016506b27
modified: ../interface/check_oldconf.py
...
add title
2010-11-17 11:17:32 +08:00
fling
cd4aa1a4fd
modified: ri_main.py
...
fix :
Remote installation "/var/install" directory isn't exist
2010-11-16 15:12:29 +08:00
fling
50a1757eb6
modified: interface/ri_oper.py
...
add make raid return information.
2010-11-16 09:11:31 +08:00
fling
39cb6bcee8
modified: interface/ri_install.py
...
update
make tab equal 4 spaces
2010-11-15 12:47:27 +08:00
fling
258f9dc69f
modified: interface/ri_data.py
...
modified: interface/ri_func_dep.py
modified: interface/ri_inst_cli.py
modified: interface/ri_inst_tk.py
modified: interface/ri_oper.py
modified: xml/interface.xml
make tab equal 4 spaces
2010-11-15 12:18:06 +08:00
fling
483d16568c
modified: interface/ri_data.py
...
modified: interface/ri_tk_cmd.py
modified: xml/interface.xml
update
help information,add check mount point message box.
2010-11-15 10:03:05 +08:00
fling
6de793eeb9
modified: ri_data.py
...
modified: ri_tk_cmd.py
modified: ../xml/interface.xml
updata add message box for specal mount point
2010-11-10 17:15:51 +08:00
fling
ad712491c3
modified: ri_oper.py
...
fix speling mistake
2010-11-09 16:28:48 +08:00
fling
d53f1802ec
modified: ri_oper.py
...
modified: ri_tk_cmd.py
add kernel argument vga=791
del "/" and "/boot" mount point is a Raid device.
2010-11-09 13:34:25 +08:00