From f8b6eaefba3eb68948ac913ce15a92ea6e8ade36 Mon Sep 17 00:00:00 2001 From: Matthias Strubel Date: Thu, 22 Feb 2018 21:34:03 +0100 Subject: [PATCH] Further comfort changes --- rpi.motd-template.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rpi.motd-template.txt b/rpi.motd-template.txt index 541905f..e3fb568 100644 --- a/rpi.motd-template.txt +++ b/rpi.motd-template.txt @@ -24,14 +24,15 @@ First Steps After Flashing 3.2 Enable on startup > sudo systemctl enable timesave 4. Enable the Kareha Image and Discussion Board - > sudo /opt/piratebox/bin/board-autoconf.sh + > board-autoconf.sh 5. Enable USB thumb drive share OR extend SDCard USB: > sudo /opt/piratebox/rpi/bin/usb_share.sh SDCard: > sudo /opt/piratebox/rpi/bin/sdcard_share.sh 6. Enable UPnP Media Server - > sudo cp /etc/minidlna.conf /etc/minidlna.conf.bkp - > sudo cp /opt/piratebox/src/linux.example.minidlna.conf /etc/minidlna.conf - > sudo systemctl start minidlna - > sudo systemctl enable minidlna + 6.1 (Optional) Adjust minidlna configuration, if needed (Name of the box) + > sudo nano /etc/minidlna.conf + 6.2 Enable minidlna for startup + > sudo systemctl start minidlna + > sudo systemctl enable minidlna 7. Enable RealTimeClock timekeeping (needs DS3231 or 1307 RTC module!) > sudo systemctl enable rpi_hwclock