mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
1. 修复bootstrap.sh在安装libssl-dev之前,安装dadk,从而导致错误的问题 (#338)
1. 修复bootstrap.sh在安装libssl-dev之前,安装dadk,从而导致错误的问题 2. 构建系统的文档,补充对vnc端口的说明
This commit is contained in:
@ -142,7 +142,7 @@ rustInstall() {
|
||||
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
|
||||
rustup component add llvm-tools-preview
|
||||
rustup target add x86_64-unknown-none
|
||||
cargo install dadk
|
||||
|
||||
echo "Rust已经成功的在您的计算机上安装!请运行 source ~/.cargo/env 以使rust在当前窗口生效!"
|
||||
fi
|
||||
}
|
||||
@ -206,6 +206,9 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# 安装dadk
|
||||
cargo install dadk || exit 1
|
||||
|
||||
# 创建磁盘镜像
|
||||
bash create_hdd_image.sh
|
||||
# 编译安装GCC交叉编译工具链
|
||||
|
Reference in New Issue
Block a user