From: Theodore Ts'o Date: Fri, 30 Jul 2021 17:11:40 +0000 (-0400) Subject: setup-schroot: install the acl and libreadline-dev packages X-Git-Tag: v1.46.4~51 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=165c854118a427537ad878ec5ebad5467b536312;p=tools%2Fe2fsprogs.git setup-schroot: install the acl and libreadline-dev packages 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 --- diff --git a/contrib/setup-schroot b/contrib/setup-schroot index bbf3485..a6b6afd 100755 --- a/contrib/setup-schroot +++ b/contrib/setup-schroot @@ -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"