storage/kernels: fix pool revisions_to_keep setter message
This commit is contained in:
parent
3ab789f5d8
commit
6f2d82fd20
@ -201,7 +201,7 @@ class LinuxKernel(Pool):
|
|||||||
# pylint: disable=no-self-use
|
# pylint: disable=no-self-use
|
||||||
if value:
|
if value:
|
||||||
raise qubes.exc.QubesValueError(
|
raise qubes.exc.QubesValueError(
|
||||||
'LinuxModules supports only revisions_to_keep=0')
|
'LinuxKernel supports only revisions_to_keep=0')
|
||||||
|
|
||||||
def included_in(self, app):
|
def included_in(self, app):
|
||||||
''' Check if there is pool containing /var/lib/qubes/vm-kernels '''
|
''' Check if there is pool containing /var/lib/qubes/vm-kernels '''
|
||||||
|
Loading…
Reference in New Issue
Block a user