更新linux安装文档

This commit is contained in:
谷成伟 2024-11-01 14:29:57 +08:00
parent c02e013361
commit 7a70c8562f
11 changed files with 49 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

View File

@ -1,3 +1,51 @@
# OpenEuler 24.03 (LTS) 安装部署 # OpenEuler 24.03 (LTS) 安装部署
!> 等待更新 ## 操作系统安装
OpenEuler的安装和Centos差不多这里不详细说明了就把几个建议步骤说下这样可以减少后期手动配置的麻烦。
![alt text](asserts/image-2.png)
> 语言这里选 `English`
![alt text](asserts/image-3.png)
> `Keyboard` 不修改。
> `Installation Source` 不修改。
> `Installation Destination` 这里要配置磁盘分区。
![alt text](asserts/image-4.png)
![alt text](asserts/image-5.png)
![alt text](asserts/image-6.png)
点左下角的`+`,新建分区
![alt text](asserts/image-7.png)
`Mount Point`填: /das, 大小不用填,默认会使用剩余所有空间。
![alt text](asserts/image-9.png)
点击 `Done`完成分区配置。
> `Lanage Support` 这个需要勾上中文。
![alt text](asserts/image-10.png)
> `Software Selection` 这里基础环境选择"Server", 右侧再勾上一个开发工具包,以防后续内网环境下编译安装程序时需要。
![alt text](asserts/image-11.png)
> `Network & Hostname` 根据实际情况配置。
> `Time & Date` 时区不用修改了。
下面的root账号密码设置下普通用户就不用创建了。
## 系统配置
!> 未完待续