From d8cd8b84c083a7c340930d73447b0e46855d5d2b Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 23 May 2006 17:55:47 +0000 Subject: [PATCH] 2006-05-23 17:55:47 by steve Try to install twice. This helps (???) --- etc/hook.d/70-install-ssh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/hook.d/70-install-ssh b/etc/hook.d/70-install-ssh index 812aa50..85202e1 100755 --- a/etc/hook.d/70-install-ssh +++ b/etc/hook.d/70-install-ssh @@ -18,6 +18,7 @@ if [ "${rpmstrap}" ]; then # if [[ -x ${prefix}/usr/bin/yum ]]; then chroot ${prefix}/usr/bin/yum -y install openssh-server + chroot ${prefix}/usr/bin/yum -y install openssh-server else echo "I don't know how to install OpenSSH for your distro." fi