]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Setup/Plugin.pm
setup: fix using non-plugin methods
[pve-container.git] / src / PVE / LXC / Setup / Plugin.pm
index 7024856e27dcb8ed72ecbc4e754900da46c09345..3d968e77e37c9f698ecdbf656807c8cb7ed7b675 100644 (file)
@@ -52,6 +52,11 @@ sub unified_cgroupv2_support {
     croak "implement me in sub-class\n";
 }
 
+sub get_ct_init_path {
+    my ($self) = @_;
+    croak "implement me in sub-class\n";
+}
+
 sub ssh_host_key_types_to_generate {
     my ($self) = @_;
     croak "implement me in sub-class\n";