mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
snapshot: Set as essential module
Storage Snapshots will be installed by default. It will only be usable if filesystem is btrfs. For other filesystems, a message is displayed that it is not available. Closes #1284. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
ab16dec26b
commit
d437f61423
@ -17,6 +17,8 @@ from .manifest import backup # noqa, pylint: disable=unused-import
|
||||
|
||||
version = 4
|
||||
|
||||
is_essential = True
|
||||
|
||||
managed_packages = ['snapper']
|
||||
|
||||
_description = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user