Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kb:raspberrypi:setup_kiosk [2020/03/24 15:55] – created 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:// | ||
+ | |||
Here are brief explanations. | Here are brief explanations. | ||
Line 26: | 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:// |