# Config file for /etc/init.d/ramdisk # Space-separated mountpoints that should be ramdisks RAMDISKS="/mnt/rd /var/tmp/portage" # Path to store ramdisk tarballs in # This will be created as necessary RDPATH="/var/ramdisk" # Extra flags to pass to tar # Change this to "z" to gzip, "j" to bzip2, or empty for no compression # Note that changing this will require modifying the file in RDPATH accordingly # (i.e. going from z to j you would gunzip then bzip2 the tar file, etc.) RDTAROPTS="z" # Tar file suffix # If you enabled compression, you might want to make this .tar.gz or .tbz2 or something RDTARSUFFIX=".tar.gz"