From ddbad3544a03fff6def914d5b07e8b785b1cabe7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 29 Jun 2024 08:34:04 +0200 Subject: [PATCH] update CONTRIBUTE and CHANGELOG --- CHANGELOG | 3 +++ CONTRIBUTE | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5f7d6fc22..788ba24de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,6 +29,9 @@ setup: - added < and > menu points to show direction of navigation - disabled dangerous Raid5/6 in btrfs menu - fixed error messages in mountpoints function +- replaced sed with sd +- replaced grep with rg +- replaced find with fd --- 2024.05 Highlights: - kernel 6.9.x diff --git a/CONTRIBUTE b/CONTRIBUTE index fc28111d9..c218cacb8 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -8,6 +8,9 @@ Use: - curl for downloading files - systemd - shellcheck +- rg instead of grep +- fd instead of find +- sd instead of sed Don't use: - fuse, perl, python @@ -15,5 +18,5 @@ Don't use: Kernel Modules / Kernel Firmware: - only modules that are needed to access filesystems, input, network video and virtualization -- only network modules for max. 1 Gigabit. +- only network modules for max. 2.5 Gigabit.