Update update fix maxcpus

pi4
Alan Johnston 4 months ago committed by GitHub
parent b74e74e1f6
commit ef426e0f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,6 +47,8 @@ sudo sed -i 's/update to/update\nto/g' /etc/motd
sudo sed -i 's/console=tty1 r/console=tty1 maxcpus=1 r/g' /boot/cmdline.txt # single core if Pi Zero 2
sudo sed -i 's/maxcpus=2/maxcpus=1/g' /boot/cmdline.txt # single core if Pi Zero 2
cd /home/pi/CubeSatSim
git pull --no-rebase > .updated

Loading…
Cancel
Save

Powered by TurnKey Linux.