Add hotplug option

Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
This commit is contained in:
Derumier Alexandre 2011-10-10 16:46:53 +02:00 committed by Dietmar Maurer
parent c6bb9502db
commit 2ff09f52e8

View File

@ -153,6 +153,12 @@ my $confdesc = {
description => "Automatic restart after crash (currently ignored).", description => "Automatic restart after crash (currently ignored).",
default => 0, default => 0,
}, },
hotplug => {
optional => 1,
type => 'integer',
description => "Activate hotplug for disk and network device",
default => 0,
},
reboot => { reboot => {
optional => 1, optional => 1,
type => 'boolean', type => 'boolean',