diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:09:59 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 05:09:59 +0000 |
commit | 63b2eb7fbe5324965d5f14d609d21a36c203404a (patch) | |
tree | 49c5a8ea6d63c8fcf2c2519120631ade45b607e2 | |
parent | 28218b16429859eea7616b7178b6614b8f1635b5 (diff) | |
download | librebootfr-63b2eb7fbe5324965d5f14d609d21a36c203404a.tar.gz librebootfr-63b2eb7fbe5324965d5f14d609d21a36c203404a.zip |
builddeps-grub: remove obsolete comments
-rwxr-xr-x | builddeps-grub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/builddeps-grub b/builddeps-grub index 75225584..c1779851 100755 --- a/builddeps-grub +++ b/builddeps-grub @@ -23,11 +23,6 @@ set -u -e -v # This script is used by the main "builddeps" script in libreboot src/meta archives. # The reason it is seperated here is so that grub can be built separately aswell. -# To use this script, you will need the dependencies in "builddeb". -# Run it, or adapt it if you do not use an "apt-get" distro. - -# This is also used by the "getgrub" script. - # Build utilies needed for building GRUB payloads # --------------------------------------------------------------------- |