]> git.proxmox.com Git - aab.git/commit
remove extra mkdir $self->{rootfs} in initialize
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 25 Apr 2019 17:53:56 +0000 (19:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Apr 2019 08:17:03 +0000 (08:17 +0000)
commit149d9773405f4c87efa6a92f37b897f1769e09ef
tree3a7df2e4850b787eba9d07fb6de00f98a39f5237
parent60dbf75e0c79ff818271556d43059ce1b9aa0bfb
remove extra mkdir $self->{rootfs} in initialize

The mkdir in intialize is not too helpful since, ve_init, which usually gets
called soon after (`aab init` is followed by `aab bootstrap` in the Makefile)
has a `rmtree $self->{rootfs}` and recreates it directly afterwards again.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/AAB.pm