This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| raspberry_pi_kiosk [2020/01/25 15:10] – herwarth | raspberry_pi_kiosk [2020/05/16 18:44] (current) – herwarth | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| systemctl enable ssh.service | systemctl enable ssh.service | ||
| systemctl start ssh.service | systemctl start ssh.service | ||
| + | </ | ||
| + | <code - / | ||
| + | [Time] | ||
| + | NTP=172.16.0.254 | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| </ | </ | ||
| ==== Making the system a read-only system ==== | ==== Making the system a read-only system ==== | ||
| Line 28: | Line 36: | ||
| console=serial0, | console=serial0, | ||
| < | < | ||
| - | apt-get -y install busybox-syslogd | + | apt-get -y install busybox-syslogd |
| apt-get -y remove --purge rsyslog | apt-get -y remove --purge rsyslog | ||
| </ | </ | ||
| Line 41: | Line 49: | ||
| tmpfs / | tmpfs / | ||
| tmpfs / | tmpfs / | ||
| - | tmpfs / | + | tmpfs / |
| tmpfs / | tmpfs / | ||
| tmpfs / | tmpfs / | ||
| Line 69: | Line 77: | ||
| TimeoutSec=30s | TimeoutSec=30s | ||
| </ | </ | ||
| - | Because /var/spool is also a tmpfs filesystem, we need to disable that directory to become mask 0755. Comment | + | Because /var/spool is also a tmpfs filesystem, we need to disable that directory to become mask 0755. Copy the following file |
| - | <code - /usr/lib/ | + | < |
| + | cp / | ||
| + | </ | ||
| + | comment | ||
| + | <code - /etc/ | ||
| . | . | ||
| . | . | ||