# schroot chroot definitions. # See schroot.conf(5) for complete documentation of the file format. # # Please take note that you should not add untrusted users to # root-groups, because they will essentially have full root access # to your system. They will only have root access inside the chroot, # but that's enough to cause malicious damage. # # The following lines are examples only. Uncomment and alter them to # customise schroot for your needs, or create a new entry from scratch. [sid] aliases=unstable,default description=Debian sid location=/sid lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [experimental] description=Debian experimental location=/sid lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [etch] aliases=testing description=Debian etch location=/etch lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [sarge] aliases=stable description=Debian sarge location=/sarge lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [dapper] description=Ubuntu dapper location=/dapper lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [edgy] description=Ubuntu edgy location=/edgy lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [feisty] description=Ubuntu feisty location=/feisty lvm-snapshot-options=--size 1G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [sid-large] aliases=unstable-large description=Debian sid (large snapshot) location=/sid lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [experimental-large] description=Debian experimental (large snapshot) location=/sid lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [etch-large] aliases=testing-large description=Debian etch (large snapshot) location=/etch lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [sarge-large] aliases=stable-large description=Debian sarge (large snapshot) location=/sarge lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [dapper-large] description=Ubuntu dapper (large snapshot) location=/dapper lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [edgy-large] description=Ubuntu edgy (large snapshot) location=/edgy lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true [feisty-large] description=Ubuntu feisty (large snapshot) location=/feisty lvm-snapshot-options=--size 3G device=/dev/carbon/schroot type=lvm-snapshot priority=3 groups=sbuild,root root-groups=sbuild,root source-groups=sbuild,root source-root-groups=root run-setup-scripts=true run-exec-scripts=true #[sid] #description=Debian sid (unstable) #location=/srv/chroot/sid #priority=3 #users=rleigh #groups=sbuild #root-groups=root #aliases=unstable,default # #[sid-snap] #type=lvm-snapshot #description=Debian sid snapshot ##location=/srv/chroot/sid #priority=3 #groups=sbuild,root #root-users=rleigh #root-groups=root,sbuild #source-root-users=rleigh #device=/dev/hda_vg/sid_chroot #mount-options=-o atime,sync,user_xattr #lvm-snapshot-options=--size 2G #run-setup-scripts=true #run-exec-scripts=true # #[etch] #description=Debian etch (testing) 32-bit #location=/srv/chroot/etch #priority=3 #groups=sbuild-security #aliases=testing #run-setup-scripts=false #run-exec-scripts=false #personality=linux32 # #[sarge] #description=Debian sarge (stable) #location=/srv/chroot/sarge #priority=2 #groups=sbuild #aliases=stable # #[sarge-file] #description=Debian sarge (stable) #file=/srv/chroot/sarge.tar.gz #priority=2 #groups=sbuild # #[sarge-secure] #description=Debian sarge (stable) #location=/srv/chroot/sarge #priority=2 #groups=sbuild-security #aliases=stable-security # #[experimental] #type=block-device #description=Debian experimental (unstable) #priority=4 #groups=sbuild,root #root-groups=root,sbuild #aliases=unstable,default #device=/dev/hda_vg/experimental_chroot #mount-options=-o atime,sync,user_xattr #location=/experimental #run-setup-scripts=true #run-exec-scripts=true