[pve-devel] [PULL container 2/5] alpine: cleanup
Wolfgang Bumiller
w.bumiller at proxmox.com
Fri Feb 12 09:27:31 CET 2016
---
src/PVE/LXC/Setup/Alpine.pm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/PVE/LXC/Setup/Alpine.pm b/src/PVE/LXC/Setup/Alpine.pm
index b32c798..f294961 100644
--- a/src/PVE/LXC/Setup/Alpine.pm
+++ b/src/PVE/LXC/Setup/Alpine.pm
@@ -3,7 +3,6 @@ package PVE::LXC::Setup::Alpine;
use strict;
use warnings;
-use Data::Dumper;
use PVE::LXC;
use PVE::Network;
use File::Path;
@@ -29,12 +28,12 @@ sub template_fixup {
$self->ct_symlink('/etc/init.d/bootmisc',
'/etc/runlevels/boot/bootmisc');
$self->ct_symlink('/etc/init.d/hostname',
- '/etc/runlevels/boot/hostname');
- # fix stop system
+ '/etc/runlevels/boot/hostname');
+ # fix stop system
$self->ct_symlink('/etc/init.d/killprocs',
- '/etc/runlevels/shutdown/killprocs');
+ '/etc/runlevels/shutdown/killprocs');
$self->ct_symlink('/etc/init.d/savecache',
- '/etc/runlevels/shutdown/savecache');
+ '/etc/runlevels/shutdown/savecache');
}
sub setup_init {
--
2.1.4
More information about the pve-devel
mailing list