mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-14 02:10:23 +00:00
Update debian.pm
This commit is contained in:
@ -473,7 +473,7 @@ sub mkinstall {
|
||||
|
||||
# Check whether the default getinstdisk script exist, if so, copy it into /install/autoinst/
|
||||
if ( -r "$::XCATROOT/share/xcat/install/scripts/getinstdisk") {
|
||||
copy("$::XCATROOT/share/xcat/install/scripts/getinstdisk", "$installroot/autoinst");
|
||||
copy("$::XCATROOT/share/xcat/install/scripts/getinstdisk", "$installroot/autoinst/getinstdisk");
|
||||
}
|
||||
|
||||
my $node;
|
||||
|
Reference in New Issue
Block a user