From a6cf788b89ab4656c6fe28db3a881d862caef17e Mon Sep 17 00:00:00 2001 From: h8d13 Date: Wed, 12 Aug 2026 14:09:57 +0200 Subject: [PATCH] misc(fmt) Signed-off-by: h8d13 --- archinstall/lib/models/package_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/models/package_types.py b/archinstall/lib/models/package_types.py index 7dbddc7f..c42c700f 100644 --- a/archinstall/lib/models/package_types.py +++ b/archinstall/lib/models/package_types.py @@ -14,7 +14,7 @@ DEFAULT_KERNEL: Final = Kernel.LINUX class FirmwareOptdep(StrEnum): """ - The optional dependencies of linux-firmware (pacman -Si linux-firmware). + The optional dependencies of linux-firmware. The metapackage installs its hard dependencies only, so these blobs are never present on the target unless they are requested explicitly.