mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
fix osarch missing from copycds (#5543)
This commit is contained in:
parent
14d27fe375
commit
6cb744fcf7
@ -1632,7 +1632,6 @@ sub copycd
|
||||
{
|
||||
my $dinfo;
|
||||
open($dinfo, $mntpath . "/content");
|
||||
my $darch;
|
||||
while (<$dinfo>)
|
||||
{
|
||||
if (m/^DEFAULTBASE\s+(\S+)/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user