# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.


Template: fs2ram/main_install_type
Type: select
__Choices: Content-preserving, Structure-preserving, Unconfigured
Default: Content-preserving
_Description: Configuration for fs2ram:
 Please select the fs2ram configuration that best meets your needs.
 .
  * Content-preserving: /var/tmp, /var/cache, and /var/log will be in 
    RAM, reducing writes to the hard drive, and fs2ram will preserve the
    contents of these file systems across reboots.
  * Structure-preserving: /var/tmp, /var/cache, and /var/log will be in
    RAM, but fs2ram will only preserve their directory structures across
    reboots, not their (potentially private) contents.
  * Unconfigured: the fs2ram configuration file will be left empty and
    must be filled manually.

Template: fs2ram/rcs_enforce_ramtmp_configuration
Type: boolean
Default: true
_Description: Turn /tmp into a RAM file system?
 Please choose whether /tmp should be converted into a tmpfs
 mount point. This is not the default for freshly installed
 systems.

Template: fs2ram/rcs_enforce_ramlock_configuration
Type: boolean
Default: true
_Description: Turn /var/lock into a RAM file system?
 Please choose whether /var/lock should be converted into a tmpfs
 mount point. This is the default for freshly installed systems.

