From: Michael Prokop Date: Fri, 20 Jun 2014 09:20:39 +0000 (+0200) Subject: 21-usersetup: check for existing /bin/zsh inside the chroot X-Git-Tag: v0.25.0~5 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=184eabc67a016efb8b42364b1dab400ef72a00e0;hp=184eabc67a016efb8b42364b1dab400ef72a00e0 21-usersetup: check for existing /bin/zsh inside the chroot /bin/zsh usually points to /etc/alternatives/zsh, but if /etc/alternatives/zsh doesn't exist on the *build* system, the test for existing /bin/zsh fails, so we need to verify the existence of /bin/zsh *inside* the chroot. Thanks: Krisztian VASAS for reporting the problem Acked-by: Alexander Wirt ---