diff options
author | Roger Leigh <rleigh@debian.org> | 2008-01-08 00:29:34 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2008-01-08 00:29:34 +0000 |
commit | 736f6bb57af60320e656113ea593886336619435 (patch) | |
tree | 21b420e7e6396ce664f87c4c0377970c890069b2 /ChangeLog | |
parent | d30d7b89ea6fd5615783609d077ecabbbe6325b0 (diff) | |
download | schroot-736f6bb57af60320e656113ea593886336619435.tar.gz |
* po/POTFILES.in: Add bin/schroot-mount sources.
* configure.ac: Output bin/schroot-mount/Makefile
* bin/Makefile.am (SUBDIRS): Add schroot-mount.
* bin/schroot-mount: Copy schroot-listmounts and search and
replace listmounts with mount. This is the starting mount for the
schroot-mount utility to parse fstab(5) format files for mounting
filessystems inside chroots.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2008-01-08 Roger Leigh <rleigh@debian.org> + * po/POTFILES.in: Add bin/schroot-mount sources. + + * configure.ac: Output bin/schroot-mount/Makefile + + * bin/Makefile.am (SUBDIRS): Add schroot-mount. + + * bin/schroot-mount: Copy schroot-listmounts and search and + replace listmounts with mount. This is the starting mount for the + schroot-mount utility to parse fstab(5) format files for mounting + filessystems inside chroots. + +2008-01-08 Roger Leigh <rleigh@debian.org> + * sbuild/sbuild-chroot-lvm-snapshot.cc (chroot_lvm_snapshot::get_session_flags): Add chroot-source flags. |