Updated Create DevTerm A04 OS image from scratch (markdown)

GNU 2022-01-31 13:42:21 +08:00
parent 1ec1fa0f27
commit de9ec0d02f

@ -58,7 +58,7 @@ chown cpi:cpi /home/cpi/.first_start
echo -e "cpi\tALL=(ALL:ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/cpi
```
### config xrandr
### Config xrandr
```
sudo bash -c 'cat << EOF > /etc/X11/Xsession.d/100custom_xrandr
xrandr --output DSI-1 --rotate right
@ -66,7 +66,7 @@ xrandr --output None-1 --rotate right
EOF'
```
### config lightdm
### Config lightdm
#### autologin
```