]> git.proxmox.com Git - pve-container.git/commit
setup: move setting fastboot flag to base plugin
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Sep 2021 17:39:21 +0000 (19:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Sep 2021 19:08:11 +0000 (21:08 +0200)
commit33b53903f5ceaafb0b30685ac63b356b5dc06cd5
treedd3b7d709a29ad23c18b583edfbc144b660e5cbf
parent9cc77d552cf7d93a48f6549716c5d69709b7cd66
setup: move setting fastboot flag to base plugin

better fit there as this may actually not always be wanted.
As no sub-plugin overrides pre_start_hook there should be no actual
semantic change yet.

This is a preperation for a clean abstract Plugin interface and
Unmanaged plugin.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC/Setup.pm
src/PVE/LXC/Setup/Base.pm