summaryrefslogtreecommitdiff
path: root/script/build/grub
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-04 02:36:41 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-04 02:47:25 +0100
commitda3c9bb3c5c3b1f2e6e67a3695ce39b17bf68d5b (patch)
treeb81cdd418a4906c846800a8c5094b312e74f57df /script/build/grub
parenta05010503f9a748943033d1fc40e36625e72dcbb (diff)
merge config/ and resources/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/grub')
-rwxr-xr-xscript/build/grub/payload2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/grub/payload b/script/build/grub/payload
index 359fc1f7..343e1b88 100755
--- a/script/build/grub/payload
+++ b/script/build/grub/payload
@@ -23,7 +23,7 @@ set -u -e
. "include/err.sh"
-grubcfgsdir="resources/grub"
+grubcfgsdir="config/grub"
. "${grubcfgsdir}/modules.list"