1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-03 04:45:22 +02:00

work in progress

This commit is contained in:
dbarzin 2022-06-28 15:16:33 +02:00
parent a046d177ac
commit c204384cb3
3 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ Messages on console
Suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console.
echo "dmesg -n 1" >> /etc/rc.local
echo "kernel.printk = 3 4 1 3" | sudo tee -a /etc/sysctl.conf
Python