##-----------------------------------------------------------------------------
## config/e2compr.txt
##
## Creation:     24.03.2004
## Last Update:  09.05.2004
##
## Copyright (c) 2004 Ruediger Otte <ruediger dot otte at gmx dot net>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: ext2 compression support
#------------------------------------------------------------------------------
OPT_E2COMPR='no'          # install e2compr userspace tools: yes or no

E2COMPR_OPT='no'          # enable compressed /opt: yes or no
                          # this requires the modified rootfs
E2COMPR_OPT_SIZE='4096'   # size of compressed "/opt"-ramdisk
E2COMPR_OPT_ALGO='gzip5'  # compression algorithm: gzip1-gzip9

E2COMPR_RD_N='0'          # number of compressed ramdisks to create

E2COMPR_RD_1_SIZE='8192'  # size of 1st compressed ramdisk in Kb
E2COMPR_RD_1_PATH='/data' # mount point
E2COMPR_RD_1_ALGO='gzip5' # compression algo: gzip1-gzip9, bzip2, lzo1x1, lzv1

E2COMPR_RD_2_SIZE=''      # size of 2nd compressed ramdisk in Kb
E2COMPR_RD_2_PATH=''      # mount point
E2COMPR_RD_2_ALGO=''      # compression algo: gzip1-gzip9, bzip2, lzo1x1, lzv1

#------------------------------------------------------------------------------
# Optional package: view e2compr status on mini-httpd
#------------------------------------------------------------------------------

OPT_E2COMPR_HTTPD_STATUS='no'    # make e2compr stats available on mini-httpd

#------------------------------------------------------------------------------
# Optional packages: more tools from e2fsprogs 1.25 (normally not needed)
#------------------------------------------------------------------------------

OPT_E2COMPR_EXTRA_E2FSCK='no'    # install e2fsck: yes or no
OPT_E2COMPR_EXTRA_TUNE2FS='no'   # install tune2fs: yes or no
OPT_E2COMPR_EXTRA_DUMPE2FS='no'  # install dumpe2fs: yes or no
