particle-os-modules/modules
fiftydinar e8272a4dd1
feat: Add akmods module (#89)
* feat: Add kmods installer module

Credits: @C0dePlayer

This is not ideal as it does not support custom kernels & it involves editing Containerfile.

I believe there is no other way but to make users edit Containerfile for those files to be even pulled of.

I would like this to be through the recipe only, so I will put this as a draft until some better ideas come.

* Rename kmods installer to akmods

* Update README

Address: 

https://github.com/ublue-os/startingpoint/pull/212#issuecomment-1870156327

https://github.com/ublue-os/bling/pull/89#discussion_r1436890002

* Fix README typo

* Remove non-needed space for yml in README

* Add support for Surface & Asus images

* Clarify tagged base image warning better

* Clarify tagged base image warning better pt.2

* There is no need to fetch main-nvidia build for now

* Use simpler =~ for conditioning instead of grep & sed

This finally fixes akmods module

* Install kernel-devel-matched for all builds

* Assure that Surface installs their version of kernel-devel-matched

* Mention that framework images can be used as a base

* Delete duplicate warning message

* Remove non-needed explanation on why only Universal Blue builds are supported

* Clarify 1st warning better

* Clarify `main` akmods compatibility better

This would avoid editing README if some other compatible image gets announced or discontinued.

* docs(akmods): grammar fixes

* docs: add link to akmod tag matrix

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2024-01-14 16:45:20 +00:00
..
akmods feat: Add akmods module (#89) 2024-01-14 16:45:20 +00:00
bling fix(gnome-vrr): use correct version variable (#94) 2023-12-31 10:44:09 +00:00
default-flatpaks Update README.md 2023-12-29 02:18:35 +01:00
files fix: terminology (#60) 2023-10-06 09:53:48 +00:00
fonts fix: not specifying a nerd-font makes the module fail. (#63) 2023-10-13 15:18:15 +00:00
rpm-ostree docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00
script docs: add extra indentation to the list in script README 2023-10-22 09:32:44 +00:00
systemd feat(systemd): Add support for unmasking & masking units (#88) 2023-12-31 10:31:49 +00:00
yafti chore: force create firstboot symlink in yafti module (#82) 2023-12-21 05:59:33 +00:00
README.md feat: startingpoint modules (#33) 2023-09-10 14:29:26 +00:00

Modules for Startingpoint

Here (check the sidebar if you're on the website) is documentation for every default module for Startingpoint. Source code is inside the bling repository, which is intended for hosting more static and shared parts of custom images.

For more information about Startingpoint and modules, refer to the README inside the config/ directory.