diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:28:49 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:28:49 +0100 |
commit | 6779d3f9915bc4a080683c460c5988e8e2c50405 (patch) | |
tree | 927b8dc446bccda424a57b9cfa343d52c1b58c5a /include/rom.sh | |
parent | 848159fa0eb9502b0403073c74b27bc98c7d3001 (diff) |
move variables out of init.sh to others
move them where they are used, or if they are used
in many places, move them to lib.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/rom.sh')
-rw-r--r-- | include/rom.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rom.sh b/include/rom.sh index b1698ee1..68c61936 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -5,6 +5,8 @@ # Copyright (c) 2022-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com> # Copyright (c) 2023-2024 Riku Viitanen <riku.viitanen@protonmail.com> +grubdata="config/data/grub" + mkserprog() { [ $# -lt 1 ] && $err "mkserprog: no arguments provided" |