From a733e84404d89a65487cc70db77068a5f931819a Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 3 Feb 2010 13:49:04 +0300 Subject: [PATCH] Fix name sysfs directory --- install/cl-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/cl-builder b/install/cl-builder index f1d83eb..d2a9b76 100755 --- a/install/cl-builder +++ b/install/cl-builder @@ -53,7 +53,7 @@ mountres() { mount -o bind /usr/calculate/share ${BUILDER}/usr/calculate/share && mount -t proc none ${BUILDER}/proc && mount -o bind /dev ${BUILDER}/dev && - mount -t sysfs none ${BUILDER}/sysfs && + mount -t sysfs none ${BUILDER}/sys && mount -o bind /dev/pts ${BUILDER}/dev/pts && return 0 return 1 }