|
发表于 2005-11-3 10:50:09
|
显示全部楼层
if [ ! -d ${MOUNT_DIR}/program ]
then
${MOUNT_CMD} -t cramfs -o loop -o ro ${IMG_FILE} ${MOUNT_DIR}
fi
这个我按照你的那个21行改的,你看看正确吗?
为什么一运行setup就会在命令行出现
mount: unknown filesystem type 'cramfs'
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
谢谢 |
|