diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-04 02:36:41 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-04 02:47:25 +0100 |
commit | da3c9bb3c5c3b1f2e6e67a3695ce39b17bf68d5b (patch) | |
tree | b81cdd418a4906c846800a8c5094b312e74f57df /script/build/grub/payload | |
parent | a05010503f9a748943033d1fc40e36625e72dcbb (diff) |
merge config/ and resources/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/grub/payload')
-rwxr-xr-x | script/build/grub/payload | 2 |
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" |