LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[linux_distributions][arch_linux] mkinitcpio hooks #537

Open LukeShortCloud opened 3 years ago

LukeShortCloud commented 3 years ago
LukeShortCloud commented 3 years ago

We may want to categorize this under [administration][linux_kernel] instead.

LukeShortCloud commented 3 years ago

For the required hooks for removable/portable media, refer to this thread: https://github.com/ekultails/mac-linux-gaming-stick/issues/94

LukeShortCloud commented 6 months ago

autodetect detects what hardware is on the system and creates a small initramfs based on the required modules. However, this is not portable.

LukeShortCloud commented 6 months ago

kms loads all of the open source graphics drivers (not proprietary) that are built into the Linux kernel. This includes: amdgpu, i915 (old Intel), xe (new Intel), nouveau (old NVIDIA), and nova (new NVIDIA).

Related: https://github.com/LukeShortCloud/winesapOS/issues/756