编写构建及安装文档 #1

Closed
opened 2025-11-11 13:48:54 +08:00 by husky · 1 comment
Owner
No description provided.
husky self-assigned this 2025-11-11 13:48:54 +08:00
husky added this to the EST-LOCAL project 2025-11-11 13:48:54 +08:00
Author
Owner

系统安装

修改引导

在安装界面键入c,进入编辑模式
在第一行末尾加入
net.ifnames=0 biosdevname=0

以确保使用网卡为eth0
image.png
ctrl+x 开始安装

开始安装

检查网卡是否为eth,默认启动DHCP
设置设备主机名为设备型号
设置root密码
等待安装完成

换源及安装docker

Centos 换源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
docker 安装
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)

EST安装

复制EST 安装包至根目录

chmod +x install.sh
./install.sh
等待安装完成

## 系统安装 ### 修改引导 在安装界面键入c,进入编辑模式 在第一行末尾加入 `net.ifnames=0 biosdevname=0` 以确保使用网卡为eth0 ![image.png](/attachments/6e4b966e-4451-4466-8b06-c0213bb66477) ctrl+x 开始安装 ### 开始安装 检查网卡是否为eth,默认启动DHCP 设置设备主机名为设备型号 设置root密码 等待安装完成 ### 换源及安装docker **Centos 换源** `bash <(curl -sSL https://linuxmirrors.cn/main.sh)` **docker 安装** `bash <(curl -sSL https://linuxmirrors.cn/docker.sh)` ## EST安装 ### 复制EST 安装包至根目录 `chmod +x install.sh` `./install.sh` 等待安装完成
husky closed this issue 2025-12-09 13:24:24 +08:00
husky moved this to 完成 in EST-LOCAL on 2025-12-09 13:25:19 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: EST-LOCAL/est-frame#1
No description provided.