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:
parent
970322af64
commit
9260b97282
@ -1494,9 +1494,9 @@ sub copycd
|
||||
foreach(@cpiopid){
|
||||
kill 2, $_;
|
||||
}
|
||||
if ($::CDMOUNTPATH) {
|
||||
if ($mntpath) {
|
||||
chdir("/");
|
||||
system("umount $::CDMOUNTPATH");
|
||||
system("umount $mntpath");
|
||||
}
|
||||
};
|
||||
my $KID;
|
||||
|
@ -294,9 +294,9 @@ sub copycd
|
||||
foreach(@cpiopid){
|
||||
kill 2, $_;
|
||||
}
|
||||
if ($::CDMOUNTPATH) {
|
||||
if ($mntpath) {
|
||||
chdir("/");
|
||||
system("umount $::CDMOUNTPATH");
|
||||
system("umount $mntpath");
|
||||
}
|
||||
};
|
||||
my $kid;
|
||||
|
@ -4210,9 +4210,9 @@ sub copycd {
|
||||
foreach(@cpiopid){
|
||||
kill 2, $_;
|
||||
}
|
||||
if ($::CDMOUNTPATH) {
|
||||
if ($mntpath) {
|
||||
chdir("/");
|
||||
system("umount $::CDMOUNTPATH");
|
||||
system("umount $mntpath");
|
||||
}
|
||||
};
|
||||
my $KID;
|
||||
|
@ -453,9 +453,9 @@ sub copycd {
|
||||
foreach(@cpiopid){
|
||||
kill 2, $_;
|
||||
}
|
||||
if ($::CDMOUNTPATH) {
|
||||
if ($mntpath) {
|
||||
chdir("/");
|
||||
system("umount $::CDMOUNTPATH");
|
||||
system("umount $mntpath");
|
||||
}
|
||||
};
|
||||
my $KID;
|
||||
|
@ -1229,9 +1229,9 @@ sub copycd
|
||||
foreach(@cpiopid){
|
||||
kill 2, $_;
|
||||
}
|
||||
if ($::CDMOUNTPATH) {
|
||||
if ($mntpath) {
|
||||
chdir("/");
|
||||
system("umount $::CDMOUNTPATH");
|
||||
system("umount $mntpath");
|
||||
}
|
||||
};
|
||||
my $kid;
|
||||
|
@ -560,9 +560,9 @@ sub copycd
|
||||
foreach(@cpiopid){
|
||||
kill 2, $_;
|
||||
}
|
||||
if ($::CDMOUNTPATH) {
|
||||
if ($mntpath) {
|
||||
chdir("/");
|
||||
system("umount $::CDMOUNTPATH");
|
||||
system("umount $mntpath");
|
||||
}
|
||||
};
|
||||
my $kid;
|
||||
|
Loading…
Reference in New Issue
Block a user