Add LinuxKernel.is_outdated()
This commit is contained in:
parent
3b441ebaad
commit
732d2b33f4
@ -84,6 +84,9 @@ class LinuxKernel(Pool):
|
||||
def destroy(self):
|
||||
pass
|
||||
|
||||
def is_outdated(self, volume):
|
||||
return False
|
||||
|
||||
def remove(self, volume):
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user