Commit Graph

28 Commits

Author SHA1 Message Date
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
0d3cbf3049 Remove hostapd from packages list (#4626)
- rely on installation from armbian-config
2022-12-31 13:31:33 +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
cf312d006a Add plymouth package to base images except minimal (#4307)
* Add plymouth package to base images except minimal

* Add Buster too, Jammy is symlinked
2022-10-22 00:11:24 +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
Igor Pečovnik
5fa5c69838 Remove conflicting package due to Jammy user base (#3643)
* Remove conflicting package

Aptly does not want gnupg1 that is shipped with Jammy anymore. We need to check what does that means for generating repos

* Fixing broken chroot dependency for Jammy

* Remove rng-tool package. It seems not relevant anymore

https://git.kernel.org/linus/c51f8f88d705e06bd696d7510aff22b33eb8e638
2022-04-07 01:04:15 +02:00
Igor Pečovnik
101eaec907 Fixing deboostrap fail due to too old ca-certificate package (#3624) 2022-04-02 14:40:05 +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
Richard Neese
68999dba79 add dbus-user-session (#3609)
added dbus-user-session to fix some user sessions erros with gvfs-fuse and other apps
2022-04-01 01:32:21 +02:00
Igor Pečovnik
7cec9aa7a6 Add / remove broken packages to the base (#3530)
* Add nfs related pacakages to CLI base

* Add System Monitoring Center to the desktop tool section
https://github.com/hakandundar34coding/system-monitoring-center

* Remove deprecated font package
2022-03-12 19:41:13 +01: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
60f7a32728 Move packages each into a separate line to make lists cleaner. Remove duplicates and sort them alphabetically (#3063)
cat packages | tr ' ' '\n' | sed '/^\s*$/d' | uniq | sort
2021-07-26 20:26:40 +02:00
Igor Pečovnik
528027ea70 Enable NFS mount functionality by default (#2884) 2021-06-10 11:23:14 +02:00
MichaIng
53ef87f159 Do not pre-install obsolete apt-transport-https
Since APT v1.6, HTTPS capabilities are part of the apt core package, hence apt-transport-https is not required anymore. This version is part of Debian since Stretch and Ubuntu since Bionic. The apt-transport-https still exists as transitional dummy package only.
- Changelog: https://salsa.debian.org/apt-team/apt/-/raw/main/debian/changelog
- Debian package: https://packages.debian.org/apt-transport-https
- Ubuntu package: https://packages.ubuntu.com/apt-transport-https

Signed-off-by: MichaIng <micha@dietpi.com>
2021-06-01 00:39:56 +02:00
Igor Pecovnik
ce3a85c9c4 Packages cleaning and bugfixes 2021-05-15 22:59:41 +00:00
Igor Pecovnik
cc111daef3 Add vnstat network statistic measurement to the standard CLI image 2021-04-04 15:35:39 +02:00
Igor Pečovnik
35887c9aaf Add few missing packages (#2744)
- smartmontools to all CLI
- terminator to XFCE desktop

Note: rootfs cache has to be recreated
2021-04-01 00:09:28 +02:00
Igor Pečovnik
3a74abe43d Merge desktop branch (#2662)
Co-authored-by: Miouyouyou (Myy) <myy@miouyouyou.fr>
Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
Co-authored-by: Richard Neese <r.neese@gmail.com>
Co-authored-by: iav <iav@iav.lv>
Co-authored-by: lanefu <lanefu@users.noreply.github.com>
Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
Co-authored-by: Oleg <balbes-150@yandex.ru>
Co-authored-by: Lane Jennison <lane@lane-fu.com>
Co-authored-by: JMCC <jmcc1@gmx.com>
2021-02-24 18:19:09 +01:00