Whamcloud - gitweb
tests: add pfsck test
[tools/e2fsprogs.git] / contrib / setup-schroot
index bbf3485..f3f45c6 100755 (executable)
@@ -37,7 +37,9 @@ 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 dh-exec cron
+dd-schroot-cmd -c "$CHROOT" -y apt-get install udev systemd
 echo " "
 echo "Start chroot by running: "
 echo "schroot -r -c $CHROOT"