update CONTRIBUTE and CHANGELOG

This commit is contained in:
Tobias Powalowski 2024-06-29 08:34:04 +02:00
parent 1c611c4c8b
commit ddbad3544a
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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.