From 0b0317b659e7999a5fe2a0df6818837389e46f9c Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Mon, 31 Dec 2018 18:42:04 -0500 Subject: [PATCH] turn off lvm options that potentially write to /etc remove gtk dependency on icons --- meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend | 2 ++ meta-citadel/recipes-support/lvm2/files/lvm.conf | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend diff --git a/meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend b/meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend new file mode 100644 index 0000000..9c14aff --- /dev/null +++ b/meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend @@ -0,0 +1,2 @@ +# Remove this dependency so it doesn't get dragged in with gtk. These icons are in citadel-extra-image now +GTKBASE_RRECOMMENDS_remove = "adwaita-icon-theme-symbolic" diff --git a/meta-citadel/recipes-support/lvm2/files/lvm.conf b/meta-citadel/recipes-support/lvm2/files/lvm.conf index c2bb85d..83f649d 100644 --- a/meta-citadel/recipes-support/lvm2/files/lvm.conf +++ b/meta-citadel/recipes-support/lvm2/files/lvm.conf @@ -62,7 +62,7 @@ devices { cache = "/etc/lvm/.cache" # You can turn off writing this cache file by setting this to 0. - write_cache_state = 1 + write_cache_state = 0 # Advanced settings. @@ -137,7 +137,7 @@ backup { # Should we maintain a backup of the current metadata configuration ? # Use 1 for Yes; 0 for No. # Think very hard before turning this off! - backup = 1 + backup = 0 # Where shall we keep it ? # Remember to back up this directory regularly! @@ -146,7 +146,7 @@ backup { # Should we maintain an archive of old metadata configurations. # Use 1 for Yes; 0 for No. # On by default. Think very hard before turning this off. - archive = 1 + archive = 0 # Where should archived files go ? # Remember to back up this directory regularly!