2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 01:38:13 +00:00

Fix copycds problem for SLES12.3

This commit is contained in:
Jarrod Johnson
2018-11-13 10:11:07 -05:00
parent af9b6baf6e
commit dd98cba787

View File

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