turn off lvm options that potentially write to /etc
remove gtk dependency on icons
This commit is contained in:
parent
3d860fcd6e
commit
0b0317b659
2
meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend
Normal file
2
meta-citadel/recipes-support/gtk+/gtk+3_%.bbappend
Normal 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"
|
@ -62,7 +62,7 @@ devices {
|
|||||||
cache = "/etc/lvm/.cache"
|
cache = "/etc/lvm/.cache"
|
||||||
|
|
||||||
# You can turn off writing this cache file by setting this to 0.
|
# You can turn off writing this cache file by setting this to 0.
|
||||||
write_cache_state = 1
|
write_cache_state = 0
|
||||||
|
|
||||||
# Advanced settings.
|
# Advanced settings.
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ backup {
|
|||||||
# Should we maintain a backup of the current metadata configuration ?
|
# Should we maintain a backup of the current metadata configuration ?
|
||||||
# Use 1 for Yes; 0 for No.
|
# Use 1 for Yes; 0 for No.
|
||||||
# Think very hard before turning this off!
|
# Think very hard before turning this off!
|
||||||
backup = 1
|
backup = 0
|
||||||
|
|
||||||
# Where shall we keep it ?
|
# Where shall we keep it ?
|
||||||
# Remember to back up this directory regularly!
|
# Remember to back up this directory regularly!
|
||||||
@ -146,7 +146,7 @@ backup {
|
|||||||
# Should we maintain an archive of old metadata configurations.
|
# Should we maintain an archive of old metadata configurations.
|
||||||
# Use 1 for Yes; 0 for No.
|
# Use 1 for Yes; 0 for No.
|
||||||
# On by default. Think very hard before turning this off.
|
# On by default. Think very hard before turning this off.
|
||||||
archive = 1
|
archive = 0
|
||||||
|
|
||||||
# Where should archived files go ?
|
# Where should archived files go ?
|
||||||
# Remember to back up this directory regularly!
|
# Remember to back up this directory regularly!
|
||||||
|
Loading…
Reference in New Issue
Block a user