parent
db87b5ff03
commit
5956ac513a
|
@ -63,7 +63,7 @@
|
|||
安装依赖工具:
|
||||
|
||||
```bash
|
||||
sudo apt-get install repo git ssh make gcc libssl-dev liblz4-tool \
|
||||
sudo apt-get install repo git ssh make gcc libssl-dev liblz4-tool p7zip-full \
|
||||
expect g++ patchelf chrpath gawk texinfo chrpath diffstat binfmt-support \
|
||||
qemu-user-static live-build bison flex fakeroot cmake bc vim time rsync \
|
||||
unzip device-tree-compiler python-pip ncurses-dev python-pyelftools
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# LubanCat2 Linux Lite 配置
|
||||
|
||||
```bash
|
||||
cd /etc/systemd/network
|
||||
sudo touch usb0.network
|
||||
sudo vim usb0.network
|
||||
```
|
||||
|
|
|
@ -20,7 +20,7 @@ RUNLEVEL=3
|
|||
|
||||
```bash
|
||||
apt install weston
|
||||
/etc/xdg/weston/weston.ini
|
||||
vim /etc/xdg/weston/weston.ini
|
||||
```
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue