mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Bsp services RFC (#1015)
* Basic armbian services RFC - tested building and upgrade - armbian-optimize-hardware and armbian-setup-hardware have still the same content * fix permissions * Forther renaming and small fixes * Odroid C2 NEXT tiny config adjustement to remove errros from bootup and moving u-boot to 2018.05 * More cleanings * permissions fix * More cleanup ... * permi * Remove few Ubuntu related things, fix permissions * Further mini improvements * Fix logrotate compression and permission issues * Bugfix * Wrong services setup at package install. fixing * RAM logging: workaround for older kernel/btrfs driver versions * Renaming services, proper config for zram, few bugfixes. * Various fixes * Various fixes * No $TMPFILE needed here * Various fixes * Lower this so boards with low memory can use it too * Various fixes * Adjust logfile to armbian-hardware-monitor.log * Remove swap file creation * Fix permissions in all logrotate configs if needed. * Prevent loading parallel printer port drivers which we don't need here.
This commit is contained in:
@@ -166,7 +166,7 @@ case $RELEASE in
|
||||
;;
|
||||
|
||||
xenial)
|
||||
PACKAGE_LIST_RELEASE="man-db wget nano zram-config"
|
||||
PACKAGE_LIST_RELEASE="man-db wget nano"
|
||||
PACKAGE_LIST_DESKTOP+=" paman libgcr-3-common gcj-jre-headless paprefs numix-icon-theme"
|
||||
PACKAGE_LIST_DESKTOP_RECOMMENDS+=" chromium-browser language-selector-gnome system-config-printer-common system-config-printer-gnome"
|
||||
;;
|
||||
@@ -178,7 +178,7 @@ case $RELEASE in
|
||||
;;
|
||||
|
||||
bionic)
|
||||
PACKAGE_LIST_RELEASE="man-db zram-config less kbd net-tools netcat-openbsd gnupg2 dirmngr nano wget"
|
||||
PACKAGE_LIST_RELEASE="man-db less kbd net-tools netcat-openbsd gnupg2 dirmngr nano wget"
|
||||
PACKAGE_LIST_DESKTOP+=" xserver-xorg-input-all paprefs dbus-x11"
|
||||
PACKAGE_LIST_DESKTOP_RECOMMENDS+=" chromium-browser system-config-printer-common system-config-printer language-selector-gnome"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user