From 96ca7ee67a36605a33de8d57eb8e8d3998bc6427 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Wed, 03 Sep 2014 14:30:21 -0400 Subject: Merge libreboot-6b6. Conflicts: buildrom-withgrub --- (limited to 'getall') 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 # # 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 ---------------------- -- cgit v0.9.1