From c204384cb3314f175e7f12211a3e4c0d0ad09843 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Tue, 28 Jun 2022 15:16:33 +0200 Subject: [PATCH] work in progress --- INSTALL.md | 2 +- pandorabox.py => pandora-box.py | 0 pandorabox.ini | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename pandorabox.py => pandora-box.py (100%) mode change 100755 => 100644 diff --git a/INSTALL.md b/INSTALL.md index 98d30e8..3af9e89 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/pandorabox.py b/pandora-box.py old mode 100755 new mode 100644 similarity index 100% rename from pandorabox.py rename to pandora-box.py diff --git a/pandorabox.ini b/pandorabox.ini index d916994..6c6a0e2 100644 --- a/pandorabox.ini +++ b/pandorabox.ini @@ -1,7 +1,7 @@ [DEFAULT] ; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys -USB_AUTO_MOUNT = False +USB_AUTO_MOUNT = True ; Set PANDORA_ROOT_URL to the URL of the Pandora server ; the default value is "http://127.0.0.1:6100"