[pve-devel] [PATCH dab] use new config properties for sample lxc config
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Apr 5 09:53:21 CEST 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
DAB.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/DAB.pm b/DAB.pm
index b686141..c52a589 100644
--- a/DAB.pm
+++ b/DAB.pm
@@ -244,8 +244,8 @@ sub __sample_config {
} else {
die "unknown os type '$ostype'\n";
}
- $data .= "lxc.utsname = localhost\n";
- $data .= "lxc.rootfs = $self->{rootfs}\n";
+ $data .= "lxc.uts.name = localhost\n";
+ $data .= "lxc.rootfs.path = $self->{rootfs}\n";
return $data;
}
--
2.14.2
More information about the pve-devel
mailing list