Gist moved to real repository: https://github.com/cinderblock/RaspberryPi-Image-Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to set up auto filesystem expansion for custom PI images | |
============================================================ | |
Preamble | |
======== | |
When a custom pi image is created, it is a good idea to expand the FS so that all the space on the SD card is used. This is done manaully using the raspi-config tool or raspi-config --expand-rootfs. | |
The official pi images expand the FS automatically so it would be nice to replicate this process for custom images. | |
The procedure below shows how to do this. | |
Procedure |
There's a workaround that might be useful for some people - use the Shadowsocks app for Android TV. Because that app only accepts a JSON configuration file, you need to convert the Outline key to JSON.
- Take the following JSON file template:
{ "server":"YOUR-SERVER", "server_port":12345, "local_port":1080, "password":"YOUR-PASSWORD", "method":"chacha20-ietf-poly1305",
OlderNewer