1
0
forked from brl/citadel

turn off lvm options that potentially write to /etc

remove gtk dependency on icons
This commit is contained in:
Bruce Leidl 2018-12-31 18:42:04 -05:00
parent 3d860fcd6e
commit 0b0317b659
2 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -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!