]> git.proxmox.com Git - pve-container.git/commitdiff
ArchLinux: remove unused rootdir var
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 29 Oct 2015 10:04:01 +0000 (11:04 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 29 Oct 2015 10:32:01 +0000 (11:32 +0100)
src/PVE/LXC/Setup/ArchLinux.pm

index e78259932dc8c316b0858128ac24a1bc601a281a..352d21a7b25a3a44fc48189a52c02d7602066fbe 100644 (file)
@@ -30,8 +30,6 @@ sub template_fixup {
     # 'systemctl enable systemd-networkd', since that's what we're configuring
     # in setup_network
 
-    my $rootdir = $self->{rootdir};
-
     # systemctl enable systemd-networkd
     $self->ct_mkdir('/etc/systemd/system/multi-user.target.wants');
     $self->ct_mkdir('/etc/systemd/system/socket.target.wants');