Add mounting /sys for cl-builder

master
Mike Hiretsky 14 years ago
parent 82eee581f3
commit e5aaf0a36b

@ -3,6 +3,7 @@ CHANGE LOG
1.3.6
* Fix bashrc for work with /var/lib/layman.
* Fix cl-kernel.
* Add mount /sys for cl-builder.
1.3.5
* Add license Broadcom and dlj-1.1 in /etc/make.conf.

@ -53,8 +53,8 @@ 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 -o bind /dev/pts ${BUILDER}/dev/pts && return 0
return 1
}

Loading…
Cancel
Save