# List the different chroots here, space-separated # # "/" means the normal root fs # # "/foo/bar" will chroot into /foo/bar for its updates and # dist-upgrades # # "foobar" will use "schroot -c foobar" for its updates and # dist-upgrades # These can be mixed and matched as desired CHROOTS="/" # Should the system download the debs needed for the upgrades # automatically? Will save waiting for a download later. DOWNLOAD_DEBS="yes" # If there are updates needed, who should be told? MAILTO="postmaster"