Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kb:raspberrypi:setup_kiosk [2020/03/24 16:33] – yehuda | kb:raspberrypi:setup_kiosk [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Hardning ===== | ===== Hardning ===== | ||
| - | <source> | + | <code bash> |
| - | + | ||
| sudo vi / | sudo vi / | ||
| disable_splash=1 | disable_splash=1 | ||
| Line 17: | Line 15: | ||
| add below at the end of the line | add below at the end of the line | ||
| splash quiet plymouth.ignore-serial-consoles logo.nologo vt.global_cursor_default=0 | splash quiet plymouth.ignore-serial-consoles logo.nologo vt.global_cursor_default=0 | ||
| - | </ | ||
| https:// | https:// | ||
| Line 29: | Line 26: | ||
| Note : The first three should be there by default, but make sure if those exist. | Note : The first three should be there by default, but make sure if those exist. | ||
| - | </source> | + | </code> |
| + | |||
| + | https:// | ||
| + | https:// | ||