Whamcloud - gitweb
setup-schroot: install the acl and libreadline-dev packages
authorTheodore Ts'o <tytso@mit.edu>
Fri, 30 Jul 2021 17:11:40 +0000 (13:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 30 Jul 2021 17:11:40 +0000 (13:11 -0400)
The acl package is needed to run the m_rootdir_acl test.  The
libreadline-dev package will drag in the shared library package for
libreadline (libreadlineN) so that the developer running debugfs will
be able to use line editing.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/setup-schroot

index bbf3485..a6b6afd 100755 (executable)
@@ -37,7 +37,7 @@ schroot -b -n "$CHROOT" -c "$BASE_CHROOT"
 dd-schroot-cmd -c "$CHROOT" apt-get update
 dd-schroot-cmd -c "$CHROOT" -y apt-get upgrade
 dd-schroot-cmd -c "$CHROOT" -y apt-get build-dep e2fsprogs
-dd-schroot-cmd -c "$CHROOT" -y apt-get install git gdb emacs-nox lintian
+dd-schroot-cmd -c "$CHROOT" -y apt-get install git gdb emacs-nox lintian acl libreadline-dev
 echo " "
 echo "Start chroot by running: "
 echo "schroot -r -c $CHROOT"