From 2f7fe2558b1715e3b7f6e94b2404f0470f76a511 Mon Sep 17 00:00:00 2001
From: optout <git@archaic.33mail.com>
Date: Sun, 3 Mar 2024 18:41:59 +0000
Subject: [PATCH] Update documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e37db89..36b5b70 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ The Plague kernel was initially designed for PlagueOS (hardened Void Linux musl)
 
 - [host_hardened.config](https://0xacab.org/optout/plague-kernel/-/blob/main/host_hardened.config?ref_type=heads) - Feature-complete baseline designed for the host
 - [virt_hardened.config](https://0xacab.org/optout/plague-kernel/-/blob/main/virt_hardened.config?ref_type=heads) - Work-in-progress baseline designed to work within various guest Virtual Machines
-    - Note: This is currently bootable, but a comprehensive test is still needed within a set of VMs. Most notable issues at the moment are video
+    - Note: This is currently bootable, but a comprehensive test is still needed within a set of VMs. Most notable issues at the moment are video/media drivers preventing video playback
 
 The script performs a variety of functions:
 - Installs needed dependencies for compilation
-- 
GitLab