9-21 updata

This commit is contained in:
hehaoyang 2023-09-21 23:36:52 +08:00
parent a32ef8d2e5
commit 39cc24685f
2 changed files with 3 additions and 2 deletions

View File

@ -96,8 +96,8 @@ git config --global --add safe.directory /home/hehaoyang/works/quectel/downloads
```
apt-get update
apt-get install rsyslog curl -y
apt-get install libxslt1-dev
apt-get install asciidoc
apt-get install libxslt1-dev -y
apt-get install asciidoc -y
cd /home/hehaoyang/works
usermod -u 1001 quectel
cd /home/hehaoyang/works/quectel/rk3568_ubuntu_r60_v1.3.2/yocto/poky/scripts/postinst-intercepts/

View File

@ -16,6 +16,7 @@ sudo mkfs -t ext4 /dev/sdb
```
sudo mount -t ext4 /dev/sdb /devdata
sudo chown tvis:tvis devdata
```
#### 配置硬盘在系统启动自动挂载