[pve-devel] [PATCH lxc 3/4] ArchLinux: remove unused rootdir var
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Oct 29 11:04:01 CET 2015
---
src/PVE/LXC/Setup/ArchLinux.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/PVE/LXC/Setup/ArchLinux.pm b/src/PVE/LXC/Setup/ArchLinux.pm
index e782599..352d21a 100644
--- a/src/PVE/LXC/Setup/ArchLinux.pm
+++ b/src/PVE/LXC/Setup/ArchLinux.pm
@@ -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');
--
2.1.4
More information about the pve-devel
mailing list