summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-01-08 00:29:34 +0000
committerRoger Leigh <rleigh@debian.org>2008-01-08 00:29:34 +0000
commit736f6bb57af60320e656113ea593886336619435 (patch)
tree21b420e7e6396ce664f87c4c0377970c890069b2 /ChangeLog
parentd30d7b89ea6fd5615783609d077ecabbbe6325b0 (diff)
downloadschroot-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e0a36e..ac5c7f15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.