diff options
author | Roger Leigh <rleigh@debian.org> | 2009-03-09 20:06:31 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-03-09 20:06:31 +0000 |
commit | fc0a3aa68f6d99d43e733fab6cf70d6c22ead8dc (patch) | |
tree | cdb744267fdb2dabbf722498b911936c563cec07 /bin | |
parent | 3a2b1c62c24ce5178365e3dfdd6ce065ef145b5e (diff) | |
download | schroot-fc0a3aa68f6d99d43e733fab6cf70d6c22ead8dc.tar.gz |
[schroot.conf] Update distribution names for Squeeze.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/schroot/schroot.conf | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/bin/schroot/schroot.conf b/bin/schroot/schroot.conf index 149b1fb4..4fc8968a 100644 --- a/bin/schroot/schroot.conf +++ b/bin/schroot/schroot.conf @@ -34,43 +34,42 @@ #run-setup-scripts=true #run-exec-scripts=true # -#[etch] -#description=Debian etch (testing) 32-bit -#location=/srv/chroot/etch +#[squeeze] +#description=Debian squeeze (stable) 32-bit +#location=/srv/chroot/squeeze #priority=3 #groups=sbuild-security -#aliases=testing +#aliases=stable #run-setup-scripts=false #run-exec-scripts=false #personality=linux32 # -#[sarge] -#description=Debian sarge (stable) -#location=/srv/chroot/sarge +#[lenny] +#description=Debian lenny (oldstable) +#location=/srv/chroot/lenny #priority=2 #groups=sbuild -#aliases=stable +#aliases=oldstable # -#[sarge-file] -#description=Debian sarge (stable) -#file=/srv/chroot/sarge.tar.gz +#[lenny-file] +#description=Debian lenny (oldstable) +#file=/srv/chroot/lenny.tar.gz #priority=2 #groups=sbuild # -#[sarge-secure] -#description=Debian sarge (stable) -#location=/srv/chroot/sarge +#[lenny-secure] +#description=Debian lenny (oldstable) +#location=/srv/chroot/lenny #priority=2 #groups=sbuild-security #aliases=stable-security # #[experimental] #type=block-device -#description=Debian experimental (unstable) +#description=Debian experimental #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 |