# /etc/default/partimaged

# Change to 0 to disable partimaged.
# If you only want to prevent partimaged to be started during system startup
# use "update-rc.d -f partimaged remove" instead.
LAUNCH=1

# Location where the image files created by partimaged are stored.
# If you change this you have to give the user "partimag" write access for 
# this directory. Otherwise partimaged will fail.
TARGET=/var/lib/partimaged/
