diff options
Diffstat (limited to 'config/Config-images.in')
-rw-r--r-- | config/Config-images.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 4a7f08824b..92720fb84d 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -303,4 +303,12 @@ menu "Target Images" it will be mounted by PARTUUID which makes the kernel find the appropriate disk automatically. + config TARGET_ROOTFS_PERSIST_VAR + bool "Make /var persistent" + default n + help + Do not symlink /var to /tmp, so that its content will persist + across reboots. When enabled, /var/run will still be linked + to /tmp/run. + endmenu |