diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-06 09:32:02 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-06 09:39:44 +0100 |
commit | 7e8465bec86805e5d6d67d348d811a09243d3b9c (patch) | |
tree | 83524b9c884152b6fc657ef2ffa33f176c721ef2 /config/grub/modules.list | |
parent | e3b9dfc9591adf5560bea5e2baa3261939d9b39e (diff) |
grub: re-add module: play
for example, the beep sound in debian's installer needs
this module.
the cute ding in the arch/artix menu also needs it
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/modules.list')
-rw-r--r-- | config/grub/modules.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/grub/modules.list b/config/grub/modules.list index 90f77379..c33f3c33 100644 --- a/config/grub/modules.list +++ b/config/grub/modules.list @@ -107,6 +107,7 @@ pata \ pbkdf2 \ pcidump \ pgp \ +play \ png \ procfs \ raid5rec \ |