2
0
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:
zet809 2016-02-23 15:32:06 +08:00
parent c41a3e54e3
commit c026cfed79

View File

@ -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");
}