summaryrefslogtreecommitdiffstats
path: root/getall
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2014-09-03 14:30:21 (EDT)
committer Michał Masłowski <mtjm@mtjm.eu>2014-09-03 14:30:21 (EDT)
commit96ca7ee67a36605a33de8d57eb8e8d3998bc6427 (patch)
tree07202c5fe7d366f50d9d17010f3bbf0a44c08ee8 /getall
parent4e8051dfaa0ba5617961481056eb7e79d7b50861 (diff)
parent9a321884379a71b5f0986fdfb97a2b6c5bdccd8a (diff)
downloadlibreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.zip
libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.gz
libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.bz2
Merge libreboot-6b6.
Conflicts: buildrom-withgrub
Diffstat (limited to 'getall')
-rwxr-xr-xgetall12
1 files changed, 11 insertions, 1 deletions
diff --git a/getall b/getall
index 4c82ff0..0db0f47 100755
--- a/getall
+++ b/getall
@@ -2,7 +2,7 @@
# getall script: downloads everything extra for libreboot_src and patches to create libreboot_src archive from metadata
#
-# Copyright (C) 2014 Francis Rowe
+# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -50,4 +50,14 @@ echo "Downloading dependencies for libreboot_src"
echo "Done. Full source is inside this existing libreboot_meta directory (rename it to libreboot_src before you continue). Now install the dependencies listed in 'builddeb' and then run 'builddeps' and then 'build' (or just use 'buildall')"
+# Download SeaBIOS
+# ---------------------------------------------------
+
+./getseabios
+
+# Download GRUB Invaders
+# ---------------------------------------------------
+
+./getgrubinvaders
+
# ------------------- DONE ----------------------