[24167] | 1 | # schroot chroot definitions. |
---|
| 2 | # See schroot.conf(5) for complete documentation of the file format. |
---|
| 3 | # |
---|
| 4 | # Please take note that you should not add untrusted users to |
---|
| 5 | # root-groups, because they will essentially have full root access |
---|
| 6 | # to your system. They will only have root access inside the chroot, |
---|
| 7 | # but that's enough to cause malicious damage. |
---|
| 8 | # |
---|
| 9 | # The following lines are examples only. Uncomment and alter them to |
---|
| 10 | # customise schroot for your needs, or create a new entry from scratch. |
---|
| 11 | # |
---|
| 12 | # |
---|
| 13 | #[sid] |
---|
| 14 | #description=Debian sid (unstable) |
---|
| 15 | #directory=/srv/chroot/sid |
---|
| 16 | #priority=3 |
---|
| 17 | #users=rleigh |
---|
| 18 | #groups=sbuild |
---|
| 19 | #root-groups=root |
---|
| 20 | #aliases=unstable,default |
---|
| 21 | # |
---|
| 22 | #[sid-snap] |
---|
| 23 | #type=lvm-snapshot |
---|
| 24 | #description=Debian sid snapshot |
---|
| 25 | #priority=3 |
---|
| 26 | #groups=sbuild,root |
---|
| 27 | #root-users=rleigh |
---|
| 28 | #root-groups=root,sbuild |
---|
| 29 | #source-root-users=rleigh |
---|
| 30 | #device=/dev/hda_vg/sid_chroot |
---|
| 31 | #mount-options=-o atime,sync,user_xattr |
---|
| 32 | #lvm-snapshot-options=--size 2G |
---|
| 33 | #run-setup-scripts=true |
---|
| 34 | # |
---|
| 35 | #[squeeze] |
---|
| 36 | #description=Debian squeeze (stable) 32-bit |
---|
| 37 | #directory=/srv/chroot/squeeze |
---|
| 38 | #priority=3 |
---|
| 39 | #groups=sbuild-security |
---|
| 40 | #aliases=stable |
---|
| 41 | #run-setup-scripts=false |
---|
| 42 | #personality=linux32 |
---|
| 43 | # |
---|
| 44 | #[lenny] |
---|
| 45 | #description=Debian lenny (oldstable) |
---|
| 46 | #directory=/srv/chroot/lenny |
---|
| 47 | #priority=2 |
---|
| 48 | #groups=sbuild |
---|
| 49 | #aliases=oldstable |
---|
| 50 | # |
---|
| 51 | #[lenny-file] |
---|
| 52 | #description=Debian lenny (oldstable) |
---|
| 53 | #file=/srv/chroot/lenny.tar.gz |
---|
| 54 | #priority=2 |
---|
| 55 | #groups=sbuild |
---|
| 56 | # |
---|
| 57 | #[lenny-secure] |
---|
| 58 | #description=Debian lenny (oldstable) |
---|
| 59 | #directory=/srv/chroot/lenny |
---|
| 60 | #priority=2 |
---|
| 61 | #groups=sbuild-security |
---|
| 62 | #aliases=stable-security |
---|
| 63 | # |
---|
| 64 | #[experimental] |
---|
| 65 | #type=block-device |
---|
| 66 | #description=Debian experimental |
---|
| 67 | #priority=4 |
---|
| 68 | #groups=sbuild,root |
---|
| 69 | #root-groups=root,sbuild |
---|
| 70 | #device=/dev/hda_vg/experimental_chroot |
---|
| 71 | #mount-options=-o atime,sync,user_xattr |
---|
| 72 | #location=/experimental |
---|
| 73 | #run-setup-scripts=true |
---|