1
0
mirror of synced 2026-01-22 18:21:20 +00:00

2006-05-24 20:12:21 by steve

Mount /proc.
This commit is contained in:
steve 2006-05-24 20:12:21 +00:00
parent 9876d9f416
commit c9f138b307

View File

@ -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
}