diff options
author | Martin F. Krafft <madduck@debian.org> | 2010-06-06 23:34:33 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2010-06-06 23:34:33 +0100 |
commit | dcbaea1797a22fdf5635d8165d44e0a06160de41 (patch) | |
tree | 6689664bc333e1f94173199a5beb32bef329ab08 | |
parent | db67bb1b9194f6738a27cd4a9fd7f831fbaf9bff (diff) | |
download | schroot-dcbaea1797a22fdf5635d8165d44e0a06160de41.tar.gz |
contrib: Add 09fsck setup script
-rw-r--r-- | contrib/setup.d/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/setup.d/Makefile.am b/contrib/setup.d/Makefile.am index b03ab2ca..b369d5f7 100644 --- a/contrib/setup.d/Makefile.am +++ b/contrib/setup.d/Makefile.am @@ -22,6 +22,7 @@ include $(top_srcdir)/scripts/global.mk noinst_SCRIPTS = \ + 09fsck \ 10mount-ssh EXTRA_DIST = \ |