diff options
author | Roger Leigh <rleigh@debian.org> | 2005-10-20 20:28:55 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2005-10-20 20:28:55 +0000 |
commit | 39d833aab68b9b605214c67a7ca76ca6f97b316b (patch) | |
tree | bc1bcbee2f52c7a410f9780d5938d912e777a7b2 /doc | |
parent | 88e0bfb129615839d59cf3cafc9e499c80a50bd9 (diff) | |
download | schroot-39d833aab68b9b605214c67a7ca76ca6f97b316b.tar.gz |
* schroot/sbuild-session.c (sbuild_session_run): If a chroot sets
SBUILD_CHROOT_SESSION_CREATE, update the chroot name with the
session name.
* schroot/sbuild-chroot.h (SbuildChrootSessionFlags) Removed
unused session flags, and renamed SBUILD_CHROOT_SESSION_PERSISTENT
to SBUILD_CHROOT_SESSION_CREATE. All chroot types updated to
reflect the change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/schroot/tmpl/sbuild-chroot.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/schroot/tmpl/sbuild-chroot.sgml b/doc/schroot/tmpl/sbuild-chroot.sgml index b0d7910e..c4f31b2e 100644 --- a/doc/schroot/tmpl/sbuild-chroot.sgml +++ b/doc/schroot/tmpl/sbuild-chroot.sgml @@ -165,9 +165,8 @@ will change to the new block device or directory. The session options for a given chroot type </para> -@SBUILD_CHROOT_SESSION_AUTOCREATE: Create a session automatically, otherwise the session must be requested explicitly. -@SBUILD_CHROOT_SESSION_PERSISTENT: The session persists once schroot terminates, otherwise is ephemeral and automatically removed. -@SBUILD_CHROOT_SESSION_MULTIUSER: The chroot may have multiple users, otherwise only a single user is permitted. The current-users and max-users properties are only valid if this is set. +@SBUILD_CHROOT_SESSION_CREATE: The session persists once schroot +terminates, so a session file must be created. <!-- ##### ENUM SbuildChrootSetupType ##### --> <para> |