aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-12-27 20:21:23 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2018-12-28 21:43:22 -0500
commit7f00df794aca3f11cf8455b31c8241d9ab2e6fe4 (patch)
tree6053aa5b769908ee9c7e875fc08ed9f9136b6164 /libreboot
parent9e7cc1ac00d4b12147bd67e3e66cd71d11126f94 (diff)
downloadlibrebootfr-7f00df794aca3f11cf8455b31c8241d9ab2e6fe4.tar.gz
librebootfr-7f00df794aca3f11cf8455b31c8241d9ab2e6fe4.zip
Require grep, mkfs.fat, mtools mmd and mcopy
grep, mkfs.fat, mmd, and mcopy are used to make a bootable GRUB floppy image. Quotes were removed to salvage some space in order to avoid going over 80 characters.
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreboot b/libreboot
index 0fb7391c..2a93348f 100755
--- a/libreboot
+++ b/libreboot
@@ -133,7 +133,7 @@ libreboot_setup() {
libreboot_setup_tool_actions
libreboot_setup_project_actions
- requirements 'tar' 'sed' 'gpg' 'sha256sum' 'git'
+ requirements tar sed gpg sha256sum git mmd mcopy grep mkfs.fat
libreboot_setup_variables
}