mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
Update debian.pm
This commit is contained in:
parent
c41a3e54e3
commit
c026cfed79
@ -473,6 +473,9 @@ sub mkinstall {
|
||||
|
||||
# Check whether the default getinstdisk script exist, if so, copy it into /install/autoinst/
|
||||
if ( -r "$::XCATROOT/share/xcat/install/scripts/getinstdisk") {
|
||||
if (!(-e "$installroot/autoinst")) {
|
||||
mkdir("$installroot/autoinst");
|
||||
}
|
||||
copy("$::XCATROOT/share/xcat/install/scripts/getinstdisk", "$installroot/autoinst/getinstdisk");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user