]> git.proxmox.com Git - aab.git/blobdiff - PVE/AAB.pm
remove extra mkdir $self->{rootfs} in initialize
[aab.git] / PVE / AAB.pm
index bfccf1277b25ffc4b8102cdc8599d983c6c4edf1..fa65a1e3455cd904daa95825c07f7d9004d4e7d9 100644 (file)
@@ -260,8 +260,6 @@ EOF
        print $fh "[multilib]\n$servers\n";
     }
 
-    mkdir $self->{rootfs} || die "unable to create rootfs - $!";
-
     $self->logmsg("configured VE $self->{veid}\n");
 }