* Document board config variables
Add brief descriptions for board config variables which lack an explanation
* Emphasize deprecated variables in board config README
"next" is deprecated with AR-8.
Add "(deprecated)" to the end of description for more clarity.
* Update board config variable descriptions
Remove descriptions which are related to deprecated branches.
Remove descriptions which are not relevant for board configuration.
Change description of BOOT_FDT_FILE variable with a more elaborate one.
* Update board config variable descriptions
Even though they are not used frequently;
add description for "BOOTCONFIG_LEGACY" and "BOOTCONFIG_CURRENT".
These patches are for Olimex S3-OLinuXino, which is not yet support by
Armbian.
Remove them to prevent DT node conflict.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Added 2 configuration parameters to armbian-zram-config.
First paramter (SWAP=) can explicitely disable zram swap (while leaving log and tmp untouched).
Second parameter (TMP_SIZE) can be used to explicitely set tmp ramdisk size.
The behaviour of existing configurations is not changed.
New function activate_zram() to initialize zram devices and parameters.
Changed script to use zramctl to more flexibly establish zram devices to use for log and tmp.
This also fixes issues which result from both armbian-zram-config and armbian-ramlog being hardcoded to use zram0
* Set image compression levels to maximum
This feature is used mainly by us or other distributors. An internal function. Compression time and CPU usage for this process is significantly increased but the size of the daily batch was decreased from 80Gb -> 50Gb. Mitigate upload speed bottleneck.
* Small improvement for internal build process
* Typo
This feature is used mainly by us or other distributors. An internal function. Compression time and CPU usage for this process is significantly increased but the size of the daily batch was decreased from 80Gb -> 50Gb. Mitigate upload speed bottleneck.
Standard firewall features were introduced in
6a165742e83696995510e6400dd1bdebd07947dd but then removed in
6788786057. This commit restores them and also
adds support for the tc-mirred action.
* Add support for ZSH / TMUX / oh-my-zsh
* Selecting default shell at 1st run
* Install ZSH by default except on minimal image
* Lets rather create armbian-zsh package
* - fix remaining ZSH problems
- add systemd timer to remove default desktop autologin feature
- change DESKTOP_AUTOLOGIN to disabled by default
* Few small improvements
* Oneliner for revering all users back to BASH if package is uninstalled
* Properly escape variables
* Fixing chmod
* More cryptic awk magic to fix permissions for all normal users that are getting zsh magic