Package: dphys-swapfile Version: 20061020-4 Severity: minor Tags: patch A lot of Debian packages include default conf files that provide just enough information for most users to configure things as they like it. Attached is a conf file that I wrote to be the default conf file in /etc/dphys-swapfile. All of the options are set to the default values and commented out. There are short descriptions of what each option does.
To install, edit or add a debian/install file and add this line: dphys-swapfile etc/
# /etc/dphys-swapfile - user settings for dphys-swapfile package # author Neil Franklin, last modification 2006.09.15 # copyright ETH Zuerich Physics Departement # use under either modified/non-advertising BSD or GPL license # this file is sourced with . so full normal sh syntax applies # where we want the swapfile to be, this is the default #CONF_SWAPFILE=/var/swap # size we want to force it to be, default (empty) gives 2*RAM #CONF_SWAPSIZE= # maximum size of the swap file in MBytes #CONF_MAXSWAP=2048 # the relation between RAM and swap size (must be an integer), defaults to 2, # which means the swap file will be 2 times the size of the RAM #CONF_SWAPFACTOR=2