diff --git a/conf/common/custom/cfg_qcow2/lib/utils b/conf/common/custom/cfg_qcow2/lib/utils index 7e4f460aed69458b3d5e45b13940cd6230bb71a0..37350382b440bcaaf34b95f793a1f4d5610f4487 100644 --- a/conf/common/custom/cfg_qcow2/lib/utils +++ b/conf/common/custom/cfg_qcow2/lib/utils @@ -90,10 +90,10 @@ function create_env() { function mount_dir() { mkdir -p ${MOUNT_WORKSPACE_DIR}/sys ${MOUNT_WORKSPACE_DIR}/dev/pts ${MOUNT_WORKSPACE_DIR}/proc - mount -t proc none ${MOUNT_WORKSPACE_DIR}/sys + mount -t sysfs none ${MOUNT_WORKSPACE_DIR}/sys mount --bind /dev ${MOUNT_WORKSPACE_DIR}/dev mount --bind /dev/pts ${MOUNT_WORKSPACE_DIR}/dev/pts - mount -t sysfs none ${MOUNT_WORKSPACE_DIR}/proc + mount -t proc none ${MOUNT_WORKSPACE_DIR}/proc } function unmount_dir() {