set the MD5 Digest value of iso's fullpath as the default mount point of the iso

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14026 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2012-10-16 11:22:53 +00:00
parent 970322af64
commit 9260b97282
6 changed files with 12 additions and 12 deletions

View File

@ -1494,9 +1494,9 @@ sub copycd
foreach(@cpiopid){
kill 2, $_;
}
if ($::CDMOUNTPATH) {
if ($mntpath) {
chdir("/");
system("umount $::CDMOUNTPATH");
system("umount $mntpath");
}
};
my $KID;

View File

@ -294,9 +294,9 @@ sub copycd
foreach(@cpiopid){
kill 2, $_;
}
if ($::CDMOUNTPATH) {
if ($mntpath) {
chdir("/");
system("umount $::CDMOUNTPATH");
system("umount $mntpath");
}
};
my $kid;

View File

@ -4210,9 +4210,9 @@ sub copycd {
foreach(@cpiopid){
kill 2, $_;
}
if ($::CDMOUNTPATH) {
if ($mntpath) {
chdir("/");
system("umount $::CDMOUNTPATH");
system("umount $mntpath");
}
};
my $KID;

View File

@ -453,9 +453,9 @@ sub copycd {
foreach(@cpiopid){
kill 2, $_;
}
if ($::CDMOUNTPATH) {
if ($mntpath) {
chdir("/");
system("umount $::CDMOUNTPATH");
system("umount $mntpath");
}
};
my $KID;

View File

@ -1229,9 +1229,9 @@ sub copycd
foreach(@cpiopid){
kill 2, $_;
}
if ($::CDMOUNTPATH) {
if ($mntpath) {
chdir("/");
system("umount $::CDMOUNTPATH");
system("umount $mntpath");
}
};
my $kid;

View File

@ -560,9 +560,9 @@ sub copycd
foreach(@cpiopid){
kill 2, $_;
}
if ($::CDMOUNTPATH) {
if ($mntpath) {
chdir("/");
system("umount $::CDMOUNTPATH");
system("umount $mntpath");
}
};
my $kid;