diff options
author | Leah Woods <info@minifree.org> | 2016-05-17 08:19:29 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-18 20:24:09 +0100 |
commit | 5269566a6c37151015dea0d4cf78f341cca0669c (patch) | |
tree | 9ae3f31ec51f53957b446c7f21332e42034f7e18 /resources/scripts/helpers/download | |
parent | f6e141b3e2a796fe45b60641417c85234d399436 (diff) | |
download | librebootfr-5269566a6c37151015dea0d4cf78f341cca0669c.tar.gz librebootfr-5269566a6c37151015dea0d4cf78f341cca0669c.zip |
Implement SeaGRUB and make it the default payload on all current GRUB boards
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 1aae6281..26105129 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -2,7 +2,7 @@ # helper script: Downloads GRUB and patches it. # -# Copyright (C) 2014, 2015 Leah Woods <info@minifree.org> +# Copyright (C) 2014, 2015, 2016 Leah Woods <info@minifree.org> # # 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 @@ -64,4 +64,8 @@ git am "../resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-ti git am "../resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch" cd "../" + +# Also download SeaBIOS, which we use with GRUB, to implement SeaGRUB +./download seabios + printf "\n\n" |