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