X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=contrib%2Fsetup-schroot;h=f3f45c6ae012433575cd8fe6d635ee310f8e1313;hb=018ddcb29239fbd0a16a54e00613954e2d88b2b6;hp=a6b6afda18ea66126ee94f54c7e15b71c1d0a525;hpb=165c854118a427537ad878ec5ebad5467b536312;p=tools%2Fe2fsprogs.git diff --git a/contrib/setup-schroot b/contrib/setup-schroot index a6b6afd..f3f45c6 100755 --- a/contrib/setup-schroot +++ b/contrib/setup-schroot @@ -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 acl libreadline-dev +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"