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 14:51] – 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 33: | Line 41: | ||
| Edit fstab so it looks something like this. Your PARTUUIDs are different! | Edit fstab so it looks something like this. Your PARTUUIDs are different! | ||
| <code - / | <code - / | ||
| - | proc /proc | + | proc /proc proc defaults |
| - | PARTUUID=6c586e13-01 | + | PARTUUID=6c586e13-01 |
| - | PARTUUID=6c586e13-02 | + | PARTUUID=6c586e13-02 |
| - | tmpfs / | + | tmpfs / |
| - | tmpfs / | + | tmpfs / |
| - | tmpfs / | + | tmpfs / |
| - | tmpfs / | + | tmpfs / |
| - | tmpfs / | + | tmpfs / |
| - | tmpfs / | + | tmpfs / |
| + | tmpfs / | ||
| + | tmpfs / | ||
| </ | </ | ||
| < | < | ||
| Line 67: | 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/ | ||
| . | . | ||
| . | . | ||