Merge branch 'fling3'
This commit is contained in:
@@ -153,8 +153,7 @@ class Mount(Operation):
|
||||
"""class for mount partition"""
|
||||
def __init__(self,scr):
|
||||
Operation.__init__(self,'mount partition',u'挂载分区','mount_partition.sh',scr)
|
||||
self.return_value[1]=("device node doesn't exist",u"设备结点不存在")
|
||||
self.return_value[32]=("mount failure",u"挂载失败")
|
||||
self.return_value[2]=("device node doesn't exist",u"设备结点不存在")
|
||||
|
||||
def get_stdin(self):
|
||||
mount=''
|
||||
@@ -195,7 +194,7 @@ class ConfigureFstab(Mount):
|
||||
"""class for configure /etc/fstab"""
|
||||
def __init__(self,scr):
|
||||
Operation.__init__(self,'configure fstab',u'配置/etc/fstab文件','configure_fstab.sh',scr)
|
||||
self.return_value[1]=("fstab doesn't exist",u"/etc/fstab文件不存在")
|
||||
self.return_value[2]=("fstab doesn't exist",u"/etc/fstab文件不存在")
|
||||
|
||||
class GenerateIssue(Operation):
|
||||
"""class for generate /etc/issue"""
|
||||
|
||||
@@ -858,9 +858,10 @@ row 4 | |
|
||||
|
||||
<text key='#dependency.help'>
|
||||
<English>
|
||||
There are two kinds of dependency relationships. Functions dependency and Packages dependency.
|
||||
Functions dependency :To provide systems function of packages. the left column is the system functions, the right column is function of packages.
|
||||
Packages dependency : The current selection of the packages by dependency on the missing package. The left column of the software package is dependent on the right of the software packages
|
||||
There are two kinds of dependent relationships. Dependent Functions and Dependent Packages.
|
||||
Dependent Functions :To provide systems function of packages. the left column is the systematic functions, the right column provides function of packages.
|
||||
Dependent Packages : The current selection of the dependent packages on the missing package. The left column of the software package is dependent on the right of the software packages
|
||||
|
||||
</English>
|
||||
<Chinese>
|
||||
依赖关系分为两部分:功能依赖和软件包依赖。
|
||||
@@ -876,7 +877,7 @@ row 4 | |
|
||||
|
||||
<text key='#install_information.help'>
|
||||
<English>
|
||||
Installation information recorded the process which the users choose operations during installation. Include:record the operation of the physical hard disk, choose the software packages which use to install and the servers.
|
||||
Installation information recorded the process which the users choose operations during installation. Including: record the operation of the physical hard disk, choose the software packages which use to install and server to start system.
|
||||
</English>
|
||||
<Chinese>
|
||||
安装信息记录了用户在安装过程中所配置的数据。内容包括:对物理硬盘的操作,选择安装的软件包,选择系统启动时自启的服务等。
|
||||
@@ -890,7 +891,7 @@ row 4 | |
|
||||
|
||||
<text key='#mount.help'>
|
||||
<English>
|
||||
There are five columns in the mountpoint displayframe. The first is the hard disk partition,such as sdaX,mdx. The second is the mount point.The third is the filesystem of hard disk . The fourth is that if your are format hard disk partition or not, "yes" means do ,"no" means don't. The fifth is the size of hard disk and raid equipment.
|
||||
There are five columns in the mount point display frame. The first is the hard disk partition, such as sdaX, mdx. The second is the mount point. The third is the file system of hard disk . The fourth is that if your format hard disk partition, "yes" means do ,"no" means don't . The fifth is the size of hard disk and raid equipment.
|
||||
</English>
|
||||
<Chinese>
|
||||
设置挂载点显示框中分为五列,第一列是硬盘分区,如sdaX、mdX。第二列是挂载点,是挂载硬盘分区时所在的目录。第三列是硬盘分区的文件系统类型。第四列是指是否要格式化该硬盘分区,no表示不格式化,yes表示要格式化。第五列是各硬盘分区或raid设备的大小。
|
||||
@@ -945,8 +946,8 @@ row 4 | |
|
||||
<text key='#raid.help'>
|
||||
<English>
|
||||
RAID is a way to multi-block independentHard drive(Physical disk ) in different ways combined to form a disk group (logical drives) , which provides than a single disk more storage performance and providing data backup technology.
|
||||
If your don't know RAID,plase press next step,which don't effect Rocky OS installation and runing.
|
||||
The hard disk in the raw display frame is able to make the RAID, E.g sda2,sdb2. The equipments in the device display frame is already existing RAID's equipment, E.g md0. Rocky os installation keep original raid equipment. If your want to make a RAID,plase choose one or more hard disk in the Raw box, and press "-->".The hard disk moust in the Active box,which you can make a raid. After performed the operation,plase choose level in Level box.In the end,your can make a raid according to press '-->'.
|
||||
If your don't know RAID,plase press next step,which don't effect Rocky OS installation and run.
|
||||
The hard disk in the raw display frame is able to make the RAID, E.g sda2,sdb2. The RAID’s equipments in the Device display frame have already existed. E.g: md0. Rocky os installation keep original raid equipment. If your want to make a RAID, please choose one or more hard disk in the Raw box, and press "-->". Hard disk will turn into active box or free box. If the hard disk turns into the active box, you can make a raid. After performing the operation, please choose level in Level box. In the end, you can make a raid according to press '-->'.
|
||||
</English>
|
||||
<Chinese>
|
||||
磁盘陈列技术(RAID)诞生于1987年,由美国加州大学伯克利分校提出。该技术是把多块独立的硬盘(物理硬盘)按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从而提供比单个硬盘更高的存储性能和提供数据备份技术。
|
||||
@@ -957,7 +958,7 @@ row 4 | |
|
||||
|
||||
<text key='#serial number.help'>
|
||||
<English>
|
||||
The serial number is that computer systems security operations of the Linx. In the serial number display frame please input correct serial number so that the Rocky system can be start after the operating system installed.
|
||||
The serial number is that computer systems security operations of the Linx. In the serial number display frame, please input correct serial number so that the Rocky system can be start after the operating system installed.
|
||||
How to get the serial number?please contact Linx.
|
||||
web: www.linx-info.com
|
||||
</English>
|
||||
@@ -979,7 +980,7 @@ row 4 | |
|
||||
</text>
|
||||
<text key='#software group.help'>
|
||||
<English>
|
||||
Package group was divided into required and optional parts. They system will be installed by default the software which in the Required Software. To install the optional packages, you can first click on an optional package group and find it.
|
||||
Package group was divided into required and optional parts. They system will be installed by default which in the Required Software. To install the optional packages, you can first click on an optional package group and find it.
|
||||
Base package group is required parts. Basic package include required and optional aparts. Required packages are installed by default, the optional package can be free to choose.
|
||||
Development package group, including C, C++, DDD and other developed tolls are available. You can choose to install.
|
||||
Graphics software package group, including the various procedures related XII. Graphics software package can be divided into the required and optional package. When you select to choose this kind of package, the required one is installed by default and the optional one is free.
|
||||
|
||||
Reference in New Issue
Block a user