fix the issue that rootimg/sys was not umounted by genimage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-04-10 17:24:29 +00:00
parent 1e3916352e
commit 48a70986b7

View File

@ -160,6 +160,8 @@ sub process_request {
#some rpms like atftp mount the rootimg/proc to /proc, we need to make sure rootimg/proc is free of junk
`umount -l $imagedir/rootimg/proc 2>&1 1>/dev/null`;
# also umount the rootimg/sys
`umount -l $imagedir/rootimg/sys 2>&1 1>/dev/null`;
#Start removing the rootimg directory and files
if (-d "$imagedir/rootimg") {