diff --git a/operation/mount_partition.sh b/operation/mount_partition.sh index 41bbf4c..e99df43 100755 --- a/operation/mount_partition.sh +++ b/operation/mount_partition.sh @@ -45,6 +45,8 @@ mount_partition () local fs_type="$3" local fs_mntops="$4" + mountpoint=$(echo "$mountpoint" |sed "s@`uname -m`@@g") + if [ $# -lt 3 ];then err "$FUNCNAME function argument error, it need 3 arguments at least !" return 1 diff --git a/xml/interface.xml b/xml/interface.xml index 34492e1..a4e5534 100644 --- a/xml/interface.xml +++ b/xml/interface.xml @@ -941,7 +941,7 @@ row 4 | | Note: 1、some of mount point is not hanging out, E.g: /etc、/bin、/sbin、/lib. 2、some of mount point is not mounting on reiserfs and xfs filesystem, E.g: /, /boot 3、when "/" hanging on Raid device, "/boot" must be hang out. - 4、If the processor is Series of Itanium, "/boot" must be hang out ,which required to turn into format of vfat . + 4、If the processor is Series of Itanium, "/ia64boot" should be hang out ,which required to turn into format of vfat . 设置挂载点显示框中分为五列,第一列是硬盘分区,如sdaX、mdX。第二列是挂载点,是挂载硬盘分区时所在的目录。第三列是硬盘分区的文件系统类型。第四列是指是否要格式化该硬盘分区,no表示不格式化,yes表示要格式化。第五列是各硬盘分区或raid设备的大小。 @@ -949,7 +949,7 @@ row 4 | | 注意:1、有些挂载点不能单挂出去,例如:/etc,/bin,/sbin,/lib。 2、有些挂载点不能挂载reiserfs、xfs文件系统,例如:/,/boot。 3、当"/"挂载在raid设备时,"/boot"挂载点必须单挂出来。 - 4、当处理器为安藤系列时,"/boot"挂载点必须单挂出来,且格式化为vfat格式。 + 4、当处理器为安腾系列时,需要挂载"/ia64boot",且格式化为vfat格式。