Commit Graph

27 Commits

Author SHA1 Message Date
Igor Pecovnik
a55f8a26b4 Remove deprecated wireless-tools from packages - alternative (iw) is shipped 2024-09-30 18:39:23 +02:00
Igor Pecovnik
481ffca5a1 Userspace: remove System Activity Reporter (SAR) from server package base 2024-09-10 21:57:56 +02:00
amazingfate
ffbe25e7a5 cli: packages: use iputils-ping instead of inetutils-ping 2024-08-21 13:56:33 +02:00
Igor Pecovnik
f4b160abde Move Network Manager bits into extensions
- use Chrony with Network Manager
- use timesync with systemd-networkd
- use NetPlan with Network manager only
- move command-not-found to CLI image only
- improve firstlogin ip detection
2024-06-20 19:59:52 +02:00
Barry Lind (SteeManMI)
2b1fae5d74 cpufrequtils cleanup after PR6507
In PF6507 the use of cpufrequtils was removed and the functionality put into armbian-hardware-optimization
This commit removes the remaining now unused installs of the deprecated cpufrequtils package

 Changes to be committed:
	modified:   config/cli/bullseye/main/packages
	modified:   config/cli/common/main/packages
	modified:   config/cli/jammy/main/packages
2024-05-06 09:54:22 -04:00
Ricardo Pardini
26c8af80a6 userspace: cli: common: move config_desktop's packages from debootstrap to main
- don't ask me why this was in there, or why there are desktop pkgs being installed during debootstrap
- debootstrap has limited dep resolution capabilities, do this later with apt, not debootstrap
2024-04-07 13:22:01 +02:00
Igor
5c84edbc11 Fixing packages dependencies and small optimisations (#6472)
* Fixing packages dependencies and small optimisations
* Disable printer-driver-all as its missing from Trixie and disable not needed tools
* Remove more apps
2024-04-06 08:57:03 +02:00
Igor Pecovnik
3c49025b11 Keep jammy, focal and kinetic without systemd-resolved 2024-01-12 23:28:00 +01:00
Igor Pečovnik
e71d8dba10 Clenup minimal and server lists (#4893) 2023-03-02 22:44:47 +01:00
Igor Pečovnik
013867f617 Prevent error at password strength check (#4760)
Cracklib check library must be present in minimal variant
2023-01-28 00:14:36 +01:00
Igor Pečovnik
eee984cf2d Move btrfs-progs to the minimal images (#4531) 2022-12-06 09:47:00 +01:00
Igor Pečovnik
e27f90b856 Add fonts-ubuntu to the desktop packages (#4533)
Missing font in Bullseye desktop cause strange fonts in Terminator
2022-12-06 09:46:48 +01:00
Igor Pečovnik
7304af6be8 Small tweaks (#4492)
* Update HTOP defaults

* Remove ZFS PPA sources. We will move them to main repo. Its just a repo anyway.
2022-11-27 00:10:44 +01:00
Igor Pečovnik
996b6b40a7 Move all PPAs to desktop to enhance security of CLI images (#4414)
* Move PPAs to desktop

* Remove script that is in by mistake

* Fix
2022-11-11 12:19:20 +01:00
Igor Pečovnik
3e701a857a Add initial RiscV support (#4387)
* Add initial RISCV support

* Add UEFI edge and current kernel configs

* Cleanup and adjust packages

* Those files were in wrong path

* Fix locations

* Ubuntu images built

* Remove Debian support as its too fragile

* Remove Pinta as it doesn't work under riscv

* Limitation is only for building images

* Remove obsolete switch

* Cleanup major arch config files

* Support for Docker building
2022-11-06 20:33:11 +01:00
Igor Pečovnik
5d7744c880 Add Ubuntu 22.10 Kinetic (#4326)
* Add Ubuntu Kinetic
* Remove missing package
* Keep only working desktops in kinetic
* Optimisation
* Cleanup
2022-10-24 09:07:51 +02:00
Igor Pečovnik
a80c388eb3 Attempt to fix remaining bugs in the desktops (#4180)
* Add gdm3 as conflicting desktop package

Remove it from package base

To do: testing

* Add SKEL distribution to all existing users to the postinst script

+ fix permissions

* Enable PSD

* Move all 3rd party sources to CLI image

This will prevent from installing snap versions

* Bring PSD to remaining and address bug in postinst
2022-09-14 16:33:22 +02:00
Igor Pečovnik
5fbad9814d Add external ZFS repository to Focal and Jammy (#4183) 2022-09-14 16:32:50 +02:00
Igor Pečovnik
cb7e9b771d Remove NFS server package as its not needed by default. (#4162)
Leave common package so one can mount NFS share OOB
2022-09-07 21:16:59 +02:00
Igor Pečovnik
047a2447f6 Verifying md5 of installed deb packages with debsums (#3955)
* Typo in packaga name

* WIP: Test for packages integrity just before closing images

* Working debsum check

* Dialog is not needed

* Optimisations - uninstall debsums as we don't need it later on

* Cosmetics

Assuming this is related to both Ubuntu and Debian

Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
2022-07-09 11:36:52 +02:00
Paolo
388e9bbf5e Support for OrangePi4 LTS board (#3770)
* orange pi 4 LTS support added (uwe5622 wifi driver, es8316c codec)

* add orangepi 4 LTS device tree
* add uwe5622 driver to 5.15 and 5.18 rockchip64 patches
* add wpasupplicant to jammy cli packages
* fix es8316c asound.state (zeroing stereo enhancement which causes distortion)

* Add build targets

* Move from WIP state

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2022-06-14 12:11:33 +02:00
Jianfeng Liu
40443bf07b remove crda for jammy (#3667) 2022-04-11 21:22:20 +02:00
Igor Pečovnik
9da751265e Remove Nala from Jammy since Pythin library is mising (#3658)
* Remove Nala from Jammy since Pythin library is mising
* Cleanup
2022-04-11 19:28:42 +02:00
Igor Pečovnik
7928cdd76c Bugfix - wrongly linked folders when adding CLI PPA example (#3622)
References:

- https://github.com/armbian/build/pull/3605
- https://armbian.atlassian.net/browse/AR-1122
2022-04-02 11:40:35 +02:00
Igor Pečovnik
28d5c93bb4 Add support for CLI PPA (#3605)
* Cleanup PPA related in desktop / deboostrap

* Add Nala, a front-end for apt

Bullseye, Sid, Focal, Jammy

* Reduce duplication

* Remove duplicate message
2022-04-01 19:45:43 +02:00
Igor Pečovnik
e163aa34fb Enable Netplan.io (#3248)
* Enable Netplan in Ubuntu Focal

* Add netplan to other variants

* Force rootfs update
2021-11-15 23:34:36 +01:00
Igor Pečovnik
2a47ad5c78 Add support for next Ubuntu LTS (#3234)
* Add support for next Ubuntu LTS

* Update build-cache.yml

* Update build-cache.yml

* Update build-cache.yml

* Update build-cache.yml

* Jammy repository creation

* Enable docker build support on Jammy
2021-11-09 18:15:04 +01:00