mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
work in progress
This commit is contained in:
parent
a046d177ac
commit
c204384cb3
3 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Messages on console
|
||||||
|
|
||||||
Suppress all messages from the kernel (and its drivers) except panic messages from appearing on the 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
|
Python
|
||||||
|
|
0
pandorabox.py → pandora-box.py
Executable file → Normal file
0
pandorabox.py → pandora-box.py
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys
|
; 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
|
; Set PANDORA_ROOT_URL to the URL of the Pandora server
|
||||||
; the default value is "http://127.0.0.1:6100"
|
; the default value is "http://127.0.0.1:6100"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue