there's no [multilib] repo for i686

This commit is contained in:
Wolfgang Bumiller 2015-08-27 10:50:25 +02:00
parent 5f96733fdb
commit 4eaaed9158
1 changed files with 4 additions and 2 deletions

View File

@ -248,10 +248,12 @@ $servers
$servers
[community]
$servers
[multilib]
$servers
EOF
if ($config->{architecture} eq 'x86_64') {
print $fh "[multilib]\n$servers\n";
}
mkdir $self->{rootfs} || die "unable to create rootfs - $!";
$self->logmsg("configured VE $self->{veid}\n");