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
This commit is contained in:
Peng Zhihui
2014-03-06 16:07:57 +08:00
parent 47eca43729
commit a2e217c99b
5 changed files with 75 additions and 25 deletions

View File

@@ -99,7 +99,7 @@ reumount ()
else
# delete last "/" in mountpoint
# mountpoint in /proc/mounts don't have "/" at last
multi_mountpoint=$(echo arg|sed "s%/$%%")
multi_mountpoint=$(echo $arg|sed "s%/$%%")
fi
# may be a device has been mounted in multi-mountpoint.