2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Fix syntax

This commit is contained in:
Markus Hilger 2020-01-17 21:28:59 +01:00
parent 8671114cc6
commit c5f4918c0c

View File

@ -433,8 +433,8 @@ unless ($onlyinitrd) {
my $passwdfile;
open($passwdfile, ">", "$rootimg_dir/etc/passwd");
print $passwdfile "root:x:0:0:root:/root:/bin/bash\n";
}
my $yumcmd;
}
my $yumcmd;
if ($osver_host < 11) {
$yumcmd = "zypper -R $rootimg_dir $non_interactive install ";
} else {