* 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
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
# Allwinner A64 quad core 2GB RAM SoC WiFi/BT
|
|
BOARD_NAME="Pinebook A64"
|
|
BOARDFAMILY="sun50iw1"
|
|
BOOTCONFIG="pinebook_defconfig"
|
|
KERNEL_TARGET="legacy,current,dev"
|
|
FULL_DESKTOP="yes"
|
|
PACKAGE_LIST_DESKTOP_BOARD="xfce4-power-manager"
|
|
BOOT_LOGO="desktop"
|