Skip to content

Commit 0635fa7

Browse files
committed
Add note to change root password
1 parent 6d2d640 commit 0635fa7

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

rpi.motd-template.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,26 @@ IRC: #piratebox irc.freenode.net Be open -- Share freely!
1212
First Steps After Flashing
1313
1. Change password of alarm user
1414
> passwd
15-
2. Enable Fake-Timeservice
16-
2.1 Set date and time
15+
2. Change password of root user
16+
> sudo passwd root
17+
3. Enable Fake-Timeservice
18+
3.1 Set date and time
1719
# Disable network time sync
1820
> sudo timedatectl set-ntp false
1921
# Set time to "Mon May 23 17:42:00" (Format: CCYYMMDD hhmm)
2022
> sudo date -s "20170523 1742"
2123
> cd /opt/piratebox && sudo ./bin/timesave.sh ./conf/piratebox.conf install
22-
2.2 Enable on startup
24+
3.2 Enable on startup
2325
> sudo systemctl enable timesave
24-
3. Enable the Kareha Image and Discussion Board
26+
4. Enable the Kareha Image and Discussion Board
2527
> sudo /opt/piratebox/bin/board-autoconf.sh
26-
4. Enable USB thumb drive share OR extend SDCard
28+
5. Enable USB thumb drive share OR extend SDCard
2729
USB: > sudo /opt/piratebox/rpi/bin/usb_share.sh
2830
SDCard: > sudo /opt/piratebox/rpi/bin/sdcard_share.sh
29-
5. Enable UPnP Media Server
31+
6. Enable UPnP Media Server
3032
> sudo cp /etc/minidlna.conf /etc/minidlna.conf.bkp
3133
> sudo cp /opt/piratebox/src/linux.example.minidlna.conf /etc/minidlna.conf
3234
> sudo systemctl start minidlna
3335
> sudo systemctl enable minidlna
34-
6. Enable RealTimeClock timekeeping (needs DS3231 or 1307 RTC module!)
36+
7. Enable RealTimeClock timekeeping (needs DS3231 or 1307 RTC module!)
3537
> sudo systemctl enable rpi_hwclock

0 commit comments

Comments
 (0)