mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-15 19:58:50 +01:00
Updated Devterm CM3 ubuntu server image (markdown)
parent
b7a342e4d5
commit
4df161ad0c
@ -1,5 +1,17 @@
|
||||
ubuntu-21.04-preinstalled-server-armhf+raspi.img
|
||||
|
||||
**/boot/cmdline.txt**
|
||||
```
|
||||
console=serial0,115200 console=tty1 root=PARTUUID=78e1086a-02 rootfstype=ext4 elevator=deadline rootwait fixrtc splash
|
||||
```
|
||||
|
||||
**/etc/fstab**
|
||||
```
|
||||
PARTUUID=78e1086a-02 / ext4 discard,errors=remount-ro 0 1
|
||||
PARTUUID=78e1086a-01 /boot/ vfat defaults 0 1
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
sudo apt remove linux-image-raspi linux-image-5.11.0-1007-raspi -y
|
||||
sudo apt install net-tools network-manager -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user