From c9f138b307dcbd0e218b0dbe573d05dd114bbf12 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 24 May 2006 20:12:21 +0000 Subject: [PATCH] 2006-05-24 20:12:21 by steve Mount /proc. --- etc/hook.d/70-install-ssh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/hook.d/70-install-ssh b/etc/hook.d/70-install-ssh index 1a779e5..4516add 100755 --- a/etc/hook.d/70-install-ssh +++ b/etc/hook.d/70-install-ssh @@ -53,8 +53,10 @@ function setupDebian # function setupCentOS4 { + chroot ${prefix} /bin/mount /proc chroot ${prefix} /usr/bin/yum -y install openssh-server chroot ${prefix} /usr/bin/yum -y install openssh-server + chroot ${prefix} /bin/umount /proc }