map/docs/deploy/linux.md
2024-11-01 14:29:57 +08:00

51 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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账号密码设置下普通用户就不用创建了。
## 系统配置
!> 未完待续