2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

fix osarch missing from copycds (#5543)

This commit is contained in:
Yuan Bai 2018-08-21 15:29:07 +08:00 committed by Bin Xu
parent 14d27fe375
commit 6cb744fcf7

View File

@ -1632,7 +1632,6 @@ sub copycd
{
my $dinfo;
open($dinfo, $mntpath . "/content");
my $darch;
while (<$dinfo>)
{
if (m/^DEFAULTBASE\s+(\S+)/)