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!