From 5b308c5680f349dd080f516f8c371efd67d496d5 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Mon, 17 Aug 2015 14:33:25 +1000 Subject: discover: Add disable param for dm-snapshots Add a debug-style nvram parameter to disallow the use of device-mapper snapshots. Signed-off-by: Samuel Mendoza-Jonas --- lib/types/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/types/types.h b/lib/types/types.h index f7e4752..0415206 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -151,6 +151,7 @@ struct config { char *lang; /* not user-settable */ + bool disable_snapshots; bool safe_mode; bool debug; }; -- cgit v1.2.1